summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-tv/v4l-utils: Add transitional ebuild before we last-rite this packageJames Le Cuirot2023-12-191-0/+14
| | | | | | | | I didn't think this would be necessary, but Portage cannot backtrack around blockers, causing issues for users with v4l-utils in their world file. Closes: https://bugs.gentoo.org/920321 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: fix musl buildSam James2023-06-153-0/+67
| | | | | Closes: https://bugs.gentoo.org/908380 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: Version bump to 1.24.1James Le Cuirot2023-03-182-0/+120
| | | | | Closes: https://bugs.gentoo.org/878225 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: fix build w/ clang+sspSam James2023-01-132-1/+30
| | | | | Closes: https://bugs.gentoo.org/889561 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/v4l-utils: Add missing qtwidgets + libbpf deps, drop jpeg depsJames Le Cuirot2022-08-251-4/+7
| | | | | | | | libjpeg is only used for the library, not the utils. Closes: https://bugs.gentoo.org/866129 Closes: https://bugs.gentoo.org/866131 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Call udev_reload when udev is enabledJames Le Cuirot2022-05-291-0/+6
| | | | | Closes: https://bugs.gentoo.org/848045 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: remove unused patch(es)Michael Mair-Keimberger2022-04-041-52/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/24889 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* media-tv/v4l-utils: Drop old 1.20.0James Le Cuirot2022-04-022-117/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Stabilize 1.22.1 arm64, #835935Arthur Zamarin2022-04-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-tv/v4l-utils: Stabilize 1.22.1 arm, #835935Arthur Zamarin2022-04-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-tv/v4l-utils: Stabilize 1.22.1 sparc, #835935Arthur Zamarin2022-03-311-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-tv/v4l-utils: x86 stable wrt bug #835935Agostino Sarubbo2022-03-301-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-tv/v4l-utils: ppc64 stable wrt bug #835935Agostino Sarubbo2022-03-301-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-tv/v4l-utils: ppc stable wrt bug #835935Agostino Sarubbo2022-03-301-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-tv/v4l-utils: amd64 stable wrt bug #835935Agostino Sarubbo2022-03-301-2/+2
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-tv/v4l-utils: Version bump to 1.22.1, EAPI 8James Le Cuirot2021-10-242-0/+111
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/v4l-utils: Add warning about ir-keytable changesJames Le Cuirot2021-10-241-0/+10
| | | | | | | Sorry this is a bit late! Signed-off-by: James Le Cuirot <chewi@gentoo.org> Closes: https://bugs.gentoo.org/767175
* 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>