summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libv4l: Drop some old versionsJames Le Cuirot2020-08-235-259/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-libs/libv4l: Bump to 1.20.0, fix automagicsJames Le Cuirot2020-08-233-0/+131
| | | | | | | | | | | configure reportedly has some automagic dependencies but only libudev makes any difference here and it's only used to build libdvbv5. There is already an option for that. 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-libs/libv4l: 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-libs/libv4l: Bump to version 1.18.1David Seifert2020-05-022-0/+67
| | | | | | | * Includes upstreamed GCC 10 / -fno-common fix Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: downgrade m68k down to ~m68kSergei Trofimovich2020-04-212-2/+2
| | | | | | | | | m68k and ~m68k trees are inconsistent. Let's drop keywords down to ~m68k only. Profiles already accept both keywords: ACCEPT_KEYWORDS="m68k ~m68k" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-265-6/+6
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/libv4l: add new version 1.18.0Andrey Utkin2020-03-112-0/+67
| | | | | | | Cloned from 1.16.6 with stable keywords dropped to stable. Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-libs/libv4l: Use merged patch from upstreamDavid Seifert2020-02-261-2/+26
| | | | | | Closes: https://bugs.gentoo.org/706756 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/libv4l: Fix GCC 10 / -fno-commonDavid Seifert2020-02-262-1/+47
| | | | | | Closes: https://bugs.gentoo.org/706756 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/libv4l: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-152-2/+2
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | 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>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/libv4l: remove unused patchMichael Mair-Keimberger2019-12-291-26/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14163 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-libs/libv4l: 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-libs/libv4l: 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-libs/libv4l: 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-libs/libv4l: drop some old versionsAndrey Utkin2019-08-125-248/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-libs/libv4l: 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-libs/libv4l: depend on argp-standalone in non-glibc envsAndrey Utkin2019-06-051-0/+1
| | | | | | | | | | | | | Before, on musl and uclibc based profiles emerge libv4l failed due to missing sys-libs/argp-standalone. This commit affects only newly-added version 1.16.6 which will become default only after stabilization. Bug: https://bugs.gentoo.org/show_bug.cgi?id=561866 Bug: https://bugs.gentoo.org/show_bug.cgi?id=477290 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-libs/libv4l: add new version 1.16.6Andrey Utkin2019-06-052-0/+64
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
* media-libs/libv4l: 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-libs/libv4l: 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-libs/libv4l: Don't use prune_libtool_filesLars Wendler2019-02-281-2/+2
| | | | | | Closes: https://bugs.gentoo.org/679084 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/libv4l: remove outdated commentAlexis Ballier2019-02-261-1/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-libs/libv4l: bump to 1.16.3Alexis Ballier2019-02-262-0/+65
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-libs/libv4l: mark stable wrt bug #586192Mikle Kolyada2018-07-281-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* */*: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-5/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8073
* media-libs/libv4l: fixup sysmacros includes with recent glibcAlexis Ballier2018-01-132-0/+28
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/libv4l: bump to 1.14.1Alexis Ballier2018-01-132-0/+63
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/libv4l: Fix cross-compiling by adding elibtoolize callJames Le Cuirot2017-12-082-6/+11
| | | | | Closes: https://bugs.gentoo.org/637972 Package-Manager: Portage-2.3.17, Repoman-2.3.6
* media-libs/libv4l: bump to 1.12.5Alexis Ballier2017-05-302-0/+58
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/libv4l: fix libudev depAlexis Ballier2017-04-251-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-libs/libv4l: Bump to 1.12.3Alexis Ballier2017-04-252-0/+58
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-libs/libv4l: arm64 stable (bug 586192).Michael Weber2017-03-161-1/+1
| | | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/libv4l: Stable for HPPA (bug #586192).Jeroen Roovers2017-01-311-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* media-libs/libv4l: ppc64 stable wrt bug #586192Agostino Sarubbo2017-01-201-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libv4l: ia64 stable wrt bug #586192Agostino Sarubbo2017-01-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libv4l: ppc stable wrt bug #586192Agostino Sarubbo2017-01-151-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libv4l: sparc stable wrt bug #586192Agostino Sarubbo2017-01-111-2/+2
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/libv4l: amd64/x86 stableMichael Palimaka2016-07-261-1/+1
| | | | | | Gentoo-bug: 586192 Package-Manager: portage-2.3.0
* media-libs/libv4l: arm stable, bug #586192Markus Meier2016-06-261-1/+1
| | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm"
* media-libs/libv4l-1.10.1-r0: add alpha keywordTobias Klausmann2016-06-191-1/+1
| | | | | | Gentoo-Bug: 586192 Package-Manager: portage-2.3.0_rc1
* media-libs/libv4l: bump to 1.10.1 and eapi6-ify (bug #586016)Alexandre Rostovtsev2016-06-172-0/+64
| | | | | | | Fixes incompatibility with libjpeg-turbo-1.5.0, reported by Oleg and others in bug #586016. Package-Manager: portage-2.3.0_rc1
* media-libs/libv4l: version bump to 1.10.0Mike Frysinger2016-03-142-0/+63
|
* media-libs/libv4l: drop old <1.6.2 versionsMike Frysinger2016-03-149-427/+0
|
* media-libs/libv4l: mark 1.6.2 arm64/m68k/s390/sh stableMike Frysinger2016-03-141-1/+1
|
* media-libs/libv4l: fix build w/newer glibcMike Frysinger2016-03-142-0/+61
|