public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/leio:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-bad/, ...
@ 2014-08-20 11:14 Mart Raudsepp
  2014-08-02 13:09 ` Mart Raudsepp
  0 siblings, 1 reply; 6+ messages in thread
From: Mart Raudsepp @ 2014-08-20 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef023a4f061886a4ccdc44f31421a7ef8718544
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 13:08:17 2014 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 13:08:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=9ef023a4

Update gstreamer bits to 1.4.0 stable until I get them to main tree (-bad is overlay specific patched though)

---
 media-libs/gst-plugins-bad/Manifest                |  2 +-
 .../gst-plugins-bad/files/egl-gl_cflags.patch      | 28 ----------------
 .../files/gl_typechecks_cflags.patch               | 39 ----------------------
 ...-1.3.91.ebuild => gst-plugins-bad-1.4.0.ebuild} |  4 +--
 media-libs/gst-plugins-base/Manifest               |  2 +-
 ...1.3.91.ebuild => gst-plugins-base-1.4.0.ebuild} |  0
 media-libs/gst-plugins-good/Manifest               |  2 +-
 ...1.3.91.ebuild => gst-plugins-good-1.4.0.ebuild} |  0
 media-libs/gstreamer/Manifest                      |  2 +-
 ...reamer-1.3.91.ebuild => gstreamer-1.4.0.ebuild} |  0
 media-plugins/gst-plugins-faad/Manifest            |  2 +-
 ...1.3.91.ebuild => gst-plugins-faad-1.4.0.ebuild} |  0
 12 files changed, 6 insertions(+), 75 deletions(-)

diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest
index 28a5593..9ffedf1 100644
--- a/media-libs/gst-plugins-bad/Manifest
+++ b/media-libs/gst-plugins-bad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.3.91.tar.xz 3796968 SHA256 069072bbb5a069e503e2651030773eae6d40dde92247fedde6adc5bf253b83c0 SHA512 ff11577715db5fdc1ec1eca0ccb91c8c748cae8ab5e1fb9da63a596c0cbe03fa06dbe294cf8836aa5c86412f5ee784650f30d794cb6230172ab3e2e6316049f0 WHIRLPOOL a196ad329bc3c80fc41cb8d23cd70d9d8023e2966da57c04220988ac574a432f0a6685506fa167aa6c63c0caa8e5cd819a0175e563d0f4a0674e102395b0fcc1
+DIST gst-plugins-bad-1.4.0.tar.xz 3797420 SHA256 ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9 SHA512 c9cd5811fe995f1c11f31d4db320bc990d5293dd91182f14dceb7cd6fb75a78488ce80b78560fc951e5795a177b95871ebe455730f807d07062f7db87230b991 WHIRLPOOL 3ba0105eeeede91350147e9571b0f40e3e26278762aeee2114550c2a124d3ed1a8a2aa50f1282cf46356b7345041a2b2c5c70b99d3805dbf5e5b87f7f72a8597

diff --git a/media-libs/gst-plugins-bad/files/egl-gl_cflags.patch b/media-libs/gst-plugins-bad/files/egl-gl_cflags.patch
deleted file mode 100644
index ae6869e..0000000
--- a/media-libs/gst-plugins-bad/files/egl-gl_cflags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 46ce2cce2fcab4aa26b020aa2a47d8981ea3f082 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp <leio@gentoo.org>
-Date: Wed, 16 Jul 2014 16:29:10 +0300
-Subject: [PATCH 2/3] gl: Always include EGL_CFLAGS in GL_CFLAGS when EGL_LIBS
- is added to GL_LIBS
-
-They should be handled in tandem, in case any EGL provider could require some
-CFLAGS and set them (possibly once moved to prefer pkg-config files),
-such as for a custom header location.
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index 4b73ebc..8261ee2 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1006,6 +1006,7 @@ case $host in
-       if test "x$NEED_EGL" != "xno"; then
-         if test "x$HAVE_WINDOW_WAYLAND" = "xyes" -o "x$HAVE_WINDOW_X11" = "xyes" -o "x$HAVE_WINDOW_DISPMANX" = "xyes"; then
-           GL_LIBS="$GL_LIBS -lEGL $EGL_LIBS"
-+          GL_CFLAGS="$GL_CFLAGS $EGL_CFLAGS"
-           USE_EGL=yes
-         fi
-       fi
--- 
-1.9.1
-

diff --git a/media-libs/gst-plugins-bad/files/gl_typechecks_cflags.patch b/media-libs/gst-plugins-bad/files/gl_typechecks_cflags.patch
deleted file mode 100644
index 3f6d955..0000000
--- a/media-libs/gst-plugins-bad/files/gl_typechecks_cflags.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From c194a9f6fba702ced2e7b5771a792a517bbed033 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp <leio@gentoo.org>
-Date: Wed, 16 Jul 2014 16:31:27 +0300
-Subject: [PATCH 3/3] gl: Include GL_CFLAGS while checking for GL typedefs
-
-Otherwise those checks may fail at configure time if they contain extra
-include paths, while at build time they are included, potentially causing
-incompatible typedefs between system GL headers and gstreamer compatibility
-prototypes.
----
- configure.ac | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/configure.ac b/configure.ac
-index 8261ee2..e87081c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1343,6 +1343,9 @@ GST_GL_HAVE_GLCHAR=0
- GST_GL_HAVE_GLSIZEIPTR=0
- GST_GL_HAVE_GLINTPTR=0
- 
-+old_CFLAGS=$CFLAGS
-+CFLAGS="$GL_CFLAGS $CFLAGS"
-+
- AC_CHECK_TYPES(GLeglImageOES, [], [], [[$GL_INCLUDES]])
- if test "x$ac_cv_type_GLeglImageOES" = "xyes"; then
-   GST_GL_HAVE_GLEGLIMAGEOES=1
-@@ -1363,6 +1366,8 @@ if test "x$ac_cv_type_GLintptr" = "xyes"; then
-   GST_GL_HAVE_GLINTPTR=1
- fi
- 
-+CFLAGS=$old_CFLAGS
-+
- GL_CONFIG_DEFINES="$GL_CONFIG_DEFINES
- #define GST_GL_HAVE_GLEGLIMAGEOES $GST_GL_HAVE_GLEGLIMAGEOES
- #define GST_GL_HAVE_GLCHAR $GST_GL_HAVE_GLCHAR
--- 
-1.9.1
-

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.91.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.0.ebuild
similarity index 93%
rename from media-libs/gst-plugins-bad/gst-plugins-bad-1.3.91.ebuild
rename to media-libs/gst-plugins-bad/gst-plugins-bad-1.4.0.ebuild
index c07e0c4..cb17016 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.91.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.0.ebuild
@@ -46,10 +46,8 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-	# Make RPI egl stuff use pkg-config and related fixups - https://bugzilla.gnome.org/733248
+	# Make RPI egl stuff use pkg-config - https://bugzilla.gnome.org/733248
 	epatch "${FILESDIR}"/egl-rpi-pkgconfig.patch
-	epatch "${FILESDIR}"/egl-gl_cflags.patch
-	epatch "${FILESDIR}"/gl_typechecks_cflags.patch
 	eautoreconf
 }
 

diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest
index c526f8c..e2e4525 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1 +1 @@
-DIST gst-plugins-base-1.3.91.tar.xz 2621656 SHA256 489803c9ab3384fb9454891ae93328823b21d7f120fb760c509aa3338e64dba8 SHA512 d6315ebdbe27fd8e17b6a3472c61740665e69f571dd79bd2e1b4f14ec7f87de19cea621f1169da1eebf309ed6522c0bc7e5db4bb31ca85b4e4966dabf630f6b3 WHIRLPOOL 3af4faf05ffe6a8026dabb91d43e4650d98f7424d9413a3810fa18248feb298dd21e2a3280bcc67b97bb2aacadd681bdbc69793ba6c2d5df148b1ddd98a54a58
+DIST gst-plugins-base-1.4.0.tar.xz 2618724 SHA256 5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e SHA512 58be598aa1564c437da26e0c1aab23661e40b1624014c9b7c63b8b9495208bf3f8c8d2f6c4e02c7ad9a6ec1cc6abce8353ff021c39322fa944e9c625a53cc382 WHIRLPOOL d60bf2352a250908f2925a0b1183b6eda659f20deaac8797b755f1d188464c8951e98d79498ef1c11999540789e5fb55dd356ecce757ba330ce0a64e1816053c

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.3.91.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.4.0.ebuild
similarity index 100%
rename from media-libs/gst-plugins-base/gst-plugins-base-1.3.91.ebuild
rename to media-libs/gst-plugins-base/gst-plugins-base-1.4.0.ebuild

diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest
index 60cf4f1..11246dc 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1 +1 @@
-DIST gst-plugins-good-1.3.91.tar.xz 3027124 SHA256 0c49c0048940c5b1199d6dfe83ab21742e0093e0d2ab39ffcebc4872a2f65582 SHA512 2824454d1bd269186363f3cec46022fb0b922d1720260e835d07e72202968fc92b066dc9da64ba9006382186422ec8067a4d38ce5e05d7b6e37d5148b290b286 WHIRLPOOL 7174b825eb2370a3da9ce159fe2edcb5bd7fb9fbe45dd6bc6eea9e9fa12eb55a334ba4ee87054545dba647a72cc9d2df39d60340d19d51b1d6e4619319bfe1d4
+DIST gst-plugins-good-1.4.0.tar.xz 3023440 SHA256 48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685 SHA512 fad2ef49156e61a52e64c07fd306f7e39067e06be44d9c5bf96b4426e7822fc00d7ccddbdc56e6c8e9feba319563cfb26cd996f77a7106fa257e81cb228f9c49 WHIRLPOOL 85c7f1ed7594646dd5abba52aa64ece897cb8d693fd75de745af31e2bac718db508e8d62b9bb79a0d757345d64a312e39348f7c51e191caa0653da5ff8e95e62

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.3.91.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.4.0.ebuild
similarity index 100%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.3.91.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.4.0.ebuild

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index f731668..e07d520 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1 +1 @@
-DIST gstreamer-1.3.91.tar.xz 3324908 SHA256 89a9b66ff92f0f966bf716dc9994995973703729cb35084778d7ded19f8c3c03 SHA512 787fef6bb5a90c4104816d074f1a27a2d759767d817565a0de8bd1b43a17207419f4440f0293ec986dd622893fa8e2f7671503f799d1064aff95b521e6c20f7c WHIRLPOOL d24b4a28f713f789872850411cc6857c36b191715a3ca618234c2ee37c38f217016804e3b17d87fab2fc68349124f7a756f193ad02c9fbd0f845c663886f7182
+DIST gstreamer-1.4.0.tar.xz 3323364 SHA256 23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695 SHA512 948277e4b01eb87a2dd518e423d26c8f7a40ac61250dd3fa92ac80819b66a61d5925a1129e89a6fc842c6ed10c2755b43692ff45a336a71bfa56eb8478617e40 WHIRLPOOL ae62450c833c55cf1a16d3aca41b44d866edbaf4abccbe2a41b3f90db1ca2d44a1b378a244dd6a7a3abadc3a066ea3fa8000292c3103e3fbeb2cabb447bc8094

diff --git a/media-libs/gstreamer/gstreamer-1.3.91.ebuild b/media-libs/gstreamer/gstreamer-1.4.0.ebuild
similarity index 100%
rename from media-libs/gstreamer/gstreamer-1.3.91.ebuild
rename to media-libs/gstreamer/gstreamer-1.4.0.ebuild

diff --git a/media-plugins/gst-plugins-faad/Manifest b/media-plugins/gst-plugins-faad/Manifest
index 28a5593..9ffedf1 100644
--- a/media-plugins/gst-plugins-faad/Manifest
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.3.91.tar.xz 3796968 SHA256 069072bbb5a069e503e2651030773eae6d40dde92247fedde6adc5bf253b83c0 SHA512 ff11577715db5fdc1ec1eca0ccb91c8c748cae8ab5e1fb9da63a596c0cbe03fa06dbe294cf8836aa5c86412f5ee784650f30d794cb6230172ab3e2e6316049f0 WHIRLPOOL a196ad329bc3c80fc41cb8d23cd70d9d8023e2966da57c04220988ac574a432f0a6685506fa167aa6c63c0caa8e5cd819a0175e563d0f4a0674e102395b0fcc1
+DIST gst-plugins-bad-1.4.0.tar.xz 3797420 SHA256 ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9 SHA512 c9cd5811fe995f1c11f31d4db320bc990d5293dd91182f14dceb7cd6fb75a78488ce80b78560fc951e5795a177b95871ebe455730f807d07062f7db87230b991 WHIRLPOOL 3ba0105eeeede91350147e9571b0f40e3e26278762aeee2114550c2a124d3ed1a8a2aa50f1282cf46356b7345041a2b2c5c70b99d3805dbf5e5b87f7f72a8597

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.91.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.0.ebuild
similarity index 100%
rename from media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.91.ebuild
rename to media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.0.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-bad/, ...
@ 2014-09-19 17:05 Mart Raudsepp
  0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2014-09-19 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     34cb904615e2c1589a64fc0a87f809619b2820e9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 17:05:44 2014 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 17:05:44 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=34cb9046

Update gstreamer bits to 1.4.2

---
 media-libs/gst-plugins-bad/Manifest                                     | 2 +-
 .../{gst-plugins-bad-1.4.1.ebuild => gst-plugins-bad-1.4.2.ebuild}      | 0
 media-libs/gst-plugins-base/Manifest                                    | 2 +-
 .../{gst-plugins-base-1.4.1.ebuild => gst-plugins-base-1.4.2.ebuild}    | 0
 media-libs/gst-plugins-good/Manifest                                    | 2 +-
 .../{gst-plugins-good-1.4.1.ebuild => gst-plugins-good-1.4.2.ebuild}    | 0
 media-libs/gstreamer/Manifest                                           | 2 +-
 media-libs/gstreamer/{gstreamer-1.4.1.ebuild => gstreamer-1.4.2.ebuild} | 0
 media-plugins/gst-plugins-faad/Manifest                                 | 2 +-
 .../{gst-plugins-faad-1.4.1.ebuild => gst-plugins-faad-1.4.2.ebuild}    | 0
 10 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest
index 820a4a4..c1d27ed 100644
--- a/media-libs/gst-plugins-bad/Manifest
+++ b/media-libs/gst-plugins-bad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.4.1.tar.xz 3797780 SHA256 0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae SHA512 dd078565925e2b918e96ee7506f2586aeb5bc2d531ab8e0f66e32a60d4c42cef09ee77d253f76db5e59959dfb2000e9564dfad590672caf8828bfe5d4991fcb0 WHIRLPOOL 39bf11d9ca5be83e19b88da1333845d2c42f4c176fed608df431b6e051a9a3b23ca4c16a46410ba13329830211426443002d539d9e7c291df44796545bfec1c6
+DIST gst-plugins-bad-1.4.2.tar.xz 3806804 SHA256 31623079803b0311560730f47389cc360ddb2df5286ad2cf40048b9a82c4808e SHA512 b56d265741683179d796b2dcbafa88d157bc407319403799ca0d23b6527ce166cef45b757b48564968e99596de07d30e06f76460225cafd70b241e47a1bb4344 WHIRLPOOL fc854476121e46842b09418d102898395f69ada6766d693dd8c25de4da86ef85f41cdce822153aaf1584922252c8241afba2c6d24ee4155dc944741875b3e0b0

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.1.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.2.ebuild
similarity index 100%
rename from media-libs/gst-plugins-bad/gst-plugins-bad-1.4.1.ebuild
rename to media-libs/gst-plugins-bad/gst-plugins-bad-1.4.2.ebuild

diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest
index e925c9a..8dc4a9d 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1 +1 @@
-DIST gst-plugins-base-1.4.1.tar.xz 2615712 SHA256 aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499 SHA512 2a59e0add8ddeab8209e40d861911bea479301f3c547bc39d2de6581ca3ed8faf2746e81678d75fe5a5ffdac27da218a87ff2166c30331afe3433da6a2d26cd8 WHIRLPOOL 227816d04243d9b461a7f275470d78960fa7b74e96320fa42fe928a425ba4b9b95cc26ff2a37810926d4b50098f868592f422ce54dd81f4182b0c2ba2eefec73
+DIST gst-plugins-base-1.4.2.tar.xz 2618748 SHA256 c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835 SHA512 a8d52aae759673b6a0fd9c78bca6b9100088eb08b2048ee0a48f647abaa79365be465274a5d5a672c80e5ee21a52b54097959d12709cf8fe8af3a6bd9c21fc29 WHIRLPOOL 128349ef6a21ddf917045e1e2963d6424254eb01b3edde1f0943f01ce9d1ed839861c070fc4e900c7987943feeae48dfec4e3e92c024e6d6adeb359875ddc711

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.4.1.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.4.2.ebuild
similarity index 100%
rename from media-libs/gst-plugins-base/gst-plugins-base-1.4.1.ebuild
rename to media-libs/gst-plugins-base/gst-plugins-base-1.4.2.ebuild

diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest
index cf9d767..d94b3c4 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1 +1 @@
-DIST gst-plugins-good-1.4.1.tar.xz 3020748 SHA256 8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637 SHA512 9aa844948dde677489273b3eb4e1933363f9830925aef80d765859f7eece47ab60b92055fe7b25c5f85bcdaa5cf35333e69b3f1c1057624c91d523fdacd0753b WHIRLPOOL 1fd39f34e37584fe5e0e96e11f1860ca0fec5aeaf186f816992fae92da3d29d1fe5e93fbe39d148c617fdf35f6de9556fe2d5ace2349f0de3ed93ba1eef67434
+DIST gst-plugins-good-1.4.2.tar.xz 3022540 SHA256 63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8 SHA512 5c3dd0897e99525becfe3f57c3630d49e09150da70d9b5948a1e52efb2dbc5371cd0f119941468aed5e50bd86184d9596f62a1bd23afeb7fe70cd698a390d29d WHIRLPOOL 75e02971d3030af517f1401a1dccbf6de9e77bd5d74aaa6d8d85f6838c0dfba7e02a16cee1d01393deeb19674300dde320f9f129de688c2d054780766b4c80de

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.4.1.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.4.2.ebuild
similarity index 100%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.4.1.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.4.2.ebuild

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index 89ee053..a9a2bb7 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1 +1 @@
-DIST gstreamer-1.4.1.tar.xz 3322148 SHA256 5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e SHA512 b71bd2dc7b24a7f6e6c3730cea423efa5bd9c2fef1cd984ba5ae761c951450704b4abee2242b30cec49433af1716f956a6979e7c47a11aa92c102609fe7159a4 WHIRLPOOL 1e7e3791d2ccf469617d57647315cbc65aed1c4813f9939955476a35d84fe0e936c59c672d2be9cd2d9409a0c871f949d8985dcbeea922eaffc2300d0169a67a
+DIST gstreamer-1.4.2.tar.xz 3323368 SHA256 0339e0f156e130233ae26f0dcf541bf42ed73dcf6e2713369ed61d215b0847fc SHA512 3fa20a8d9897269d79ce28bf65bbb9e1d021a05641ce684aefa866f7931a1b7434cd0b2e900fee34f9120633c7ed5bcc9c779cf47327d7cbb969d901f26b3e82 WHIRLPOOL c66f64e044dd73e402dcd79bf7b778bf4908827afe1a357b55ef474d07e9f429afb485f36862c3f0dc7bd61092a4894c454061a92e7305f69dc81317905014f8

diff --git a/media-libs/gstreamer/gstreamer-1.4.1.ebuild b/media-libs/gstreamer/gstreamer-1.4.2.ebuild
similarity index 100%
rename from media-libs/gstreamer/gstreamer-1.4.1.ebuild
rename to media-libs/gstreamer/gstreamer-1.4.2.ebuild

diff --git a/media-plugins/gst-plugins-faad/Manifest b/media-plugins/gst-plugins-faad/Manifest
index 820a4a4..c1d27ed 100644
--- a/media-plugins/gst-plugins-faad/Manifest
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.4.1.tar.xz 3797780 SHA256 0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae SHA512 dd078565925e2b918e96ee7506f2586aeb5bc2d531ab8e0f66e32a60d4c42cef09ee77d253f76db5e59959dfb2000e9564dfad590672caf8828bfe5d4991fcb0 WHIRLPOOL 39bf11d9ca5be83e19b88da1333845d2c42f4c176fed608df431b6e051a9a3b23ca4c16a46410ba13329830211426443002d539d9e7c291df44796545bfec1c6
+DIST gst-plugins-bad-1.4.2.tar.xz 3806804 SHA256 31623079803b0311560730f47389cc360ddb2df5286ad2cf40048b9a82c4808e SHA512 b56d265741683179d796b2dcbafa88d157bc407319403799ca0d23b6527ce166cef45b757b48564968e99596de07d30e06f76460225cafd70b241e47a1bb4344 WHIRLPOOL fc854476121e46842b09418d102898395f69ada6766d693dd8c25de4da86ef85f41cdce822153aaf1584922252c8241afba2c6d24ee4155dc944741875b3e0b0

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.1.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.2.ebuild
similarity index 100%
rename from media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.1.ebuild
rename to media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.2.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-bad/, ...
@ 2014-09-06 11:33 Mart Raudsepp
  0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2014-09-06 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3f9e7859345c642613c45cd8283777a1ed7c922a
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  6 11:33:20 2014 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Sep  6 11:33:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=3f9e7859

Update gstreamer bits to 1.4.1

---
 media-libs/gst-plugins-bad/Manifest                                     | 2 +-
 .../{gst-plugins-bad-1.4.0.ebuild => gst-plugins-bad-1.4.1.ebuild}      | 0
 media-libs/gst-plugins-base/Manifest                                    | 2 +-
 .../{gst-plugins-base-1.4.0.ebuild => gst-plugins-base-1.4.1.ebuild}    | 0
 media-libs/gst-plugins-good/Manifest                                    | 2 +-
 .../{gst-plugins-good-1.4.0.ebuild => gst-plugins-good-1.4.1.ebuild}    | 0
 media-libs/gstreamer/Manifest                                           | 2 +-
 media-libs/gstreamer/{gstreamer-1.4.0.ebuild => gstreamer-1.4.1.ebuild} | 0
 media-plugins/gst-plugins-faad/Manifest                                 | 2 +-
 .../{gst-plugins-faad-1.4.0.ebuild => gst-plugins-faad-1.4.1.ebuild}    | 0
 10 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest
index 9ffedf1..820a4a4 100644
--- a/media-libs/gst-plugins-bad/Manifest
+++ b/media-libs/gst-plugins-bad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.4.0.tar.xz 3797420 SHA256 ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9 SHA512 c9cd5811fe995f1c11f31d4db320bc990d5293dd91182f14dceb7cd6fb75a78488ce80b78560fc951e5795a177b95871ebe455730f807d07062f7db87230b991 WHIRLPOOL 3ba0105eeeede91350147e9571b0f40e3e26278762aeee2114550c2a124d3ed1a8a2aa50f1282cf46356b7345041a2b2c5c70b99d3805dbf5e5b87f7f72a8597
+DIST gst-plugins-bad-1.4.1.tar.xz 3797780 SHA256 0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae SHA512 dd078565925e2b918e96ee7506f2586aeb5bc2d531ab8e0f66e32a60d4c42cef09ee77d253f76db5e59959dfb2000e9564dfad590672caf8828bfe5d4991fcb0 WHIRLPOOL 39bf11d9ca5be83e19b88da1333845d2c42f4c176fed608df431b6e051a9a3b23ca4c16a46410ba13329830211426443002d539d9e7c291df44796545bfec1c6

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.0.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.1.ebuild
similarity index 100%
rename from media-libs/gst-plugins-bad/gst-plugins-bad-1.4.0.ebuild
rename to media-libs/gst-plugins-bad/gst-plugins-bad-1.4.1.ebuild

diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest
index e2e4525..e925c9a 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1 +1 @@
-DIST gst-plugins-base-1.4.0.tar.xz 2618724 SHA256 5daed4b983b64e4e3fbe9cd29063e4302812cd03ba685a15b06a790911d04c1e SHA512 58be598aa1564c437da26e0c1aab23661e40b1624014c9b7c63b8b9495208bf3f8c8d2f6c4e02c7ad9a6ec1cc6abce8353ff021c39322fa944e9c625a53cc382 WHIRLPOOL d60bf2352a250908f2925a0b1183b6eda659f20deaac8797b755f1d188464c8951e98d79498ef1c11999540789e5fb55dd356ecce757ba330ce0a64e1816053c
+DIST gst-plugins-base-1.4.1.tar.xz 2615712 SHA256 aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499 SHA512 2a59e0add8ddeab8209e40d861911bea479301f3c547bc39d2de6581ca3ed8faf2746e81678d75fe5a5ffdac27da218a87ff2166c30331afe3433da6a2d26cd8 WHIRLPOOL 227816d04243d9b461a7f275470d78960fa7b74e96320fa42fe928a425ba4b9b95cc26ff2a37810926d4b50098f868592f422ce54dd81f4182b0c2ba2eefec73

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.4.0.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.4.1.ebuild
similarity index 100%
rename from media-libs/gst-plugins-base/gst-plugins-base-1.4.0.ebuild
rename to media-libs/gst-plugins-base/gst-plugins-base-1.4.1.ebuild

diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest
index 11246dc..cf9d767 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1 +1 @@
-DIST gst-plugins-good-1.4.0.tar.xz 3023440 SHA256 48a62e7987fffa289a091dfc8ccc80b401d110632b8fc1adce5b82fc092f2685 SHA512 fad2ef49156e61a52e64c07fd306f7e39067e06be44d9c5bf96b4426e7822fc00d7ccddbdc56e6c8e9feba319563cfb26cd996f77a7106fa257e81cb228f9c49 WHIRLPOOL 85c7f1ed7594646dd5abba52aa64ece897cb8d693fd75de745af31e2bac718db508e8d62b9bb79a0d757345d64a312e39348f7c51e191caa0653da5ff8e95e62
+DIST gst-plugins-good-1.4.1.tar.xz 3020748 SHA256 8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637 SHA512 9aa844948dde677489273b3eb4e1933363f9830925aef80d765859f7eece47ab60b92055fe7b25c5f85bcdaa5cf35333e69b3f1c1057624c91d523fdacd0753b WHIRLPOOL 1fd39f34e37584fe5e0e96e11f1860ca0fec5aeaf186f816992fae92da3d29d1fe5e93fbe39d148c617fdf35f6de9556fe2d5ace2349f0de3ed93ba1eef67434

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.4.0.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.4.1.ebuild
similarity index 100%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.4.0.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.4.1.ebuild

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index e07d520..89ee053 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1 +1 @@
-DIST gstreamer-1.4.0.tar.xz 3323364 SHA256 23c39fdc2b24f889b07cab0449825384fef7592a121e180729fd9025ec45c695 SHA512 948277e4b01eb87a2dd518e423d26c8f7a40ac61250dd3fa92ac80819b66a61d5925a1129e89a6fc842c6ed10c2755b43692ff45a336a71bfa56eb8478617e40 WHIRLPOOL ae62450c833c55cf1a16d3aca41b44d866edbaf4abccbe2a41b3f90db1ca2d44a1b378a244dd6a7a3abadc3a066ea3fa8000292c3103e3fbeb2cabb447bc8094
+DIST gstreamer-1.4.1.tar.xz 3322148 SHA256 5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e SHA512 b71bd2dc7b24a7f6e6c3730cea423efa5bd9c2fef1cd984ba5ae761c951450704b4abee2242b30cec49433af1716f956a6979e7c47a11aa92c102609fe7159a4 WHIRLPOOL 1e7e3791d2ccf469617d57647315cbc65aed1c4813f9939955476a35d84fe0e936c59c672d2be9cd2d9409a0c871f949d8985dcbeea922eaffc2300d0169a67a

diff --git a/media-libs/gstreamer/gstreamer-1.4.0.ebuild b/media-libs/gstreamer/gstreamer-1.4.1.ebuild
similarity index 100%
rename from media-libs/gstreamer/gstreamer-1.4.0.ebuild
rename to media-libs/gstreamer/gstreamer-1.4.1.ebuild

diff --git a/media-plugins/gst-plugins-faad/Manifest b/media-plugins/gst-plugins-faad/Manifest
index 9ffedf1..820a4a4 100644
--- a/media-plugins/gst-plugins-faad/Manifest
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.4.0.tar.xz 3797420 SHA256 ff2cb754f7725b205aec66002b1406e440f3a03194b6cad2d126ef5cd00902f9 SHA512 c9cd5811fe995f1c11f31d4db320bc990d5293dd91182f14dceb7cd6fb75a78488ce80b78560fc951e5795a177b95871ebe455730f807d07062f7db87230b991 WHIRLPOOL 3ba0105eeeede91350147e9571b0f40e3e26278762aeee2114550c2a124d3ed1a8a2aa50f1282cf46356b7345041a2b2c5c70b99d3805dbf5e5b87f7f72a8597
+DIST gst-plugins-bad-1.4.1.tar.xz 3797780 SHA256 0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae SHA512 dd078565925e2b918e96ee7506f2586aeb5bc2d531ab8e0f66e32a60d4c42cef09ee77d253f76db5e59959dfb2000e9564dfad590672caf8828bfe5d4991fcb0 WHIRLPOOL 39bf11d9ca5be83e19b88da1333845d2c42f4c176fed608df431b6e051a9a3b23ca4c16a46410ba13329830211426443002d539d9e7c291df44796545bfec1c6

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.0.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.1.ebuild
similarity index 100%
rename from media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.0.ebuild
rename to media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.1.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-bad/, ...
@ 2014-07-13 10:42 Mart Raudsepp
  0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2014-07-13 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ac19e44950eed8d63789be218178a55e8ac40c11
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 12 11:56:47 2014 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 11:56:47 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=ac19e449

Update gstreamer bits to 1.3.91 RC

---
 media-libs/gst-plugins-bad/Manifest                                     | 2 +-
 .../{gst-plugins-bad-1.3.90.ebuild => gst-plugins-bad-1.3.91.ebuild}    | 0
 media-libs/gst-plugins-base/Manifest                                    | 2 +-
 .../{gst-plugins-base-1.3.90.ebuild => gst-plugins-base-1.3.91.ebuild}  | 0
 media-libs/gst-plugins-good/Manifest                                    | 2 +-
 .../{gst-plugins-good-1.3.90.ebuild => gst-plugins-good-1.3.91.ebuild}  | 0
 media-libs/gstreamer/Manifest                                           | 2 +-
 .../gstreamer/{gstreamer-1.3.90.ebuild => gstreamer-1.3.91.ebuild}      | 0
 media-plugins/gst-plugins-faad/Manifest                                 | 2 +-
 .../{gst-plugins-faad-1.3.90.ebuild => gst-plugins-faad-1.3.91.ebuild}  | 0
 10 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest
index 985c2b9..28a5593 100644
--- a/media-libs/gst-plugins-bad/Manifest
+++ b/media-libs/gst-plugins-bad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.3.90.tar.xz 3788272 SHA256 07478aec766bf17cc9d9e8ad85464e225da8ed0d3a0d1204bbf8d82c0f30cac4 SHA512 00157da81a053c63984a3d76b1402e8b106a7957b93a5db76a7e124ffdf161746f43bd24f6890e0afeffee6352d40ea7860213baa68ebfb2421ca23d831a0770 WHIRLPOOL de8ba424af1906735657b14be06c01d0045d4475a1eee79dde856947e349691a5a750eb84395a21a52a9e16a34fa1103675e17b440f77361e756d36dcf5ae182
+DIST gst-plugins-bad-1.3.91.tar.xz 3796968 SHA256 069072bbb5a069e503e2651030773eae6d40dde92247fedde6adc5bf253b83c0 SHA512 ff11577715db5fdc1ec1eca0ccb91c8c748cae8ab5e1fb9da63a596c0cbe03fa06dbe294cf8836aa5c86412f5ee784650f30d794cb6230172ab3e2e6316049f0 WHIRLPOOL a196ad329bc3c80fc41cb8d23cd70d9d8023e2966da57c04220988ac574a432f0a6685506fa167aa6c63c0caa8e5cd819a0175e563d0f4a0674e102395b0fcc1

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.90.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.91.ebuild
similarity index 100%
rename from media-libs/gst-plugins-bad/gst-plugins-bad-1.3.90.ebuild
rename to media-libs/gst-plugins-bad/gst-plugins-bad-1.3.91.ebuild

diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest
index fdabae3..c526f8c 100644
--- a/media-libs/gst-plugins-base/Manifest
+++ b/media-libs/gst-plugins-base/Manifest
@@ -1 +1 @@
-DIST gst-plugins-base-1.3.90.tar.xz 2619812 SHA256 af9417c135b83418650266033681c6e8d4d8099bc18f4b6d7ff38c7d87f3d675 SHA512 5858e4c99e0aa0e2a10b04d97c1bbd1ad7ec34a3db661df0e03e4e7037a912f521b528a305e35093dd0e0ee618c26b4eb5173fd496091f999f1256c236685ecc WHIRLPOOL 76014fb76fed6ee876463fd1d3c676ed1ee62711c4cf73e031478e647ff3a3109644bd2938b521666771937e80820395b3eede71f1fb1506f692acdd7d602bd8
+DIST gst-plugins-base-1.3.91.tar.xz 2621656 SHA256 489803c9ab3384fb9454891ae93328823b21d7f120fb760c509aa3338e64dba8 SHA512 d6315ebdbe27fd8e17b6a3472c61740665e69f571dd79bd2e1b4f14ec7f87de19cea621f1169da1eebf309ed6522c0bc7e5db4bb31ca85b4e4966dabf630f6b3 WHIRLPOOL 3af4faf05ffe6a8026dabb91d43e4650d98f7424d9413a3810fa18248feb298dd21e2a3280bcc67b97bb2aacadd681bdbc69793ba6c2d5df148b1ddd98a54a58

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.3.90.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.3.91.ebuild
similarity index 100%
rename from media-libs/gst-plugins-base/gst-plugins-base-1.3.90.ebuild
rename to media-libs/gst-plugins-base/gst-plugins-base-1.3.91.ebuild

diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest
index cf20962..60cf4f1 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1 +1 @@
-DIST gst-plugins-good-1.3.90.tar.xz 3029000 SHA256 f7e9a092dba9125e240c8879fcf581bf270cdee4f4d9fd9bb4052b8e1283d1a4 SHA512 c57f00967e327a06d272078c7b6d5bfbbc4fb36a4898b3f85f6bbcda45df9829babcddfa18e89938312111c82b24ec73c8d4116f5fb3e8764f32d7236a0f952e WHIRLPOOL 88052cf493d3e82eab76baa585006219b5a25634ddd9dc7fc9b5ee784c7275d0b0ac7bb7d69a5be3e4945ee6079afef53de99a44894290f9c52bbdcd743d3fbb
+DIST gst-plugins-good-1.3.91.tar.xz 3027124 SHA256 0c49c0048940c5b1199d6dfe83ab21742e0093e0d2ab39ffcebc4872a2f65582 SHA512 2824454d1bd269186363f3cec46022fb0b922d1720260e835d07e72202968fc92b066dc9da64ba9006382186422ec8067a4d38ce5e05d7b6e37d5148b290b286 WHIRLPOOL 7174b825eb2370a3da9ce159fe2edcb5bd7fb9fbe45dd6bc6eea9e9fa12eb55a334ba4ee87054545dba647a72cc9d2df39d60340d19d51b1d6e4619319bfe1d4

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.3.90.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.3.91.ebuild
similarity index 100%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.3.90.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.3.91.ebuild

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
index 7a6f176..f731668 100644
--- a/media-libs/gstreamer/Manifest
+++ b/media-libs/gstreamer/Manifest
@@ -1 +1 @@
-DIST gstreamer-1.3.90.tar.xz 3319344 SHA256 e3584e28a493f52842ae502c6c172f7e24136e316139a4380f1013b8c9ed68de SHA512 59b339b39a08e6b5b172b00c3c08e68356e6b14a84dc2ddb2dcc404c72effbbb3f94cf7c55f69878c8c498fb2ca6708a1946e139a41c3f7c9e06fbd59433cf32 WHIRLPOOL 2d7ac45b338a5e952bd84e2b315af15173e9223a5ef25add514f9e18a2b2653d6e6bc05c4e772a8aed9a6024990f65c09d48ba938277529e1a89f5c9ca1d15ea
+DIST gstreamer-1.3.91.tar.xz 3324908 SHA256 89a9b66ff92f0f966bf716dc9994995973703729cb35084778d7ded19f8c3c03 SHA512 787fef6bb5a90c4104816d074f1a27a2d759767d817565a0de8bd1b43a17207419f4440f0293ec986dd622893fa8e2f7671503f799d1064aff95b521e6c20f7c WHIRLPOOL d24b4a28f713f789872850411cc6857c36b191715a3ca618234c2ee37c38f217016804e3b17d87fab2fc68349124f7a756f193ad02c9fbd0f845c663886f7182

diff --git a/media-libs/gstreamer/gstreamer-1.3.90.ebuild b/media-libs/gstreamer/gstreamer-1.3.91.ebuild
similarity index 100%
rename from media-libs/gstreamer/gstreamer-1.3.90.ebuild
rename to media-libs/gstreamer/gstreamer-1.3.91.ebuild

diff --git a/media-plugins/gst-plugins-faad/Manifest b/media-plugins/gst-plugins-faad/Manifest
index 985c2b9..28a5593 100644
--- a/media-plugins/gst-plugins-faad/Manifest
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -1 +1 @@
-DIST gst-plugins-bad-1.3.90.tar.xz 3788272 SHA256 07478aec766bf17cc9d9e8ad85464e225da8ed0d3a0d1204bbf8d82c0f30cac4 SHA512 00157da81a053c63984a3d76b1402e8b106a7957b93a5db76a7e124ffdf161746f43bd24f6890e0afeffee6352d40ea7860213baa68ebfb2421ca23d831a0770 WHIRLPOOL de8ba424af1906735657b14be06c01d0045d4475a1eee79dde856947e349691a5a750eb84395a21a52a9e16a34fa1103675e17b440f77361e756d36dcf5ae182
+DIST gst-plugins-bad-1.3.91.tar.xz 3796968 SHA256 069072bbb5a069e503e2651030773eae6d40dde92247fedde6adc5bf253b83c0 SHA512 ff11577715db5fdc1ec1eca0ccb91c8c748cae8ab5e1fb9da63a596c0cbe03fa06dbe294cf8836aa5c86412f5ee784650f30d794cb6230172ab3e2e6316049f0 WHIRLPOOL a196ad329bc3c80fc41cb8d23cd70d9d8023e2966da57c04220988ac574a432f0a6685506fa167aa6c63c0caa8e5cd819a0175e563d0f4a0674e102395b0fcc1

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.90.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.91.ebuild
similarity index 100%
rename from media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.90.ebuild
rename to media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.91.ebuild


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] dev/leio:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-bad/, ...
@ 2014-07-07 23:57 Mart Raudsepp
  0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2014-07-07 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e3899eb2cfc333e21743771ff2ccf5ad1db2a167
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 08:14:31 2014 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 08:16:29 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=e3899eb2

Add gstreamer 1.3.3 development versions of stuff I need for glimagesink testing on RPi

---
 media-libs/gst-plugins-bad/Manifest                |  1 +
 .../gst-plugins-bad/gst-plugins-bad-1.3.3.ebuild   | 56 +++++++++++++
 media-libs/gst-plugins-bad/metadata.xml            |  8 ++
 media-libs/gst-plugins-base/Manifest               |  1 +
 .../gst-plugins-base/gst-plugins-base-1.3.3.ebuild | 94 ++++++++++++++++++++++
 media-libs/gst-plugins-base/metadata.xml           |  9 +++
 media-libs/gst-plugins-good/Manifest               |  1 +
 .../gst-plugins-good/gst-plugins-good-1.3.3.ebuild | 58 +++++++++++++
 media-libs/gst-plugins-good/metadata.xml           |  5 ++
 media-libs/gstreamer/Manifest                      |  1 +
 media-libs/gstreamer/gstreamer-1.3.3.ebuild        | 90 +++++++++++++++++++++
 media-libs/gstreamer/metadata.xml                  | 10 +++
 media-plugins/gst-plugins-faad/Manifest            |  1 +
 .../gst-plugins-faad/gst-plugins-faad-1.3.3.ebuild | 14 ++++
 media-plugins/gst-plugins-faad/metadata.xml        |  5 ++
 15 files changed, 354 insertions(+)

diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest
new file mode 100644
index 0000000..ab2b377
--- /dev/null
+++ b/media-libs/gst-plugins-bad/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.3.3.tar.xz 3780940 SHA256 f2a5eb6534e1fee48f27634a5fe3b4f7241e69ff96031f20bf2efbba05f063b6 SHA512 aa736f53c0ef2deb182313c3a05666e5177d5992b701fb323e29869bae713f0b609503b6e9043defc18e6a489f683f987a3287e27d63866afe6ae7b53180ea6d WHIRLPOOL fe28dcba9a5dd25cc0f99778af37d7869b937c491d1ac830abbef1213ba76576f259d997bbc4b99ab0f03bfe31fed0209c014f90c20a17536a073c4230bc1a94

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.3.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.3.ebuild
new file mode 100644
index 0000000..00c7eb1
--- /dev/null
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.3.3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+GST_ORG_MODULE="gst-plugins-bad"
+inherit eutils flag-o-matic gstreamer
+
+DESCRIPTION="Less plugins for GStreamer"
+HOMEPAGE="http://gstreamer.freedesktop.org/"
+
+LICENSE="LGPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="egl +introspection +orc vnc"
+
+# FIXME: we need to depend on mesa to avoid automagic on egl
+# dtmf plugin moved from bad to good in 1.2
+# X11 is automagic for now, upstream #709530
+RDEPEND="
+	>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+	>=media-libs/gst-plugins-base-1.2:${SLOT}[${MULTILIB_USEDEP}]
+	>=media-libs/gstreamer-1.2:${SLOT}[${MULTILIB_USEDEP}]
+	egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )
+	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
+	orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+
+	!<media-libs/gst-plugins-good-1.1:${SLOT}
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.12
+"
+
+src_configure() {
+	strip-flags
+	replace-flags "-O3" "-O2"
+	filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
+
+	multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+	gstreamer_multilib_src_configure \
+		$(multilib_native_use_enable introspection) \
+		$(use_enable orc) \
+		$(use_enable vnc librfb) \
+		--disable-examples \
+		--disable-debug \
+		--with-egl-window-system=$(usex egl x11 none)
+}
+
+multilib_src_install_all() {
+	DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+	einstalldocs
+	prune_libtool_files --modules
+}

diff --git a/media-libs/gst-plugins-bad/metadata.xml b/media-libs/gst-plugins-bad/metadata.xml
new file mode 100644
index 0000000..c4beec6
--- /dev/null
+++ b/media-libs/gst-plugins-bad/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>gstreamer</herd>
+	<use>
+		<flag name="egl">Enable EGL support</flag>
+	</use>
+</pkgmetadata>

diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest
new file mode 100644
index 0000000..f0d8363
--- /dev/null
+++ b/media-libs/gst-plugins-base/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-base-1.3.3.tar.xz 2617804 SHA256 ccb09a64a9276f4cd3a1b6721e1c9c7ee1de6120e8b38ec2138914d76ba7953d SHA512 295b8d15cae7575c88cc94cc52239de536bc50a921256962be3f33c4dbcaaf6c448c90ca48be712f7346f47596150bd9d68e597090395da611ba384950348b4e WHIRLPOOL cbabeb7ae48e4dd71721af0f81f6886b433317530ea6044087e3b7e5155f368f7985ef541a5d74ad8395ad22c3e8f59eb9c5817e1b3e852c7cbbe6fdd4bcc719

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.3.3.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.3.3.ebuild
new file mode 100644
index 0000000..c1a7dc2
--- /dev/null
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.3.3.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+GST_ORG_MODULE="gst-plugins-base"
+inherit gstreamer
+
+DESCRIPTION="Basepack of plugins for gstreamer"
+HOMEPAGE="http://gstreamer.freedesktop.org/"
+
+LICENSE="GPL-2+ LGPL-2+"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="alsa +introspection ivorbis +ogg +orc +pango theora +vorbis X"
+REQUIRED_USE="
+	ivorbis? ( ogg )
+	theora? ( ogg )
+	vorbis? ( ogg )
+"
+
+RDEPEND="
+	app-text/iso-codes
+	>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+	>=media-libs/gstreamer-1.2.3:1.0[introspection?,${MULTILIB_USEDEP}]
+	>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+	alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
+	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
+	ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] )
+	ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] )
+	orc? ( >=dev-lang/orc-0.4.18[${MULTILIB_USEDEP}] )
+	pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] )
+	theora? ( >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] )
+	vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] )
+	X? (
+		>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+		>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+		>=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.12
+	X? (
+		>=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}]
+		>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
+		>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
+"
+
+src_prepare() {
+	# The AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE even
+	# though they are not actually used. This needs to be fixed upstream by
+	# replacing AC_PATH_XTRA with PKG_CONFIG calls, upstream bug #731047
+	sed -i -e 's:X_PRE_LIBS -lSM -lICE:X_PRE_LIBS:' "${S}"/configure || die
+}
+
+multilib_src_configure() {
+	gstreamer_multilib_src_configure \
+		$(use_enable alsa) \
+		$(multilib_native_use_enable introspection) \
+		$(use_enable ivorbis) \
+		$(use_enable ogg) \
+		$(use_enable orc) \
+		$(use_enable pango) \
+		$(use_enable theora) \
+		$(use_enable vorbis) \
+		$(use_enable X x) \
+		$(use_enable X xshm) \
+		$(use_enable X xvideo) \
+		--disable-debug \
+		--disable-examples \
+		--disable-freetypetest \
+		--disable-static
+	# cdparanoia and libvisual are split out, per leio's request
+
+	# bug #366931, flag-o-matic for the whole thing is overkill
+	if [[ ${CHOST} == *86-*-darwin* ]] ; then
+		sed -i \
+			-e '/FLAGS = /s|-O[23]|-O1|g' \
+			gst/audioconvert/Makefile \
+			gst/volume/Makefile || die
+	fi
+
+	if multilib_is_native_abi; then
+		local x
+		for x in libs plugins; do
+			ln -s "${S}"/docs/${x}/html docs/${x}/html || die
+		done
+	fi
+}
+
+multilib_src_install_all() {
+	DOCS="AUTHORS NEWS README RELEASE"
+	einstalldocs
+	prune_libtool_files --modules
+}

diff --git a/media-libs/gst-plugins-base/metadata.xml b/media-libs/gst-plugins-base/metadata.xml
new file mode 100644
index 0000000..7b5b837
--- /dev/null
+++ b/media-libs/gst-plugins-base/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>gstreamer</herd>
+	<use>
+		<flag name="pango">Enable pango GStreamer plugin</flag>
+		<flag name="ivorbis">Enable integer based vorbis decoder.</flag>
+    </use>
+</pkgmetadata>

diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest
new file mode 100644
index 0000000..9cc8a9b
--- /dev/null
+++ b/media-libs/gst-plugins-good/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-good-1.3.3.tar.xz 3026940 SHA256 4706d0c40ec4d1da96946804319a0736affac8544421d72b86852a214891b1c6 SHA512 562f6bce3566fd0881a00f3ec75386cd5d567ac4effd4a8cac23623c49af495eb4930173a1be3abe5899f413ab81a5d8c7a78fee9365c9d3bc4d796b3b3b7b1a WHIRLPOOL 4132082542983bd512ad140a9621fa71d78b76f4c1e4130641775fd232a2037b2cc874284b9053da2e6ff349276aa677a2c2a612da174b847b31ecf8785f9854

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.3.3.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.3.3.ebuild
new file mode 100644
index 0000000..d923d80
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.3.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+GST_ORG_MODULE="gst-plugins-good"
+inherit eutils flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for gstreamer"
+HOMEPAGE="http://gstreamer.freedesktop.org/"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+# dtmf plugin moved from bad to good in 1.2
+RDEPEND="
+	>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+	>=media-libs/gst-plugins-base-1.2.3:${SLOT}[${MULTILIB_USEDEP}]
+	>=media-libs/gstreamer-1.2.4:${SLOT}[${MULTILIB_USEDEP}]
+	>=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
+	>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+	orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )
+
+	!<media-libs/gst-plugins-bad-1.1:${SLOT}
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.12
+"
+
+src_configure() {
+	# gst doesnt handle optimisations well
+	strip-flags
+	replace-flags "-O3" "-O2"
+	filter-flags "-fprefetch-loop-arrays" # see bug 22249
+
+	multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+	# Always enable optional bz2 support for matroska
+	# Always enable optional zlib support for qtdemux and matroska
+	# Many media files require these to work, as some container headers are often
+	# compressed, bug #291154
+	gstreamer_multilib_src_configure \
+		--enable-bz2 \
+		--enable-zlib \
+		--disable-examples \
+		--with-default-audiosink=autoaudiosink \
+		--with-default-visualizer=goom
+}
+
+multilib_src_install_all() {
+	DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+	einstalldocs
+	prune_libtool_files --modules
+}

diff --git a/media-libs/gst-plugins-good/metadata.xml b/media-libs/gst-plugins-good/metadata.xml
new file mode 100644
index 0000000..d1096fb
--- /dev/null
+++ b/media-libs/gst-plugins-good/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>gstreamer</herd>
+</pkgmetadata>

diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest
new file mode 100644
index 0000000..12b85c2
--- /dev/null
+++ b/media-libs/gstreamer/Manifest
@@ -0,0 +1 @@
+DIST gstreamer-1.3.3.tar.xz 3316048 SHA256 363701c78713375e1f6a3679729386ce167db50dde2a70b0fc4354c03090738b SHA512 4757fdb0f23ea17e1d85e7700dced33795386077f8fc00ce4eb06275c430d065cf6e9c8a3ae4ad1ac4bbc3d03c80ef1347fd36a93810973e98888b86e5f9db3e WHIRLPOOL ba7c0a49aced2fc4e1d0c6ec448e315ce5a218471bad14e92b13e6d646f939ea74ebe1b6c1e78c142bb8888af8572fcbf54093f736955fa938bb338afde22754

diff --git a/media-libs/gstreamer/gstreamer-1.3.3.ebuild b/media-libs/gstreamer/gstreamer-1.3.3.ebuild
new file mode 100644
index 0000000..ee3f445
--- /dev/null
+++ b/media-libs/gstreamer/gstreamer-1.3.3.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit eutils multilib multilib-minimal pax-utils
+
+DESCRIPTION="Streaming media framework"
+HOMEPAGE="http://gstreamer.freedesktop.org/"
+SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="+introspection nls +orc test"
+
+RDEPEND="
+	>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+	introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
+"
+DEPEND="${RDEPEND}
+	app-arch/xz-utils
+	>=dev-util/gtk-doc-am-1.12
+	sys-devel/bison
+	sys-devel/flex
+	>=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+	nls? ( sys-devel/gettext )
+"
+# gtk-doc-am to install API docs
+
+src_configure() {
+	if [[ ${CHOST} == *-interix* ]] ; then
+		export ac_cv_lib_dl_dladdr=no
+		export ac_cv_func_poll=no
+	fi
+	if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then
+		# GCC groks this, but then refers to an implementation (___multi3,
+		# ___udivti3) that don't exist (at least I can't find it), so force
+		# this one to be off, such that we use 2x64bit emulation code.
+		export gst_cv_uint128_t=no
+	fi
+
+	multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+	# Set 'libexecdir' to ABI-specific location for the library spawns
+	# helpers from there.
+	# Disable static archives, dependency tracking and examples
+	# to speed up build time
+	# Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo
+	ECONF_SOURCE=${S} \
+	econf \
+		--libexecdir=/usr/$(get_libdir) \
+		--disable-debug \
+		--disable-examples \
+		--disable-static \
+		--disable-valgrind \
+		--enable-check \
+		$(multilib_native_use_enable introspection) \
+		$(use_enable nls) \
+		$(use_enable test tests) \
+		--with-package-name="GStreamer ebuild for Gentoo" \
+		--with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer"
+
+	if multilib_is_native_abi; then
+		local x
+		for x in gst libs plugins; do
+			ln -s "${S}"/docs/${x}/html docs/${x}/html || die
+		done
+	fi
+}
+
+multilib_src_install() {
+	# can't do "default", we want to install docs in multilib_src_install_all
+	emake DESTDIR="${D}" install
+
+	# Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
+	use orc && pax-mark -m "${ED}usr/$(get_libdir)/gstreamer-${SLOT}/gst-plugin-scanner"
+}
+
+multilib_src_install_all() {
+	DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE"
+	einstalldocs
+	prune_libtool_files --modules
+
+	# Needed for orc-using gst plugins on hardened/PaX systems, bug #421579
+	use orc && pax-mark -m "${ED}usr/bin/gst-launch-${SLOT}"
+}

diff --git a/media-libs/gstreamer/metadata.xml b/media-libs/gstreamer/metadata.xml
new file mode 100644
index 0000000..5ed0f2f
--- /dev/null
+++ b/media-libs/gstreamer/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>gstreamer</herd>
+	<use>
+		<flag name="orc">Disable some PaX memory protections to allow plugins
+			that use <pkg>dev-lang/orc</pkg> for runtime optimization to be
+			used on hardened PaX systems</flag>
+	</use>
+</pkgmetadata>

diff --git a/media-plugins/gst-plugins-faad/Manifest b/media-plugins/gst-plugins-faad/Manifest
new file mode 100644
index 0000000..ab2b377
--- /dev/null
+++ b/media-plugins/gst-plugins-faad/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.3.3.tar.xz 3780940 SHA256 f2a5eb6534e1fee48f27634a5fe3b4f7241e69ff96031f20bf2efbba05f063b6 SHA512 aa736f53c0ef2deb182313c3a05666e5177d5992b701fb323e29869bae713f0b609503b6e9043defc18e6a489f683f987a3287e27d63866afe6ae7b53180ea6d WHIRLPOOL fe28dcba9a5dd25cc0f99778af37d7869b937c491d1ac830abbef1213ba76576f259d997bbc4b99ab0f03bfe31fed0209c014f90c20a17536a073c4230bc1a94

diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.3.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.3.ebuild
new file mode 100644
index 0000000..39769dd
--- /dev/null
+++ b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.3.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-bad
+inherit gstreamer
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/media-plugins/gst-plugins-faad/metadata.xml b/media-plugins/gst-plugins-faad/metadata.xml
new file mode 100644
index 0000000..9e260ce
--- /dev/null
+++ b/media-plugins/gst-plugins-faad/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gstreamer</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-19 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 11:14 [gentoo-commits] dev/leio:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-bad/, Mart Raudsepp
2014-08-02 13:09 ` Mart Raudsepp
  -- strict thread matches above, loose matches on Subject: below --
2014-09-19 17:05 Mart Raudsepp
2014-09-06 11:33 Mart Raudsepp
2014-07-13 10:42 Mart Raudsepp
2014-07-07 23:57 Mart Raudsepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox