summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-tv/v4l-utils: Stabilize 1.20.0 arm, #799659Sam James2021-10-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-tv/v4l-utils: use C++14 for now, drop qt5 workaround for C++11Sam James2021-08-011-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: call pkg-config via toolchain-funcs.eclass helperSam James2021-04-131-3/+3
| | | | | | | This ensures we call the correct pkg-config in e.g. cross. Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: Only check Clang in pkg_pretend when installedJames Le Cuirot2021-01-171-1/+9
| | | | | | | | | I forgot that pkg_pretend() fires before dependencies are installed. We therefore need to check again in pkg_setup(). Bug: https://bugs.gentoo.org/763654 Package-Manager: Portage-3.0.13, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Drop oldJames Le Cuirot2021-01-055-265/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Stabilize 1.20.0 x86, #762002Sam James2021-01-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: stable 1.20.0 for ppcSergei Trofimovich2021-01-031-2/+2
| | | | | | | | stable wrt bug #762002 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-tv/v4l-utils: Stabilize 1.20.0 arm64, #762002Sam James2020-12-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: Don't perform clang target check in binpkgsJames Le Cuirot2020-12-291-1/+1
| | | | | | Closes: https://bugs.gentoo.org/762328 Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Stabilize 1.20.0 amd64, #762002Sam James2020-12-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: Ensure clang has the BPF target with pkg_pretendJames Le Cuirot2020-12-271-0/+8
| | | | | | | | | | | The dependencies can only ensure that at least one clang on the system has the BPF target and it may not be the one that actually gets used for the build. Generally the latest version will have precedence in the PATH but this fix also checks for overrides. Bug: https://bugs.gentoo.org/692072 Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Fix libv4l[dvb] dep on older versionsJames Le Cuirot2020-09-052-2/+2
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Drop some old versionsJames Le Cuirot2020-08-234-209/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Bump to 1.20.0, fix some automagicsJames Le Cuirot2020-08-233-0/+142
| | | | | | | | | | | | | The automagic libudev dependency has now been dealt with via a patch and udev USE flag. Among other things, this library is needed for the DVB utilities so a dvb USE flag has also been added with a corresponding dependency on libv4l[dvb]. There may be more automagics but I haven't checked yet. Bug: https://bugs.gentoo.org/691066 Bug: https://bugs.gentoo.org/721374 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Take over as maintainerJames Le Cuirot2020-05-281-2/+2
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: patch for -fno-common bugAndrey Utkin2020-03-203-1/+73
| | | | | | | | | | | Reused the patch already used for media-libs/libv4l. Applied to ebuilds 1.16.6 (last stable) and 1.18.0 (not stabilized). No revision bump as this is a trivial build failure treatment. Bug: https://bugs.gentoo.org/706834 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-tv/v4l-utils: drop hppa keywordsMatt Turner2020-03-205-5/+5
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-tv/v4l-utils: restore alpha, ppc keywordsAndrey Utkin2020-03-131-1/+1
| | | | | | | | | | | These arches have been dropped from keywords of a year ago due to clang, a conditional dependency, being unavailable on these arches. Now that the USE flag enabling dependency on clang is masked on these arches, v4l-utils can be keyworded. Bug: https://bugs.gentoo.org/678940 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-tv/v4l-utils: add new version 1.18.0Andrey Utkin2020-03-112-0/+70
| | | | | | | Cloned from 1.16.6 with stable keywords dropped to testing. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-tv/v4l-utils: remove unused patchMichael Mair-Keimberger2020-01-291-26/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14277 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-tv/v4l-utils: x86 stable wrt bug #692016Agostino Sarubbo2019-08-191-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-tv/v4l-utils: arm64 stable (bug #692016)Aaron Bauman2019-08-141-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="arm64"
* media-tv/v4l-utils: amd64 stable wrt bug #692016Agostino Sarubbo2019-08-141-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-tv/v4l-utils: drop some old versionsAndrey Utkin2019-08-124-181/+0
| | | | | | | | Dropping all old ones is a bit tricky due to alpha and ppc keywords for no documented reason. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-tv/v4l-utils: add version 1.16.6Andrey Utkin2019-08-122-0/+70
| | | | | | | | libv4l-1.16.6 is in tree since June, but I forgot to add v4l-utils ebuild for same version. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-tv/v4l-utils: x86 stable wrt bug #682892Agostino Sarubbo2019-06-061-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* media-tv/v4l-utils: use HTTPSMichael Mair-Keimberger2019-05-136-16/+16
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-tv/v4l-utils: amd64 stable wrt bug #682892Mikle Kolyada2019-04-091-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* media-tv/v4l-utils: add myself as maintainerAndrey Utkin2019-03-111-1/+4
| | | | | | | Was up for grabs due to tetromino's retirement. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* */*: remove tetromino@ from maintianersMichał Górny2019-03-101-4/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-tv/v4l-utils: keyword ~arm64Alexis Ballier2019-03-041-1/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-tv/v4l-utils: move clang dep to bdependAlexis Ballier2019-02-271-1/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-tv/v4l-utils: Add bpf useflag.Alexis Ballier2019-02-272-0/+71
| | | | | | Closes: https://bugs.gentoo.org/678894 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-tv/v4l-utils: update icon cacheAlexis Ballier2019-02-271-0/+3
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-tv/v4l-utils: Add opengl useflagAlexis Ballier2019-02-271-3/+5
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-tv/v4l-utils: bump to 1.16.3Alexis Ballier2019-02-262-0/+63
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-tv/v4l-utils: Drop old (qt4) versionMikle Kolyada2018-01-182-55/+0
| | | | | Closes: https://bugs.gentoo.org/631918 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-tv/v4l-utils: x86 stable wrt bug #631918Mikle Kolyada2018-01-181-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-tv/v4l-utils: bump to 1.14.1Alexis Ballier2018-01-133-0/+87
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-tv/v4l-utils-1.10.1-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/631918
* media-tv/*: Update Manifest hashesMichał Górny2017-12-101-4/+4
|
* media-tv/v4l-utils: stable 1.10.1 for ppc, bug #631918Sergei Trofimovich2017-11-271-2/+2
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* media-tv/v4l-utils-1.10.1-r0: alpha stableTobias Klausmann2017-11-231-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/631918
* media-tv/v4l-utils: bump to 1.12.5Alexis Ballier2017-05-302-0/+60
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-tv/v4l-utils: bump to 1.12.3Alexis Ballier2017-04-252-0/+60
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-tv/v4l-utils: fix build with Qt 5.7Michael Palimaka2016-09-291-1/+2
| | | | | | Gentoo-bug: 590196 Package-Manager: portage-2.3.1