diff options
Diffstat (limited to 'media-tv/v4l-utils')
-rw-r--r-- | media-tv/v4l-utils/Manifest | 1 | ||||
-rw-r--r-- | media-tv/v4l-utils/files/sdlcam-only-build-if-using-jpeg.patch | 14 | ||||
-rw-r--r-- | media-tv/v4l-utils/v4l-utils-1.16.6-r314.ebuild | 69 |
3 files changed, 0 insertions, 84 deletions
diff --git a/media-tv/v4l-utils/Manifest b/media-tv/v4l-utils/Manifest deleted file mode 100644 index 9552a52b..00000000 --- a/media-tv/v4l-utils/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST v4l-utils-1.16.6.tar.bz2 1893768 BLAKE2B f31cf794f6949fa2c1f45db8bae99a10a5fbc67af356889f636ab03cfd04011a82939a10f01145c56001b91655664530cfbda7d64c523752b8bb77159a1c80ab SHA512 f011218591e32b0ca3239373d9ea4739d7cfe3a6bef5f8a996253cea9b9d836ba488132e2a1b8f6f61cd69f1bcecc20e4b5c26f9c95a2a912e17c400b9fa9b58 diff --git a/media-tv/v4l-utils/files/sdlcam-only-build-if-using-jpeg.patch b/media-tv/v4l-utils/files/sdlcam-only-build-if-using-jpeg.patch deleted file mode 100644 index 6a429a44..00000000 --- a/media-tv/v4l-utils/files/sdlcam-only-build-if-using-jpeg.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nur a/contrib/test/Makefile.am b/contrib/test/Makefile.am ---- a/contrib/test/Makefile.am 2017-12-27 13:51:17.000000000 +0000 -+++ b/contrib/test/Makefile.am 2018-12-30 16:35:57.823533861 +0000 -@@ -17,8 +17,10 @@ - endif - - if HAVE_SDL -+if HAVE_JPEG - noinst_PROGRAMS += sdlcam - endif -+endif - - driver_test_SOURCES = driver-test.c - driver_test_LDADD = ../../utils/libv4l2util/libv4l2util.la diff --git a/media-tv/v4l-utils/v4l-utils-1.16.6-r314.ebuild b/media-tv/v4l-utils/v4l-utils-1.16.6-r314.ebuild deleted file mode 100644 index 61b53693..00000000 --- a/media-tv/v4l-utils/v4l-utils-1.16.6-r314.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit flag-o-matic udev xdg-utils - -DESCRIPTION="Separate utilities ebuild from upstream v4l-utils package" -HOMEPAGE="https://git.linuxtv.org/v4l-utils.git" -SRC_URI="https://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="opengl qt5 jpeg" - -RDEPEND=">=media-libs/libv4l-${PV}[jpeg] - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - opengl? ( dev-qt/qtopengl:5[-gles2(-)] virtual/opengl ) - media-libs/alsa-lib - ) - virtual/libudev - >=virtual/jpeg-0-r2:0= - virtual/libelf:= - !media-tv/v4l2-ctl - !<media-tv/ivtv-utils-1.4.0-r2" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/sdlcam-only-build-if-using-jpeg.patch" ) - -src_configure() { - if use qt5; then - append-cxxflags -std=c++11 - local qt5_paths=( \ - MOC="$(pkg-config --variable=host_bins Qt5Core)/moc" \ - UIC="$(pkg-config --variable=host_bins Qt5Core)/uic" \ - RCC="$(pkg-config --variable=host_bins Qt5Core)/rcc" \ - ) - if use !opengl; then - sed -e 's/Qt5OpenGL/DiSaBlEd/g' -i configure || die - fi - fi - # Hard disable the flags that apply only to the libs. - econf \ - --disable-static \ - $(use_enable qt5 qv4l2) \ - $(use_enable qt5 qvidcap) \ - --with-udevdir="$(get_udevdir)" \ - $(use_with jpeg) \ - "${qt5_paths[@]}" -} - -src_install() { - emake -C utils DESTDIR="${D}" install - emake -C contrib DESTDIR="${D}" install - - dodoc README - newdoc utils/libv4l2util/TODO TODO.libv4l2util - newdoc utils/libmedia_dev/README README.libmedia_dev - newdoc utils/dvb/README README.dvb - newdoc utils/v4l2-compliance/fixme.txt fixme.txt.v4l2-compliance -} - -pkg_postinst() { xdg_icon_cache_update; } -pkg_postrm() { xdg_icon_cache_update; } |