Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libv4l/
Date: Tue, 26 Feb 2019 18:37:03
Message-Id: 1551205294.288db4b6b36d518225de2188314946f2f15bacdd.aballier@gentoo
1 commit: 288db4b6b36d518225de2188314946f2f15bacdd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 26 18:08:15 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 18:21:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288db4b6
7
8 media-libs/libv4l: bump to 1.16.3
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 media-libs/libv4l/Manifest | 1 +
14 media-libs/libv4l/libv4l-1.16.3.ebuild | 64 ++++++++++++++++++++++++++++++++++
15 2 files changed, 65 insertions(+)
16
17 diff --git a/media-libs/libv4l/Manifest b/media-libs/libv4l/Manifest
18 index bad49adaddb..b6bd6459de7 100644
19 --- a/media-libs/libv4l/Manifest
20 +++ b/media-libs/libv4l/Manifest
21 @@ -3,4 +3,5 @@ DIST v4l-utils-1.10.1.tar.bz2 1352235 BLAKE2B 7ececae8ad5ebd999070b0c3626fdf5b0a
22 DIST v4l-utils-1.12.3.tar.bz2 1588049 BLAKE2B 1f76e6cd76781119beb01a1d570599cd2710a4c00ea18c380e576cb8281bab07e09cb6c1469201d0fba53b8bb5f4c4fa812dcda06203d83566216272e9abe3b0 SHA512 6d0269d900c5dad08499ee551ce1507b8b750895f48423ccd534db51cf68794b59a279743fd22dc6da0c092ca31ef744aa564f26b6d6252cbbc7a62e2e1c714a
23 DIST v4l-utils-1.12.5.tar.bz2 1588944 BLAKE2B b87c24c6fdaf3e80407dd28b047c27420ff70007e12200e69395021def3abb74eec3565337a6484cf44b5a5cc7678d9bc718876424fa58d6d16d0e0c37ab59cf SHA512 ed2e7545a728360b9684db68330885b498a3a5611f49b80e54da72109d9ba2aa75e85f89f085ff0a6f077b17c880101fa5b78c9dff8a0df2eac1866bd80a04ea
24 DIST v4l-utils-1.14.1.tar.bz2 1672480 BLAKE2B bc5c50fa0b339c79439b54e54f0c0e3847068931e34831a05e214e785fe4063764ef0d76838ca3216a46db072003dc5d86dd2c563fbb73d237a6b5059df93f5a SHA512 78b863f2cba409138efd6744895e6b1e730ec7cd5dfd0bd6088dd1336572a5f6d0b422fb4ec6577c6038192d0a3b28ae91d7402d5733904913749eff263c2eb1
25 +DIST v4l-utils-1.16.3.tar.bz2 1894961 BLAKE2B 71c674abbb3415e592354998e1baa3eedbb4be21757bef80b463ea987e9fc231789e6b333b37d0d9916cb30729e04951dc9f1755ab00a82502fdc415b00cb9a2 SHA512 404672d18d94861c6957ea3a15a6a48f238d3859940810952a5a8cc33b57f1a360d1a19af28405c01b073c0ece90c5995a71dbe6544b30bdb8eace7daeb4bc0b
26 DIST v4l-utils-1.6.2.tar.bz2 1148309 BLAKE2B 8153a1e3803b9e59eae064f2c88e4b865a56193788a8cb204dc34e9ae50e66794ba7f020ad4b0ff9af995f57d9b9a9e0225e0f8a09eeefae42d063131d7e549a SHA512 e14442e1b3660d0cb0844f1a5a88f855bc8532df9e72e1b2afd348a7c077ad25657f832d0fd47d3f567bfd399fd82c5a749d075ac9ecb911ea462685e31aa0b2
27
28 diff --git a/media-libs/libv4l/libv4l-1.16.3.ebuild b/media-libs/libv4l/libv4l-1.16.3.ebuild
29 new file mode 100644
30 index 00000000000..37d13b033ca
31 --- /dev/null
32 +++ b/media-libs/libv4l/libv4l-1.16.3.ebuild
33 @@ -0,0 +1,64 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="7"
38 +
39 +inherit eutils libtool linux-info multilib-minimal
40 +
41 +MY_P="v4l-utils-${PV}"
42 +
43 +DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package"
44 +HOMEPAGE="https://git.linuxtv.org/v4l-utils.git"
45 +SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2"
46 +
47 +LICENSE="LGPL-2.1+"
48 +SLOT="0/0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
50 +IUSE="jpeg"
51 +
52 +# The libraries only link to -ljpeg, therefore multilib depend only for virtual/jpeg.
53 +RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
54 + virtual/libudev[${MULTILIB_USEDEP}]
55 + !media-tv/v4l2-ctl
56 + !<media-tv/ivtv-utils-1.4.0-r2"
57 +DEPEND="${RDEPEND}
58 + virtual/os-headers
59 +"
60 +BDEPEND="virtual/pkgconfig
61 + sys-devel/gettext"
62 +
63 +S=${WORKDIR}/${MY_P}
64 +
65 +pkg_setup() {
66 + CONFIG_CHECK="~SHMEM"
67 + linux-info_pkg_setup
68 +}
69 +
70 +src_prepare() {
71 + default
72 + elibtoolize
73 +}
74 +
75 +multilib_src_configure() {
76 + # Hard disable the flags that apply only to the utils.
77 + ECONF_SOURCE=${S} \
78 + econf \
79 + --disable-static \
80 + --disable-qv4l2 \
81 + --disable-qvidcap \
82 + --disable-v4l-utils \
83 + $(use_with jpeg)
84 +}
85 +
86 +multilib_src_compile() {
87 + emake -C lib
88 +}
89 +
90 +multilib_src_install() {
91 + emake -j1 -C lib DESTDIR="${D}" install
92 +}
93 +
94 +multilib_src_install_all() {
95 + dodoc ChangeLog README.lib* TODO
96 + prune_libtool_files --all
97 +}