summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-03 18:22:33 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-03 18:22:33 +0000
commit6e939b2fb85d980e8a0555fb6db5d1150944cd69 (patch)
tree76992ae2e45c527a850a1626e92340f1679c0ec6 /media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild
parentRework the REQUIRED_USE to express egl and gles2 cannot be combined (diff)
downloadgentoo-2-6e939b2fb85d980e8a0555fb6db5d1150944cd69.tar.gz
gentoo-2-6e939b2fb85d980e8a0555fb6db5d1150944cd69.tar.bz2
gentoo-2-6e939b2fb85d980e8a0555fb6db5d1150944cd69.zip
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild')
-rw-r--r--media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild
new file mode 100644
index 000000000000..5a18e6c7507a
--- /dev/null
+++ b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild,v 1.1 2015/02/03 18:22:33 pacho Exp $
+
+EAPI="5"
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPION="GStreamer plugin to allow capture from dvb devices"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="virtual/os-headers"
+
+multilib_src_compile() {
+ # Prepare generated headers
+ emake -C gst-libs/gst/mpegts
+ gstreamer_multilib_src_compile
+}