[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2024-04-30 Thread Mart Raudsepp
commit: 5ae81701a01ad7621969c055abcb100c6cbd3925
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr 30 07:48:12 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 30 08:23:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae81701

media-libs/gst-plugins-good: drop 1.20.5, 1.20.6

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  2 -
 .../gst-plugins-good-1.20.5.ebuild | 53 --
 .../gst-plugins-good-1.20.6.ebuild | 53 --
 3 files changed, 108 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index e484500a49ef..08d2b2aa7987 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1 @@
-DIST gst-plugins-good-1.20.5.tar.xz 3439904 BLAKE2B 
682f8577ad048d5db5a3517fa2d3615ea902507b9aedf45da9b12e77d993e2200fd85014fd0ed9a602dfae2a1cfc420158d7d309a4b4106ac1e7b3165ef73ec9
 SHA512 
d8a4f4605f1da9199a6fa3cde065f5d4c550772cf085e9e05ed5ff6e44b0375d72f473a9c73346ce329f924a0b58e386358f5045ac0bee767117ef28a9f1b394
-DIST gst-plugins-good-1.20.6.tar.xz 3438312 BLAKE2B 
dcb948a6ec357fe5bac3c5bcdf395dcec05634421d8bea125c89a4d47362a848890d451379b714f754094d763f68311a26b519ff503298aed3d04e6655c8588a
 SHA512 
ee2463aa339baa2b8e52bba200c919871c4ce459b18ac74f998429ef55a41b34afdd2ba28b00810a5e508233ad79e6286d6b08c4755a29d0a2628ccf50bcedbf
 DIST gst-plugins-good-1.22.11.tar.xz 2847708 BLAKE2B 
d61f834727719992e207ce3aa2e9b4ca779930f8bc0baf12bef7869f456ac86fad4a3874b50071d28724e414c5b134f7604af4b66c836da3388e584fbbe16dcf
 SHA512 
e6105c90a66bfee8a69f621bf44f53fcbf832ec9290cee984354da91e57b61d2bbd548e3ad0c5d9f859d0c3f5ba3c313539f24b350e0a7acf29cb8983d4f40cb

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.5.ebuild
deleted file mode 100644
index aa69a3fd7e2f..
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit gstreamer-meson
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
-IUSE="+orc"
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
-
-# Fixes backported to 1.20.1, to be removed in 1.20.2+
-PATCHES=(
-)
-
-multilib_src_configure() {
-   GST_PLUGINS_NOAUTO="bz2"
-
-   local emesonargs=(
-   -Dbz2=enabled
-
-   # gst-plugins-ximagesrc
-   -Dximagesrc=disabled
-   -Dximagesrc-xshm=disabled
-   -Dximagesrc-xfixes=disabled
-   -Dximagesrc-xdamage=disabled
-
-   # gst-plugins-v4l2
-   -Dv4l2=disabled
-   )
-
-   gstreamer_multilib_src_configure
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
deleted file mode 100644
index aa69a3fd7e2f..
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit gstreamer-meson
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
-IUSE="+orc"
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
-
-# Fixes backported to 1.20.1, to be removed in 1.20.2+
-PATCHES=(
-)
-
-multilib_src_configure() {
-   GST_PLUGINS_NOAUTO="bz2"
-
-   local emesonargs=(
-   -Dbz2=enabled
-
-   # gst-plugins-ximagesrc
-   -Dximagesrc=disabled
-   -Dximagesrc-xshm=disabled
-   -Dximagesrc-xfixes=disabled
-   -Dximagesrc-xdamage=disabled
-
-   # gst-plugins-v4l2
-   

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2023-10-13 Thread Mart Raudsepp
commit: af2a5d6d1e1e3d679e6a3709d7207832a346d7ed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Oct 13 07:26:24 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Oct 13 07:26:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2a5d6d

media-libs/gst-plugins-good: drop 1.20.3, 1.20.4

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  2 -
 .../gst-plugins-good-1.20.3.ebuild | 53 --
 .../gst-plugins-good-1.20.4.ebuild | 53 --
 3 files changed, 108 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index bcbe72555b16..06d2c58ba58e 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,5 +1,3 @@
-DIST gst-plugins-good-1.20.3.tar.xz 3417252 BLAKE2B 
5f288541598d2c308fbb1d5e36e54e8dd4c6e9d7dd71f41b778fbdfe883ed48e8d13fa53d05518cc671de029d804f7dc1d93396de9d199d45ec131230926d33c
 SHA512 
98bb2dd428edaa1a5846fb47b1f42a1e99541faf05cdb0fb632d4a1a1e4fb2c1f9d1229bf0aa2ddcbce139533e9fd51f8f9a1175cd8a8729c5179750ca84afa1
-DIST gst-plugins-good-1.20.4.tar.xz 3424532 BLAKE2B 
2b9fa0227c13c6a81a91b4d337c3d52d6e8bd63d04710ee6bc45ec7b70de3f35c57148786356e08a253b1bbc9473411d9b0f1346433396e2403680690823c06f
 SHA512 
d1a1d3a161fc33ecfae2b1336391571210511926a5017ea512a0bef7ab3577fb98326a96b6c5a2ffb48c8e2c7c3bf8e957e489edd0cf44e8ed8518656768c7ce
 DIST gst-plugins-good-1.20.5.tar.xz 3439904 BLAKE2B 
682f8577ad048d5db5a3517fa2d3615ea902507b9aedf45da9b12e77d993e2200fd85014fd0ed9a602dfae2a1cfc420158d7d309a4b4106ac1e7b3165ef73ec9
 SHA512 
d8a4f4605f1da9199a6fa3cde065f5d4c550772cf085e9e05ed5ff6e44b0375d72f473a9c73346ce329f924a0b58e386358f5045ac0bee767117ef28a9f1b394
 DIST gst-plugins-good-1.20.6.tar.xz 3438312 BLAKE2B 
dcb948a6ec357fe5bac3c5bcdf395dcec05634421d8bea125c89a4d47362a848890d451379b714f754094d763f68311a26b519ff503298aed3d04e6655c8588a
 SHA512 
ee2463aa339baa2b8e52bba200c919871c4ce459b18ac74f998429ef55a41b34afdd2ba28b00810a5e508233ad79e6286d6b08c4755a29d0a2628ccf50bcedbf
 DIST gst-plugins-good-1.22.3.tar.xz 2826224 BLAKE2B 
5e1c19442ca25e81312f34c91c5154022b253b2223dcea8fb8f0351dc4d465663323aa69b534c1bd47b68ace9d33722923ffedef6b8e663beac37b2d8cf23877
 SHA512 
915352911f0ee2b1b15ff83514c6ca7e1ca8c2f122eac0c4c47539e8dcc2233a6f8478e083555af8b254d9a541923aa74e106a404b56fb8a732ea53421c3d6ca

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.3.ebuild
deleted file mode 100644
index 85f61388d9bc..
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit gstreamer-meson
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
-IUSE="+orc"
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
-
-# Fixes backported to 1.20.1, to be removed in 1.20.2+
-PATCHES=(
-)
-
-multilib_src_configure() {
-   GST_PLUGINS_NOAUTO="bz2"
-
-   local emesonargs=(
-   -Dbz2=enabled
-
-   # gst-plugins-ximagesrc
-   -Dximagesrc=disabled
-   -Dximagesrc-xshm=disabled
-   -Dximagesrc-xfixes=disabled
-   -Dximagesrc-xdamage=disabled
-
-   # gst-plugins-v4l2
-   -Dv4l2=disabled
-   )
-
-   gstreamer_multilib_src_configure
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.4.ebuild
deleted file mode 100644
index 85f61388d9bc..
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit gstreamer-meson
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
-IUSE="+orc"
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2023-08-21 Thread Arthur Zamarin
commit: c32096bfa0dbc9a1b6a8fdf05231bbca949f552f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 21 05:24:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 21 06:30:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32096bf

media-libs/gst-plugins-good: Stabilize 1.20.6 arm, #908277

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
index f8b02959216a..90a32ddcd21e 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2023-07-25 Thread Arthur Zamarin
commit: d7c1658b5013bbfb9eb64ec00e599e632e6a645f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 25 18:05:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 25 18:05:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c1658b

media-libs/gst-plugins-good: Stabilize 1.20.6 arm64, #908277

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
index eaf556f62972..188b1d7c02d1 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.20.6.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2023-05-31 Thread Sam James
commit: 2fb2a2a710a4129c4b7bd5e371029a99cff9bb64
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 02:59:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 02:59:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb2a2a7

media-libs/gst-plugins-good: disable qt5 & qt6

These are being automagically built right now - so let's stop the immediate
breakage for multilib, but further, it doesn't seem they should be in -good 
anyway.

Bug: https://bugs.gentoo.org/907483
Closes: https://github.com/gentoo/gentoo/pull/31255
Signed-off-by: Sam James  gentoo.org>

 ...ugins-good-1.22.3-r1.ebuild => gst-plugins-good-1.22.3-r2.ebuild} | 5 +
 1 file changed, 5 insertions(+)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild
similarity index 90%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild
index bdedddb6669c..aedf63adee75 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r2.ebuild
@@ -44,6 +44,11 @@ multilib_src_configure() {
 
# gst-plugins-v4l2
-Dv4l2=disabled
+
+   # TODO: These two almost certainly need to be their own
+   # gst-plugins-qt5 & qt-plugins-qt6.
+   -Dqt5=disabled
+   -Dqt6=disabled
)
 
gstreamer_multilib_src_configure



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2023-05-30 Thread Sam James
commit: 13859d940b2b8295c49c0beb999a5ecbcfd45f7a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 31 03:43:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 31 03:43:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13859d94

media-libs/gst-plugins-good: block old gst-plugins-ugly for xingmux move

xingmux moved from ugly->good.

Thanks to josef64 for reporting.

Signed-off-by: Sam James  gentoo.org>

 ...gst-plugins-good-1.22.3.ebuild => gst-plugins-good-1.22.3-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
similarity index 91%
rename from media-libs/gst-plugins-good/gst-plugins-good-1.22.3.ebuild
rename to media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
index 2eb4e734bdc1..bdedddb6669c 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.22.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.22.3-r1.ebuild
@@ -13,7 +13,9 @@ LICENSE="LGPL-2.1+"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
 IUSE="+orc"
 
+# Old media-libs/gst-plugins-ugly blocker for xingmux moving from ugly->good
 RDEPEND="
+   !=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
>=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2022-11-20 Thread Mart Raudsepp
commit: 5ad596faf1741d32a5bd30ffdeba25b5e402bbca
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Nov 20 18:31:15 2022 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Nov 20 18:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad596fa

media-libs/gst-plugins-good: drop 1.20.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.20.2.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 362dc6c30cdd..55b92623fcb3 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1,2 @@
-DIST gst-plugins-good-1.20.2.tar.xz 3411008 BLAKE2B 
45eb497d240bf9b05cfbf85babe5ef85fb8a7f25f1b470f131f319064e1dc04f334d4b7dede4f0aedd73dca01605b7e00e2ddc587bcf9ccce6989a9e99776cb1
 SHA512 
a10ea48fdfbe741e9bc63036b011748558f89968aaa525380ac99884c27463d190c0b49e2d98b4f554eee6ead8a5c5da3ba62e5b0b1fe54877598beccc68a933
 DIST gst-plugins-good-1.20.3.tar.xz 3417252 BLAKE2B 
5f288541598d2c308fbb1d5e36e54e8dd4c6e9d7dd71f41b778fbdfe883ed48e8d13fa53d05518cc671de029d804f7dc1d93396de9d199d45ec131230926d33c
 SHA512 
98bb2dd428edaa1a5846fb47b1f42a1e99541faf05cdb0fb632d4a1a1e4fb2c1f9d1229bf0aa2ddcbce139533e9fd51f8f9a1175cd8a8729c5179750ca84afa1
 DIST gst-plugins-good-1.20.4.tar.xz 3424532 BLAKE2B 
2b9fa0227c13c6a81a91b4d337c3d52d6e8bd63d04710ee6bc45ec7b70de3f35c57148786356e08a253b1bbc9473411d9b0f1346433396e2403680690823c06f
 SHA512 
d1a1d3a161fc33ecfae2b1336391571210511926a5017ea512a0bef7ab3577fb98326a96b6c5a2ffb48c8e2c7c3bf8e957e489edd0cf44e8ed8518656768c7ce

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.20.2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.20.2.ebuild
deleted file mode 100644
index b3eaaf22d0c9..
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.20.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit flag-o-matic gstreamer-meson
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
-IUSE="+orc"
-
-RDEPEND="
-   >=media-libs/gst-plugins-base-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE )
-
-# Fixes backported to 1.20.1, to be removed in 1.20.2+
-PATCHES=(
-)
-
-multilib_src_configure() {
-   GST_PLUGINS_NOAUTO="bz2"
-
-   local emesonargs=(
-   -Dbz2=enabled
-
-   # gst-plugins-ximagesrc
-   -Dximagesrc=disabled
-   -Dximagesrc-xshm=disabled
-   -Dximagesrc-xfixes=disabled
-   -Dximagesrc-xdamage=disabled
-
-   # gst-plugins-v4l2
-   -Dv4l2=disabled
-   )
-
-   gstreamer_multilib_src_configure
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/files/

2022-03-27 Thread Conrad Kostecki
commit: eeeda2ee3785c457be61b74887e6dd84ccbe07c2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Mar 18 06:21:00 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 27 22:07:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeeda2ee

media-libs/gst-plugins-good: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/24633
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...t-plugins-good-1.20.0-lame-feature-option.patch |  23 ---
 .../gst-plugins-good-1.20.0-ldac-rtp-header.patch  | 163 -
 2 files changed, 186 deletions(-)

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-lame-feature-option.patch
 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-lame-feature-option.patch
deleted file mode 100644
index c431b1fb6bd7..
--- 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-lame-feature-option.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-commit d03971dac7b32a6ffcbf161853e017f65ae7c22f
-Author: Heiko Becker 
-Date:   Fri Feb 11 21:35:54 2022 +0100
-
-meson: Don't build lame plugin with -Dlame=disabled
-
-Part-of: 

-
-diff --git a/ext/lame/meson.build b/ext/lame/meson.build
-index 2169fde6f4..3290f17e1e 100644
 a/ext/lame/meson.build
-+++ b/ext/lame/meson.build
-@@ -1,5 +1,10 @@
-+lame_dep = dependency('', required: false)
- lame_option = get_option('lame')
- 
-+if lame_option.disabled()
-+  subdir_done()
-+endif
-+
- lame_extra_c_args = []
- lame_dep = cc.find_library('mp3lame', required: false)
- have_lame = cc.has_header_symbol('lame/lame.h', 'lame_init')

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-ldac-rtp-header.patch
 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-ldac-rtp-header.patch
deleted file mode 100644
index f1fc4601a23a..
--- 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-ldac-rtp-header.patch
+++ /dev/null
@@ -1,163 +0,0 @@
-From cc3419daf60159394cd310c2405a78775b3f84db Mon Sep 17 00:00:00 2001
-From: Sanchayan Maity 
-Date: Thu, 24 Feb 2022 20:28:23 +0530
-Subject: [PATCH] rtp: ldac: Set frame count information in payload
-
-The RTP payload seems to be required as it carries the frame count
-information. Also, gst_rtp_base_payload_allocate_output_buffer had
-the second argument incorrect.
-
-Strangely some devices like Shanling MP4 and Sony XM3 would still
-work without this while some like the Sony XM4 do not.
-
-Part-of: 


- .../docs/gst_plugins_cache.json   |  2 +-
- .../gst-plugins-good/gst/rtp/gstrtpldacpay.c  | 63 ++-
- .../gst-plugins-good/gst/rtp/gstrtpldacpay.h  |  1 +
- 3 files changed, 62 insertions(+), 4 deletions(-)
-
-diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
-index 88bff47243..003546d59d 100644
 a/docs/gst_plugins_cache.json
-+++ b/docs/gst_plugins_cache.json
-@@ -14678,7 +14678,7 @@
- "long-name": "RTP packet payloader",
- "pad-templates": {
- "sink": {
--"caps": "audio/x-ldac:\n   channels: [ 1, 2 ]\n   
rate: { (int)44100, (int)48000, (int)88200, (int)96000 }\n",
-+"caps": "audio/x-ldac:\n   channels: [ 1, 2 ]\n   
   eqmid: { (int)0, (int)1, (int)2 }\n   rate: { (int)44100, 
(int)48000, (int)88200, (int)96000 }\n",
- "direction": "sink",
- "presence": "always"
- },
-diff --git a/gst/rtp/gstrtpldacpay.c b/gst/rtp/gstrtpldacpay.c
-index 2b14b746fe..aa30673e7e 100644
 a/gst/rtp/gstrtpldacpay.c
-+++ b/gst/rtp/gstrtpldacpay.c
-@@ -48,7 +48,7 @@
- #include "gstrtpldacpay.h"
- #include "gstrtputils.h"
- 
--#define GST_RTP_HEADER_LENGTH12
-+#define GST_RTP_LDAC_PAYLOAD_HEADER_SIZE 1
- /* MTU size required for LDAC A2DP streaming */
- #define GST_LDAC_MTU_REQUIRED679
- 
-@@ -64,6 +64,7 @@ static GstStaticPadTemplate gst_rtp_ldac_pay_sink_factory =
- GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("audio/x-ldac, "
- "channels = (int) [ 1, 2 ], "
-+"eqmid = (int) { 0, 1, 2 }, "
- "rate = (int) { 44100, 48000, 88200, 96000 }")
- );
- 
-@@ -81,6 +82,38 @@ static gboolean gst_rtp_ldac_pay_set_caps 
(GstRTPBasePayload * payload,
- static GstFlowReturn gst_rtp_ldac_pay_handle_buffer (GstRTPBasePayload *
- payload, GstBuffer * buffer);
- 
-+/**
-+ * gst_rtp_ldac_pay_get_num_frames
-+ * @eqmid: Encode Quality Mode Index
-+ * @channels: Number of channels
-+ *
-+ * Returns: Number of LDAC frames per packet.
-+ */
-+static guint8
-+gst_rtp_ldac_pay_get_num_frames (gint 

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/files/, media-libs/gst-plugins-good/

2022-03-08 Thread Sam James
commit: cf1b18cbd8da5490ace34d387679c9f9242dea34
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Sat Feb 26 17:43:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  8 13:47:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1b18cb

media-libs/gst-plugins-good: Backport ldac payload fix to 1.20.0

Signed-off-by: Igor V. Kovalenko  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../gst-plugins-good-1.20.0-ldac-rtp-header.patch  | 163 +
 .../gst-plugins-good-1.20.0.ebuild |   1 +
 2 files changed, 164 insertions(+)

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-ldac-rtp-header.patch
 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-ldac-rtp-header.patch
new file mode 100644
index ..f1fc4601a23a
--- /dev/null
+++ 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.20.0-ldac-rtp-header.patch
@@ -0,0 +1,163 @@
+From cc3419daf60159394cd310c2405a78775b3f84db Mon Sep 17 00:00:00 2001
+From: Sanchayan Maity 
+Date: Thu, 24 Feb 2022 20:28:23 +0530
+Subject: [PATCH] rtp: ldac: Set frame count information in payload
+
+The RTP payload seems to be required as it carries the frame count
+information. Also, gst_rtp_base_payload_allocate_output_buffer had
+the second argument incorrect.
+
+Strangely some devices like Shanling MP4 and Sony XM3 would still
+work without this while some like the Sony XM4 do not.
+
+Part-of: 

+---
+ .../docs/gst_plugins_cache.json   |  2 +-
+ .../gst-plugins-good/gst/rtp/gstrtpldacpay.c  | 63 ++-
+ .../gst-plugins-good/gst/rtp/gstrtpldacpay.h  |  1 +
+ 3 files changed, 62 insertions(+), 4 deletions(-)
+
+diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
+index 88bff47243..003546d59d 100644
+--- a/docs/gst_plugins_cache.json
 b/docs/gst_plugins_cache.json
+@@ -14678,7 +14678,7 @@
+ "long-name": "RTP packet payloader",
+ "pad-templates": {
+ "sink": {
+-"caps": "audio/x-ldac:\n   channels: [ 1, 2 ]\n   
rate: { (int)44100, (int)48000, (int)88200, (int)96000 }\n",
++"caps": "audio/x-ldac:\n   channels: [ 1, 2 ]\n   
   eqmid: { (int)0, (int)1, (int)2 }\n   rate: { (int)44100, 
(int)48000, (int)88200, (int)96000 }\n",
+ "direction": "sink",
+ "presence": "always"
+ },
+diff --git a/gst/rtp/gstrtpldacpay.c b/gst/rtp/gstrtpldacpay.c
+index 2b14b746fe..aa30673e7e 100644
+--- a/gst/rtp/gstrtpldacpay.c
 b/gst/rtp/gstrtpldacpay.c
+@@ -48,7 +48,7 @@
+ #include "gstrtpldacpay.h"
+ #include "gstrtputils.h"
+ 
+-#define GST_RTP_HEADER_LENGTH12
++#define GST_RTP_LDAC_PAYLOAD_HEADER_SIZE 1
+ /* MTU size required for LDAC A2DP streaming */
+ #define GST_LDAC_MTU_REQUIRED679
+ 
+@@ -64,6 +64,7 @@ static GstStaticPadTemplate gst_rtp_ldac_pay_sink_factory =
+ GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
+ GST_STATIC_CAPS ("audio/x-ldac, "
+ "channels = (int) [ 1, 2 ], "
++"eqmid = (int) { 0, 1, 2 }, "
+ "rate = (int) { 44100, 48000, 88200, 96000 }")
+ );
+ 
+@@ -81,6 +82,38 @@ static gboolean gst_rtp_ldac_pay_set_caps 
(GstRTPBasePayload * payload,
+ static GstFlowReturn gst_rtp_ldac_pay_handle_buffer (GstRTPBasePayload *
+ payload, GstBuffer * buffer);
+ 
++/**
++ * gst_rtp_ldac_pay_get_num_frames
++ * @eqmid: Encode Quality Mode Index
++ * @channels: Number of channels
++ *
++ * Returns: Number of LDAC frames per packet.
++ */
++static guint8
++gst_rtp_ldac_pay_get_num_frames (gint eqmid, gint channels)
++{
++  g_assert (channels == 1 || channels == 2);
++
++  switch (eqmid) {
++  /* Encode setting for High Quality */
++case 0:
++  return 4 / channels;
++  /* Encode setting for Standard Quality */
++case 1:
++  return 6 / channels;
++  /* Encode setting for Mobile use Quality */
++case 2:
++  return 12 / channels;
++default:
++  break;
++  }
++
++  g_assert_not_reached ();
++
++  /* If assertion gets compiled out */
++  return 6 / channels;
++}
++
+ static void
+ gst_rtp_ldac_pay_class_init (GstRtpLdacPayClass * klass)
+ {
+@@ -115,7 +148,7 @@ gst_rtp_ldac_pay_set_caps (GstRTPBasePayload * payload, 
GstCaps * caps)
+ {
+   GstRtpLdacPay *ldacpay = GST_RTP_LDAC_PAY (payload);
+   GstStructure *structure;
+-  gint rate;
++  gint channels, eqmid, rate;
+ 
+   if (GST_RTP_BASE_PAYLOAD_MTU (ldacpay) < GST_LDAC_MTU_REQUIRED) {
+ GST_ERROR_OBJECT (ldacpay, "Invalid MTU %d, should be >= %d",
+@@ -129,6 +162,18 @@ gst_rtp_ldac_pay_set_caps (GstRTPBasePayload * payload, 
GstCaps * caps)
+ return FALSE;
+   }
+ 
++  if (!gst_structure_get_int (structure, "channels", )) {
++GST_ERROR_OBJECT (ldacpay, "Failed to get audio rate from 

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2021-09-16 Thread Sam James
commit: 68c4ab9a1fdad3522eaf9b72f4e3cd9486a184ee
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 16 18:54:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 16 18:54:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c4ab9a

media-libs/gst-plugins-good: Stabilize 1.18.4 arm64, #812836

Signed-off-by: Sam James  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild
index b45ec05b635..b88583976c2 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2021-08-09 Thread Marek Szuba
commit: 4f89af9bc6dc6e8879e5b922428b4f700edb6475
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug  9 17:05:22 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug  9 23:56:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f89af9b

media-libs/gst-plugins-good: keyword 1.18.4 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild
index 6a038b2e26f..429cd3cfadc 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.18.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/files/, media-libs/gst-plugins-good/

2021-02-20 Thread Mart Raudsepp
commit: 09b83e780819ead985f33ea3101e4553e6674b8e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 20 09:34:26 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 20 09:36:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b83e78

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  2 -
 .../files/gst-plugins-good-1.14.5-make43.patch | 56 -
 .../files/gst-plugins-good-1.16.2-make43.patch | 57 --
 .../gst-plugins-good-1.14.5.ebuild | 54 
 .../gst-plugins-good-1.16.2.ebuild | 54 
 5 files changed, 223 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 28ae66bf58c..d9332200d73 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1 @@
-DIST gst-plugins-good-1.14.5.tar.xz 3800104 BLAKE2B 
acb8ba559c8f4d96cb548fa05e88a556dbfd3aed8572d91cee4fc7b652ab1e814a615713f1372a0acdaa723ddf2d9af9c84c599bc4128b8f61d03bfbc096dcce
 SHA512 
11bfadaf39b28a0a6a6c87c4ade8513496e8f13873cb0c2ddc8b8241029b8775d4839f2de441bda664bc67c66c4ca1d6839dd7570f7d79c1f485d5a25cc9d236
-DIST gst-plugins-good-1.16.2.tar.xz 3897172 BLAKE2B 
b6341bb2f2456e2c558f71e9f18726eced88cbc703fa017067415297cc7ccdf70b4ceb18e9e3c7c64fc7c55806c7373d9a05eac582067ab764a02c1bafef4b33
 SHA512 
ab0dfd51af3ea345db466618547c35c78b5f08e725096b66074a5a7e0a83ca25ac51d2d915b7a8c07b70f8e4c9fc65d51c1851f147a5a5a71fbca58e1eb5ffd4
 DIST gst-plugins-good-1.16.3.tar.xz 3914676 BLAKE2B 
52f18027f9d9a77e8b459a0a10fa7c1450dff2faf8a2a63134f833ad08b19985b7f0d3d2af4b766c9b8bf802d048fabd6f52ad5a7865eccd1fe0d26404b7b2de
 SHA512 
3e0da4a4defc0ddea1c26dfc767fed732548654f4155452649777109a17d5b65b2fde895483a3e35dc1646de5a16e913cd2408f826251d46a99b7751b88dcb65

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.14.5-make43.patch 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.14.5-make43.patch
deleted file mode 100644
index 2429bf2b000..000
--- a/media-libs/gst-plugins-good/files/gst-plugins-good-1.14.5-make43.patch
+++ /dev/null
@@ -1,56 +0,0 @@
 a/common/glib-gen.mak
-+++ b/common/glib-gen.mak
-@@ -1,11 +1,13 @@
- # these are the variables your Makefile.am should set
- # the example is based on the colorbalance interface
- 
-+H := \#
-+
- #glib_enum_headers=$(colorbalance_headers)
- #glib_enum_define=GST_COLOR_BALANCE
- #glib_enum_prefix=gst_color_balance
- 
--enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
-+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
- 
- # these are all the rules generating the relevant files
- %-marshal.h: %-marshal.list
 a/common/gst-glib-gen.mak
-+++ b/common/gst-glib-gen.mak
-@@ -1,13 +1,15 @@
- # these are the variables your Makefile.am should set
- # the example is based on the colorbalance interface
- 
-+H := \#
-+
- #glib_enum_headers=$(colorbalance_headers)
- #glib_enum_define=GST_COLOR_BALANCE
- #glib_gen_prefix=gst_color_balance
- #glib_gen_basename=colorbalance
- #glib_gen_decl_banner=GST_EXPORT
- 
--enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
-+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
- 
- # these are all the rules generating the relevant files
- $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
 a/sys/v4l2/Makefile.in
-+++ b/sys/v4l2/Makefile.in
-@@ -17,6 +17,8 @@
- # these are the variables your Makefile.am should set
- # the example is based on the colorbalance interface
- 
-+H := \#
-+
- #glib_enum_headers=$(colorbalance_headers)
- #glib_enum_define=GST_COLOR_BALANCE
- #glib_gen_prefix=gst_color_balance
-@@ -669,7 +671,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- plugin_LTLIBRARIES = libgstvideo4linux2.la
--enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
-+enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
- libgstvideo4linux2_la_SOURCES = gstv4l2.c \
-   gstv4l2allocator.c \
-   gstv4l2colorbalance.c \

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.16.2-make43.patch 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.16.2-make43.patch
deleted file mode 100644
index b7e43f35c2a..000
--- a/media-libs/gst-plugins-good/files/gst-plugins-good-1.16.2-make43.patch
+++ /dev/null
@@ -1,57 +0,0 @@
 a/common/glib-gen.mak
-+++ b/common/glib-gen.mak
-@@ -1,11 +1,13 @@
- # these are the variables your Makefile.am should set
- # the example is based on the colorbalance interface
- 
-+H := \#
-+
- #glib_enum_headers=$(colorbalance_headers)
- #glib_enum_define=GST_COLOR_BALANCE
- #glib_enum_prefix=gst_color_balance
- 

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2021-02-18 Thread Sam James
commit: a2f767815ed611889f215fa3b38b44d62b47f3a1
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 18 08:45:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 18 08:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f76781

media-libs/gst-plugins-good: Stabilize 1.16.3 arm, #766336

Signed-off-by: Sam James  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
index cd00238b8a2..ce42945f148 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2021-02-17 Thread Sam James
commit: 30d5a8347aed4ee09d0f43e738c33fa27a79892b
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 17 13:52:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 17 13:52:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d5a834

media-libs/gst-plugins-good: Stabilize 1.16.3 arm64, #766336

Signed-off-by: Sam James  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
index 4e2a8542d1d..cd00238b8a2 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2021-02-13 Thread Mart Raudsepp
commit: 07d4d52372f49cc691d0f2fa4b575af9c074d7c0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 13 17:35:48 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 13 17:35:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d4d523

media-libs/gst-plugins-good: bump to 1.16.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.16.3.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 32073ca6e98..28ae66bf58c 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-good-1.14.5.tar.xz 3800104 BLAKE2B 
acb8ba559c8f4d96cb548fa05e88a556dbfd3aed8572d91cee4fc7b652ab1e814a615713f1372a0acdaa723ddf2d9af9c84c599bc4128b8f61d03bfbc096dcce
 SHA512 
11bfadaf39b28a0a6a6c87c4ade8513496e8f13873cb0c2ddc8b8241029b8775d4839f2de441bda664bc67c66c4ca1d6839dd7570f7d79c1f485d5a25cc9d236
 DIST gst-plugins-good-1.16.2.tar.xz 3897172 BLAKE2B 
b6341bb2f2456e2c558f71e9f18726eced88cbc703fa017067415297cc7ccdf70b4ceb18e9e3c7c64fc7c55806c7373d9a05eac582067ab764a02c1bafef4b33
 SHA512 
ab0dfd51af3ea345db466618547c35c78b5f08e725096b66074a5a7e0a83ca25ac51d2d915b7a8c07b70f8e4c9fc65d51c1851f147a5a5a71fbca58e1eb5ffd4
+DIST gst-plugins-good-1.16.3.tar.xz 3914676 BLAKE2B 
52f18027f9d9a77e8b459a0a10fa7c1450dff2faf8a2a63134f833ad08b19985b7f0d3d2af4b766c9b8bf802d048fabd6f52ad5a7865eccd1fe0d26404b7b2de
 SHA512 
3e0da4a4defc0ddea1c26dfc767fed732548654f4155452649777109a17d5b65b2fde895483a3e35dc1646de5a16e913cd2408f826251d46a99b7751b88dcb65

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
new file mode 100644
index 000..d0532e13c92
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.16.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2020-06-21 Thread Mart Raudsepp
commit: 7bcae0c73377aea0ecb2aba68230e72bd8f13ee1
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun Jun 21 13:33:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun 21 21:59:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcae0c7

media-libs/gst-plugins-good: arm64 stable (bug #728940)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.16.2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.16.2.ebuild
index f0fe9ef2fc5..d2b5fce632f 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.16.2.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.16.2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/files/, media-libs/gst-plugins-good/

2020-03-18 Thread David Seifert
commit: f48af75c6ad428800177a91a510731a0488a233f
Author: David Seifert  gentoo  org>
AuthorDate: Wed Mar 18 11:22:19 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Mar 18 11:22:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48af75c

media-libs/gst-plugins-good: Fix for >=make-4.3

Closes: https://bugs.gentoo.org/705974
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert  gentoo.org>

 .../files/gst-plugins-good-1.14.5-make43.patch | 56 ++
 .../gst-plugins-good-1.14.5.ebuild |  4 ++
 2 files changed, 60 insertions(+)

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-1.14.5-make43.patch 
b/media-libs/gst-plugins-good/files/gst-plugins-good-1.14.5-make43.patch
new file mode 100644
index 000..2429bf2b000
--- /dev/null
+++ b/media-libs/gst-plugins-good/files/gst-plugins-good-1.14.5-make43.patch
@@ -0,0 +1,56 @@
+--- a/common/glib-gen.mak
 b/common/glib-gen.mak
+@@ -1,11 +1,13 @@
+ # these are the variables your Makefile.am should set
+ # the example is based on the colorbalance interface
+ 
++H := \#
++
+ #glib_enum_headers=$(colorbalance_headers)
+ #glib_enum_define=GST_COLOR_BALANCE
+ #glib_enum_prefix=gst_color_balance
+ 
+-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
++enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
+ 
+ # these are all the rules generating the relevant files
+ %-marshal.h: %-marshal.list
+--- a/common/gst-glib-gen.mak
 b/common/gst-glib-gen.mak
+@@ -1,13 +1,15 @@
+ # these are the variables your Makefile.am should set
+ # the example is based on the colorbalance interface
+ 
++H := \#
++
+ #glib_enum_headers=$(colorbalance_headers)
+ #glib_enum_define=GST_COLOR_BALANCE
+ #glib_gen_prefix=gst_color_balance
+ #glib_gen_basename=colorbalance
+ #glib_gen_decl_banner=GST_EXPORT
+ 
+-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
++enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
+ 
+ # these are all the rules generating the relevant files
+ $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
+--- a/sys/v4l2/Makefile.in
 b/sys/v4l2/Makefile.in
+@@ -17,6 +17,8 @@
+ # these are the variables your Makefile.am should set
+ # the example is based on the colorbalance interface
+ 
++H := \#
++
+ #glib_enum_headers=$(colorbalance_headers)
+ #glib_enum_define=GST_COLOR_BALANCE
+ #glib_gen_prefix=gst_color_balance
+@@ -669,7 +671,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ plugin_LTLIBRARIES = libgstvideo4linux2.la
+-enum_headers = $(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
++enum_headers = $(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
+ libgstvideo4linux2_la_SOURCES = gstv4l2.c \
+   gstv4l2allocator.c \
+   gstv4l2colorbalance.c \

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
index 112f1972ea1..94dfa129e9d 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
@@ -25,6 +25,10 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.12
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.14.5-make43.patch # remove when bumping and 
switching to Meson
+)
+
 multilib_src_configure() {
# Always enable optional bz2 support for matroska
# Always enable optional zlib support for qtdemux and matroska



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2020-01-01 Thread Mart Raudsepp
commit: 8fb20cb01ec0098b0af2ae75bf2e593200492a36
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan  1 14:55:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan  1 15:08:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb20cb0

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.14.4.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 857fa423c81..ff83b44437d 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 
4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f
 SHA512 
30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504
 DIST gst-plugins-good-1.14.5.tar.xz 3800104 BLAKE2B 
acb8ba559c8f4d96cb548fa05e88a556dbfd3aed8572d91cee4fc7b652ab1e814a615713f1372a0acdaa723ddf2d9af9c84c599bc4128b8f61d03bfbc096dcce
 SHA512 
11bfadaf39b28a0a6a6c87c4ade8513496e8f13873cb0c2ddc8b8241029b8775d4839f2de441bda664bc67c66c4ca1d6839dd7570f7d79c1f485d5a25cc9d236

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
deleted file mode 100644
index 8926eb71135..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2020-01-01 Thread Agostino Sarubbo
commit: 968dd09f78c27502677d2cb356d44cdd7b9020e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jan  1 14:03:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jan  1 14:03:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968dd09f

media-libs/gst-plugins-good: arm stable wrt bug #702246

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
index 3db23c4448e..e4368ccdcae 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2019-12-10 Thread Aaron Bauman
commit: f1e0a5c9af562eed77cdbcc53133880480acebf8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec 10 18:04:49 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec 10 18:04:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e0a5c9

media-libs/gst-plugins-good: arm64 stable (bug #702246)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

 media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
index 7c4bbf33361..5d13e774f3b 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2019-12-08 Thread Sergei Trofimovich
commit: 3f441232f226e2b1b86594af05a9262480ea1ff3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec  8 23:36:19 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec  8 23:36:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f441232

media-libs/gst-plugins-good: stable 1.14.5 for ia64, bug #702246

Package-Manager: Portage-2.3.81, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
index 1fb49532f2d..23ef3511434 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2019-08-26 Thread Mart Raudsepp
commit: cbb3851622487c5c5a4e046048a7641cda4709c7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 25 20:19:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Aug 26 09:36:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb38516

media-libs/gst-plugins-good: bump to 1.14.5 for upstream bug fixes

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.14.5.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index b2f2e81d2f9..857fa423c81 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1 +1,2 @@
 DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 
4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f
 SHA512 
30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504
+DIST gst-plugins-good-1.14.5.tar.xz 3800104 BLAKE2B 
acb8ba559c8f4d96cb548fa05e88a556dbfd3aed8572d91cee4fc7b652ab1e814a615713f1372a0acdaa723ddf2d9af9c84c599bc4128b8f61d03bfbc096dcce
 SHA512 
11bfadaf39b28a0a6a6c87c4ade8513496e8f13873cb0c2ddc8b8241029b8775d4839f2de441bda664bc67c66c4ca1d6839dd7570f7d79c1f485d5a25cc9d236

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
new file mode 100644
index 000..d4b05401854
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-good/files/

2019-06-20 Thread Mart Raudsepp
commit: 25b7db7f2eb73a5ce85f0240dc53749198a42324
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jun 20 21:22:51 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jun 20 21:28:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b7db7f

media-libs/gst-plugins-good: remove gstreamer 0.10

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../files/gst-plugins-good-0.10-clang.patch| 18 ---
 .../gst-plugins-good-0.10.31-r2.ebuild | 60 --
 3 files changed, 79 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index d7514e282b5..b2f2e81d2f9 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,2 +1 @@
-DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 
4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f
 SHA512 
30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-0.10-clang.patch 
b/media-libs/gst-plugins-good/files/gst-plugins-good-0.10-clang.patch
deleted file mode 100644
index 3016bfb23d3..000
--- a/media-libs/gst-plugins-good/files/gst-plugins-good-0.10-clang.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 gst/goom/mmx.h.orig2011-12-11 19:48:11.0 +0100
-+++ gst/goom/mmx.h 2013-02-08 00:54:14.0 +0100
-@@ -715,13 +715,13 @@ void zoom_filter_xmmx (int prevX, int pr
-   { \
-   printf("emms()\n"); \
-   __asm__ __volatile__ ("emms" \
--
"st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
-+"st", 
"st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
-   }
- 
- #else
- 
- #define   emms() __asm__ __volatile__ ("emms"::: \
--  "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
-+  "st", 
"st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
- 
- #endif
- 

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
deleted file mode 100644
index 9d8e18088f2..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GST_ORG_MODULE="gst-plugins-good"
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for gstreamer"
-HOMEPAGE="https://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"
-
-RDEPEND="
-   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-0.10.36:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-   !

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2019-05-20 Thread Aaron Bauman
commit: 4482369e99396241cdb31cfd7a7fe376ddb8f111
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 02:44:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 02:44:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4482369e

media-libs/gst-plugins-good: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
index 7d21188671a..05b3cc07cca 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/files/

2019-03-03 Thread Mart Raudsepp
commit: fe8600ef58ed3251c1c39d81dc627d1f8bc752f4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar  3 16:06:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar  3 18:59:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8600ef

media-libs/gst-plugins-good: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/11240
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../files/1.14.1-fix-32bit-rtpstorage-test.patch   | 112 -
 1 file changed, 112 deletions(-)

diff --git 
a/media-libs/gst-plugins-good/files/1.14.1-fix-32bit-rtpstorage-test.patch 
b/media-libs/gst-plugins-good/files/1.14.1-fix-32bit-rtpstorage-test.patch
deleted file mode 100644
index 3bca4f6cd6e..000
--- a/media-libs/gst-plugins-good/files/1.14.1-fix-32bit-rtpstorage-test.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-From 48dd93662d6c16fc5967ef4386a63db41683142d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?=
-Date: Sun, 27 May 2018 20:29:47 +0100
-Subject: tests: rtpstorage: fix potential crashes / test failures on 32-bit
-
-Pass 64 bits to g_object_set() for 64-bit integer properties like
-rtpstorage's "size-time" property.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=796429

- tests/check/elements/rtpstorage.c | 21 +++--
- tests/check/elements/rtpulpfec.c  |  3 ++-
- 2 files changed, 13 insertions(+), 11 deletions(-)
-
-diff --git a/tests/check/elements/rtpstorage.c 
b/tests/check/elements/rtpstorage.c
-index 4a1d60f..e80b212 100644
 a/tests/check/elements/rtpstorage.c
-+++ b/tests/check/elements/rtpstorage.c
-@@ -98,16 +98,17 @@ GST_START_TEST (rtpstorage_resize)
-   guint i, j;
-   GstBuffer *bufin, *bufout, *bufs[10];
-   GstHarness *h = gst_harness_new ("rtpstorage");
-+
-   gst_harness_set_src_caps_str (h, "application/x-rtp");
- 
--  g_object_set (h->element, "size-time", 0, NULL);
-+  g_object_set (h->element, "size-time", (guint64) 0, NULL);
-   bufin = create_rtp_packet (96, 0xabe2b0b, 0x11, 0);
-   bufout = gst_harness_push_and_pull (h, bufin);
-   fail_unless (bufin == bufout);
-   fail_unless (gst_buffer_is_writable (bufout));
- 
--  g_object_set (h->element, "size-time",
--  (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, NULL);
-+  g_object_set (h->element,
-+  "size-time", (guint64) (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, 
NULL);
- 
-   // Pushing 10 buffers all of them should have ref. count =2
-   for (i = 0; i < G_N_ELEMENTS (bufs); ++i) {
-@@ -139,7 +140,7 @@ GST_START_TEST (rtpstorage_stop_redundant_packets)
-   GstHarness *h = gst_harness_new ("rtpstorage");
-   GstBuffer *bufinp;
- 
--  g_object_set (h->element, "size-time", 2 * RTP_PACKET_DUR, NULL);
-+  g_object_set (h->element, "size-time", (guint64) 2 * RTP_PACKET_DUR, NULL);
-   gst_harness_set_src_caps_str (h, "application/x-rtp");
- 
-   bufinp = create_rtp_packet (96, 0xabe2b0b, 0x11, 0);
-@@ -159,7 +160,7 @@ GST_START_TEST (rtpstorage_unknown_ssrc)
- {
-   GstBufferList *bufs_out;
-   GstHarness *h = gst_harness_new ("rtpstorage");
--  g_object_set (h->element, "size-time", RTP_PACKET_DUR, NULL);
-+  g_object_set (h->element, "size-time", (guint64) RTP_PACKET_DUR, NULL);
-   gst_harness_set_src_caps_str (h, "application/x-rtp");
- 
-   /* No packets has been pushed through yet */
-@@ -182,7 +183,7 @@ GST_START_TEST (rtpstorage_packet_not_lost)
-   GstBuffer *buf;
-   GstBufferList *bufs_out;
-   GstHarness *h = gst_harness_new ("rtpstorage");
--  g_object_set (h->element, "size-time", 10 * RTP_PACKET_DUR, NULL);
-+  g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL);
-   gst_harness_set_src_caps_str (h, "application/x-rtp");
- 
-   /* Pushing through 2 frames + 2 FEC */
-@@ -212,7 +213,7 @@ GST_START_TEST (test_rtpstorage_put_recovered_packet)
-   GstBuffer *bufs_in[4];
-   GstBufferList *bufs_out;
-   GstHarness *h = gst_harness_new ("rtpstorage");
--  g_object_set (h->element, "size-time", 10 * RTP_PACKET_DUR, NULL);
-+  g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL);
-   gst_harness_set_src_caps_str (h, "application/x-rtp");
- 
-   /* Pushing through 2 frames + 2 FEC
-@@ -331,7 +332,7 @@ _multiple_ssrcs_test (guint16 nth_to_loose,
-   guint16 stream0_seq_start = 200;
-   guint16 stream1_seq_start = 65529;
-   GstHarness *h = gst_harness_new ("rtpstorage");
--  g_object_set (h->element, "size-time", 12 * RTP_PACKET_DUR, NULL);
-+  g_object_set (h->element, "size-time", (guint64) 12 * RTP_PACKET_DUR, NULL);
-   gst_harness_set_src_caps_str (h, "application/x-rtp");
- 
-   _single_ssrc_test (h, 0x0abe2b0b, stream0_seq_start,
-@@ -453,8 +454,8 @@ GST_START_TEST (rtpstorage_stress)
-   StressTestData test_data;
-   guint seed, i, total, requested;
-   GstHarness *h = gst_harness_new ("rtpstorage");
--  g_object_set (h->element, "size-time",
--  STRESS_TEST_STORAGE_DEPTH * RTP_PACKET_DUR, 

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2019-02-05 Thread Mart Raudsepp
commit: 283881641450a669c96f8f91e6fa0f9a9c83e379
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Feb  5 23:29:46 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Feb  5 23:32:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28388164

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.14.1.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index e809a4baf36..d7514e282b5 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 
4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f
 SHA512 
30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
deleted file mode 100644
index 19e8d10a329..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit ltprune flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-PATCHES=( "${FILESDIR}"/${PV}-fix-32bit-rtpstorage-test.patch )
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2019-01-15 Thread Mart Raudsepp
commit: a4a7b948fdc77a16504e292db7c2edaf3660b296
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan 15 23:25:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jan 15 23:28:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4a7b948

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-libs/gst-plugins-good/Manifest   |  2 -
 .../gst-plugins-good-1.14.2.ebuild | 50 --
 .../gst-plugins-good-1.14.3.ebuild | 50 --
 3 files changed, 102 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 9fa13a531a6..e809a4baf36 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,5 +1,3 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
-DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
-DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45
 DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 
4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f
 SHA512 
30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.2.ebuild
deleted file mode 100644
index daf9c7a0a3b..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.3.ebuild
deleted file mode 100644
index daf9c7a0a3b..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for 

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-10-03 Thread Mart Raudsepp
commit: e8692248e147fcb304591f3abdfec574b17f3de2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Oct  3 23:39:29 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Oct  3 23:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8692248

media-libs/gst-plugins-good: bump to 1.14.4 for MKV MSE fixes (YouTube)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.14.4.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 9a2e1aa9167..9fa13a531a6 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc991
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45
+DIST gst-plugins-good-1.14.4.tar.xz 3792524 BLAKE2B 
4c7faac73d33bebe1fd53dc4cfed1a5d27b103f9c4cd801672ad52e385f09addb07cd4a0f511dff23815e3421e5202fb3d7866b7dd58fdaf101d0357c4fdc13f
 SHA512 
30aeb3bb74571287cad1598973da38e7a43a0128d35480ded6d280c1373dc4ecd4ea76caaa04a71cdfba2e1850aee5f1b72d96be86ae92d66633e7d32081c504

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
new file mode 100644
index 000..64330fc1aee
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-09-30 Thread Mart Raudsepp
commit: 21393fd7547fea7aa134d1d267ddbdae62f95153
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 30 20:56:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 30 20:58:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21393fd7

media-libs/gst-plugins-good: remove old

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.12.4.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 003a1525063..9a2e1aa9167 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
 DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
deleted file mode 100644
index 464f241bcd9..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-09-19 Thread Sergei Trofimovich
commit: e89aae3b15bea9970372d3a3a22d8d0e6014254b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep 19 07:09:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep 19 08:42:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89aae3b

media-libs/gst-plugins-good: stable 1.14.1 for ia64, bug #661288

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
index 89140cb6080..19e8d10a329 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-09-17 Thread Mart Raudsepp
commit: 8bf82aa87fc2b58956f513581ea36e5229103530
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 17 21:18:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 17 21:47:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf82aa8

media-libs/gst-plugins-good: bump to 1.14.3 for upstream bug fixes

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.14.3.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index a6ea6781a30..003a1525063 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc991
 DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
 DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05
+DIST gst-plugins-good-1.14.3.tar.xz 3790052 BLAKE2B 
14f4116ce3eeb20f1f2cc8e835e46a9444ef82291aad90b74e74d0e79c1974bb6f2373f79543a3a3235773c954bd9def67a9e6c64522035fa65e1541695d34e1
 SHA512 
1077d4ac7332a4bfd58fe5be53104e1404c3a688769520650c030488a184e64a43b301fc1f1d687de668143f849a23cb0ba2b417cf284d20710b9cf32d792e45

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.3.ebuild
new file mode 100644
index 000..daf9c7a0a3b
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-07-30 Thread Mart Raudsepp
commit: ae2bcceda76a189bdcb4cfa900be413e2bbecf80
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jul 30 22:27:13 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jul 30 22:58:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2bcced

media-libs/gst-plugins-good: bump to 1.14.2 for upstream bug fixes

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.14.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index d8991980a8c..a6ea6781a30 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070
+DIST gst-plugins-good-1.14.2.tar.xz 3779912 BLAKE2B 
d49f82a6be7423d233ec15660470533d6bfc5da3d2ac5912ce7b3f97739b1540424c02593aff269aae3df7c6f15ca37b2d9d45fe85f3b36b910cdac4ba98f093
 SHA512 
26ff40d949ab95043ed717350fb344a616c72b049cd52c3e7debd9cc37f73eb9d4704b4f437ba257cecb9dba702ce451647279cb821e9405b36210b46ae9aa05

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.2.ebuild
new file mode 100644
index 000..daf9c7a0a3b
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-good/files/

2018-07-30 Thread Mart Raudsepp
commit: 98cf3f1b82c3d75d75c11458d1d8fb25aa148ae3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jul 30 06:09:36 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jul 30 06:09:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cf3f1b

media-libs/gst-plugins-good: fix potential 32bit test failures

Closes: https://bugs.gentoo.org/661528
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 .../files/1.14.1-fix-32bit-rtpstorage-test.patch   | 112 +
 .../gst-plugins-good-1.14.1.ebuild |   2 +
 2 files changed, 114 insertions(+)

diff --git 
a/media-libs/gst-plugins-good/files/1.14.1-fix-32bit-rtpstorage-test.patch 
b/media-libs/gst-plugins-good/files/1.14.1-fix-32bit-rtpstorage-test.patch
new file mode 100644
index 000..3bca4f6cd6e
--- /dev/null
+++ b/media-libs/gst-plugins-good/files/1.14.1-fix-32bit-rtpstorage-test.patch
@@ -0,0 +1,112 @@
+From 48dd93662d6c16fc5967ef4386a63db41683142d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?=
+Date: Sun, 27 May 2018 20:29:47 +0100
+Subject: tests: rtpstorage: fix potential crashes / test failures on 32-bit
+
+Pass 64 bits to g_object_set() for 64-bit integer properties like
+rtpstorage's "size-time" property.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=796429
+---
+ tests/check/elements/rtpstorage.c | 21 +++--
+ tests/check/elements/rtpulpfec.c  |  3 ++-
+ 2 files changed, 13 insertions(+), 11 deletions(-)
+
+diff --git a/tests/check/elements/rtpstorage.c 
b/tests/check/elements/rtpstorage.c
+index 4a1d60f..e80b212 100644
+--- a/tests/check/elements/rtpstorage.c
 b/tests/check/elements/rtpstorage.c
+@@ -98,16 +98,17 @@ GST_START_TEST (rtpstorage_resize)
+   guint i, j;
+   GstBuffer *bufin, *bufout, *bufs[10];
+   GstHarness *h = gst_harness_new ("rtpstorage");
++
+   gst_harness_set_src_caps_str (h, "application/x-rtp");
+ 
+-  g_object_set (h->element, "size-time", 0, NULL);
++  g_object_set (h->element, "size-time", (guint64) 0, NULL);
+   bufin = create_rtp_packet (96, 0xabe2b0b, 0x11, 0);
+   bufout = gst_harness_push_and_pull (h, bufin);
+   fail_unless (bufin == bufout);
+   fail_unless (gst_buffer_is_writable (bufout));
+ 
+-  g_object_set (h->element, "size-time",
+-  (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, NULL);
++  g_object_set (h->element,
++  "size-time", (guint64) (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, 
NULL);
+ 
+   // Pushing 10 buffers all of them should have ref. count =2
+   for (i = 0; i < G_N_ELEMENTS (bufs); ++i) {
+@@ -139,7 +140,7 @@ GST_START_TEST (rtpstorage_stop_redundant_packets)
+   GstHarness *h = gst_harness_new ("rtpstorage");
+   GstBuffer *bufinp;
+ 
+-  g_object_set (h->element, "size-time", 2 * RTP_PACKET_DUR, NULL);
++  g_object_set (h->element, "size-time", (guint64) 2 * RTP_PACKET_DUR, NULL);
+   gst_harness_set_src_caps_str (h, "application/x-rtp");
+ 
+   bufinp = create_rtp_packet (96, 0xabe2b0b, 0x11, 0);
+@@ -159,7 +160,7 @@ GST_START_TEST (rtpstorage_unknown_ssrc)
+ {
+   GstBufferList *bufs_out;
+   GstHarness *h = gst_harness_new ("rtpstorage");
+-  g_object_set (h->element, "size-time", RTP_PACKET_DUR, NULL);
++  g_object_set (h->element, "size-time", (guint64) RTP_PACKET_DUR, NULL);
+   gst_harness_set_src_caps_str (h, "application/x-rtp");
+ 
+   /* No packets has been pushed through yet */
+@@ -182,7 +183,7 @@ GST_START_TEST (rtpstorage_packet_not_lost)
+   GstBuffer *buf;
+   GstBufferList *bufs_out;
+   GstHarness *h = gst_harness_new ("rtpstorage");
+-  g_object_set (h->element, "size-time", 10 * RTP_PACKET_DUR, NULL);
++  g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL);
+   gst_harness_set_src_caps_str (h, "application/x-rtp");
+ 
+   /* Pushing through 2 frames + 2 FEC */
+@@ -212,7 +213,7 @@ GST_START_TEST (test_rtpstorage_put_recovered_packet)
+   GstBuffer *bufs_in[4];
+   GstBufferList *bufs_out;
+   GstHarness *h = gst_harness_new ("rtpstorage");
+-  g_object_set (h->element, "size-time", 10 * RTP_PACKET_DUR, NULL);
++  g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL);
+   gst_harness_set_src_caps_str (h, "application/x-rtp");
+ 
+   /* Pushing through 2 frames + 2 FEC
+@@ -331,7 +332,7 @@ _multiple_ssrcs_test (guint16 nth_to_loose,
+   guint16 stream0_seq_start = 200;
+   guint16 stream1_seq_start = 65529;
+   GstHarness *h = gst_harness_new ("rtpstorage");
+-  g_object_set (h->element, "size-time", 12 * RTP_PACKET_DUR, NULL);
++  g_object_set (h->element, "size-time", (guint64) 12 * RTP_PACKET_DUR, NULL);
+   gst_harness_set_src_caps_str (h, "application/x-rtp");
+ 
+   _single_ssrc_test (h, 0x0abe2b0b, stream0_seq_start,
+@@ -453,8 +454,8 @@ GST_START_TEST (rtpstorage_stress)
+   StressTestData test_data;
+   guint seed, i, total, requested;
+   GstHarness *h = gst_harness_new ("rtpstorage");
+-  g_object_set (h->element, "size-time",
+-  STRESS_TEST_STORAGE_DEPTH * 

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-07-15 Thread Mart Raudsepp
commit: 9f7cc6224a521e6b482930955a9d82f67be2b289
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 15 23:03:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 15 23:03:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7cc622

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.12.3.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 144fa35c440..d8991980a8c 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,4 +1,3 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.12.3.tar.xz 3487448 BLAKE2B 
2c27918f8020c50078b983244e9abc969bbf6338f65e42c2a74abb425f9e48e9cf2f71e89b92eefbcb9a3eff0ce765336b35b648a386214164cfecf66d03c2fd
 SHA512 
8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4
 DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178
 DIST gst-plugins-good-1.14.1.tar.xz 3776168 BLAKE2B 
5b17ac49d5bae423ee887f1516ba8bfb542acb17e3f304f489dddbaa728761ee51a08e67bd10a9981f53b5b8424d8013d1723fcbbf6e06d34a39548868d34f85
 SHA512 
b52d3214f2d32f263637cb9f0838284483e15b8d20bf36d64c349e99b481095734a4dd2c2421176540dfe5129ecc1acc101b89cc898b4773f0f736e8e962b070

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
deleted file mode 100644
index 8c087fc54a5..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-06-16 Thread Mart Raudsepp
commit: 15d9a11d2fef8e06af046edc5e7ce30140142d4b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jun 16 00:17:36 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun 16 18:26:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d9a11d

media-libs/gst-plugins-good: don't inherit eutils.eclass

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
index db6a08f1eef..fa738a81f97 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 GST_ORG_MODULE="gst-plugins-good"
 
-inherit eutils flag-o-matic gstreamer
+inherit ltprune flag-o-matic gstreamer
 
 DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-03-28 Thread Markus Meier
commit: 8204971c301cbc912e247e28195a2bdad84dc333
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 28 19:20:51 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 28 19:20:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8204971c

media-libs/gst-plugins-good: arm stable, bug #650540

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
index 24a454f51d3..839502a9aa3 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-03-18 Thread Sergei Trofimovich
commit: 48cef33ebf3e420aefbefd28dd25a144b17fc8d8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar 18 19:32:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar 18 19:35:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cef33e

media-libs/gst-plugins-good: stable 1.12.4 for ia64, bug #650540

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
index 1bb48b575f9..24a454f51d3 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-03-17 Thread Mikle Kolyada
commit: 6d4562842381f1f651ac6cf67b0ba64cc449fd86
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 17 17:14:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 17 17:19:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d456284

media-libs/gst-plugins-good: amd64 stable wrt bug #650540

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
index db6a08f1eef..75e3dd50c2b 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-01-28 Thread Mart Raudsepp
commit: 943ec0049d12d41920982c6c130ec336f5d9de77
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jan 28 08:12:03 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jan 28 19:11:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943ec004

media-libs/gst-plugins-good: bump to 1.12.4 for upstream bug fixes

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.12.4.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 4bbc72233e8..f6a7f96f006 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 DIST gst-plugins-good-1.12.3.tar.xz 3487448 BLAKE2B 
2c27918f8020c50078b983244e9abc969bbf6338f65e42c2a74abb425f9e48e9cf2f71e89b92eefbcb9a3eff0ce765336b35b648a386214164cfecf66d03c2fd
 SHA512 
8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4
+DIST gst-plugins-good-1.12.4.tar.xz 3489992 BLAKE2B 
41715d3e9bda183706d87085bc8cca546720f20e32fd5ecf6e284814745f2fe8ba4cfcd244e50d0734e57dde26944539b8273879608d3042262bfc10f82cc2b9
 SHA512 
18f270c01be80fe5b026e2c26db3ec200117ffd99c1dca55a8a78f0bd6dcc4701126836e52a410f179779e363f11218413c7b4d13e96ef5ee1bfa82e79a81178

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
new file mode 100644
index 000..db6a08f1eef
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit eutils flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   prune_libtool_files --modules
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2018-01-05 Thread Mart Raudsepp
commit: 9659909a730080d973280f4f30b4178449819136
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan  5 13:16:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan  5 13:29:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9659909a

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.10.5.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 6f9a4ed940e..4bbc72233e8 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1,2 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.10.5.tar.xz 3425088 BLAKE2B 
1e8eab244f8cb4915100c78e7c3a9e5bc66150a278ecdcf8e7898b334ce39351eeb3df011b2e96513514e0775e07988919a7dd29125990d30022e01e122fc206
 SHA512 
556bb5f95f3d52722849b5abf2ece1abeba9eae556aa2bebccaeda419639aa93b517bacbe74a0b3c0ce481d1e56ed2793de892a3054fdb06ec9652e207d69e16
 DIST gst-plugins-good-1.12.3.tar.xz 3487448 BLAKE2B 
2c27918f8020c50078b983244e9abc969bbf6338f65e42c2a74abb425f9e48e9cf2f71e89b92eefbcb9a3eff0ce765336b35b648a386214164cfecf66d03c2fd
 SHA512 
8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
deleted file mode 100644
index 4766f9aa95a..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-12-25 Thread Markus Meier
commit: 997261b473dab93ad131cd088f33115ca319dc5c
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Dec 25 11:48:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Dec 25 11:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997261b4

media-libs/gst-plugins-good: arm stable, bug #635900

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
index 3ecae8c66c9..8c087fc54a5 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-12-16 Thread Mart Raudsepp
commit: eca2f413e99bd2a04c7bf89229b4b0a0b950d422
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Dec 16 15:19:37 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Dec 16 15:32:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca2f413

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.10.3.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index efdf5abcfd2..6f9a4ed940e 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,4 +1,3 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 BLAKE2B 
a015ef6993078f1c699badcc9911a835fe1d129b4e0dccb3937d49768d9202549204bbfb0d7ad575bcb77c75f73662a83912936b2664a2b1cd7c331e4d203c4f
 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
-DIST gst-plugins-good-1.10.3.tar.xz 3426164 BLAKE2B 
d5084567d7f1382db936034173c4d32ace63e8b8ddd0ff7538c53ef0713085d44f1cede27d86eecbae956a303af55bf6e3bd4c64f05bdcfeccc17d69878d9548
 SHA512 
ae1523e374715b4f65509eb63d987118510fc4fe61b5ac2a98e4ec06feb2ec65899557976d796ea09644b32652f3a321aca462b8fe1621308e0c00dd6913e592
 DIST gst-plugins-good-1.10.5.tar.xz 3425088 BLAKE2B 
1e8eab244f8cb4915100c78e7c3a9e5bc66150a278ecdcf8e7898b334ce39351eeb3df011b2e96513514e0775e07988919a7dd29125990d30022e01e122fc206
 SHA512 
556bb5f95f3d52722849b5abf2ece1abeba9eae556aa2bebccaeda419639aa93b517bacbe74a0b3c0ce481d1e56ed2793de892a3054fdb06ec9652e207d69e16
 DIST gst-plugins-good-1.12.3.tar.xz 3487448 BLAKE2B 
2c27918f8020c50078b983244e9abc969bbf6338f65e42c2a74abb425f9e48e9cf2f71e89b92eefbcb9a3eff0ce765336b35b648a386214164cfecf66d03c2fd
 SHA512 
8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild
deleted file mode 100644
index 8c087fc54a5..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-11-07 Thread Sergei Trofimovich
commit: 3ba8533e55413f0ecc1b25eca9f59d804ef7014e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Nov  7 08:04:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Nov  7 08:06:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba8533e

media-libs/gst-plugins-good: stable 1.12.3 for hppa, bug #635900

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
index 77bb17dee0c..22b706ceede 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-11-01 Thread Sergei Trofimovich
commit: 26b75134a21addbc97b31bd8645cef6bff5ab433
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  1 19:52:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  1 19:52:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b75134

media-libs/gst-plugins-good: stable 1.12.3 for ppc64, bug #635900

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc64"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
index b897bdb5c08..77bb17dee0c 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-11-01 Thread Sergei Trofimovich
commit: 9db20b6592e2eb91cce0258fd7e55277df2d12d3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  1 09:30:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  1 09:35:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db20b65

media-libs/gst-plugins-good: stable 1.12.3 for ppc, bug #635900

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
index 91682c35041..b897bdb5c08 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-11-01 Thread Sergei Trofimovich
commit: d35fb1f97afbd37887ca784c5c14fa00b0509154
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Nov  1 09:17:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Nov  1 09:17:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35fb1f9

media-libs/gst-plugins-good: stable 1.12.3 for ia64, bug #635900

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
index e1da23e75e6..91682c35041 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.12.3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-10-26 Thread Sergei Trofimovich
commit: 88f52b56a497a0ed3f9117346c993d6d151f79f6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Oct 26 07:06:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Oct 26 07:29:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f52b56

media-libs/gst-plugins-good: stable 1.10.5 for ppc/ppc64, bug #624180

Package-Manager: Portage-2.3.12, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc ppc64"

 media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
index 78fbac82279..4766f9aa95a 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-10-09 Thread Thomas Deutschmann
commit: 0d66af6be0f308794b18a5c435d501686ab6658b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct  9 22:35:45 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct  9 22:35:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d66af6b

media-libs/gst-plugins-good: x86 stable (bug #624180)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
index fcf17914439..78fbac82279 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-09-18 Thread Mart Raudsepp
commit: ae54ebdc6447e2d3dc58390c438357a6fc4420a4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Sep 18 20:25:13 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Sep 18 20:25:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae54ebdc

media-libs/gst-plugins-good: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/gst-plugins-good/Manifest   |  1 -
 .../gst-plugins-good-1.12.2.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 268e16496a1..c2d8fe93709 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,5 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 
77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 WHIRLPOOL 
952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9
 DIST gst-plugins-good-1.10.3.tar.xz 3426164 SHA256 
4e07e93e34d4b93208f1579c21e7d91a236577b36f128a5332ffee85b4465955 SHA512 
ae1523e374715b4f65509eb63d987118510fc4fe61b5ac2a98e4ec06feb2ec65899557976d796ea09644b32652f3a321aca462b8fe1621308e0c00dd6913e592
 WHIRLPOOL 
7c2c5fa9b21cfd35e7895beb947b6396ae55bd2f510fbe55b7696a0b68e7248e0cb04d5e4fe55e8d029ab03b5401fe20c5080a92b0b22532c9ac3dcb7167681f
 DIST gst-plugins-good-1.10.5.tar.xz 3425088 SHA256 
be053f6ed716eeb517cec148cec637cdce571c6e04d5c21409e2876fb76c7639 SHA512 
556bb5f95f3d52722849b5abf2ece1abeba9eae556aa2bebccaeda419639aa93b517bacbe74a0b3c0ce481d1e56ed2793de892a3054fdb06ec9652e207d69e16
 WHIRLPOOL 
01405868de1faee643f1b9653efaf0a822a85a02d6c04ff98b93e9dc833967005105aeb4cb2d5b6c86e69c943d12daff6fc35e94c002b12e805f9605eac6
-DIST gst-plugins-good-1.12.2.tar.xz 3490976 SHA256 
5591ee7208ab30289a30658a82b76bf87169c927572d9b794f3a41ed48e1ee96 SHA512 
b83d63cf169521975e1358ca7ebe406392c887956a2f422813b7324c385bae058dc6797e1f2200294f9846ad831ce16650090f2acf946100b9a1d36963b4f163
 WHIRLPOOL 
0c7f4156b43cc52dc3341ac4ff3bae9e180806fd20d06ce382650f9426e9b3dd01d208d3b859d7a98410098a9e071a148dac4cbcc93ebf46fd6b453c3bd454f2
 DIST gst-plugins-good-1.12.3.tar.xz 3487448 SHA256 
13e7f479296891fef5a686438f20ba7d534680becf2269ecc5ee24aa83b45f03 SHA512 
8ed96d2b2c8724659cf8163be5246ec30c8a92d70fc6632e207ad258cff5624d6fc03576e6e674011bb88a4825c8ce225545bc7e60cdf66a173d9e1d4bfbbaa4
 WHIRLPOOL 
9255759738e14f9a6aee1122d7f2bd7b23266e33bdc834e2942ac3a1fbb9389fed504d4769c1ab50c35b8a319c351f8373aca8cf09bd138bbaf7bef4fc51894a

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.12.2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.12.2.ebuild
deleted file mode 100644
index e1da23e75e6..000
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.12.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GST_ORG_MODULE="gst-plugins-good"
-
-inherit eutils flag-o-matic gstreamer
-
-DESCRIPTION="Basepack of plugins for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/;
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+orc"
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
-   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
-   >=media-libs/gstreamer-${PV}:${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}] )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.12
-"
-
-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
-
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
-   fi
-
-}
-
-multilib_src_install_all() {
-   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
-   einstalldocs
-   prune_libtool_files --modules
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-07-19 Thread Markus Meier
commit: 722b4d4f0aca0e498f281cc6a4ddfabb021a287e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jul 20 04:37:37 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jul 20 04:37:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722b4d4f

media-libs/gst-plugins-good: arm stable, bug #624180

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
index 31f1ef3ac89..fcf17914439 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-07-08 Thread Sergei Trofimovich
commit: 548950fce3271fad9d5098480d5736e91c4626cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  8 16:05:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  8 16:08:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548950fc

media-libs/gst-plugins-good: ia64 stable, bug #624180

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
index e1da23e75e6..91682c35041 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.10.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-02-24 Thread Mart Raudsepp
commit: 0f3fd649d7d20eb4373aad1f40a0095e0087bf09
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 25 00:39:01 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 25 01:27:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3fd649

media-libs/gst-plugins-good: bump to 1.10.4 for upstream bug fixes

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good-1.10.4.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index aa191c7c0d..d0f6a2ef18 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -1,3 +1,4 @@
 DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 
77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64 SHA512 
d153dcd5bb846450e9d76fe247f2b2e627e760feaad1bfd4c503a39af2128fad3630788463ea0d50539209236c864df0b2172ab9dac52f49cadff69ac7346809
 WHIRLPOOL 
952f65219d9e9645c9ab89b071c56d783e2c795fadbf59176e430ba86a5fcaeb6bfc93f0978d424158550a4526145b5567acf2ff1d59e0068241821d332fd3c9
 DIST gst-plugins-good-1.10.3.tar.xz 3426164 SHA256 
4e07e93e34d4b93208f1579c21e7d91a236577b36f128a5332ffee85b4465955 SHA512 
ae1523e374715b4f65509eb63d987118510fc4fe61b5ac2a98e4ec06feb2ec65899557976d796ea09644b32652f3a321aca462b8fe1621308e0c00dd6913e592
 WHIRLPOOL 
7c2c5fa9b21cfd35e7895beb947b6396ae55bd2f510fbe55b7696a0b68e7248e0cb04d5e4fe55e8d029ab03b5401fe20c5080a92b0b22532c9ac3dcb7167681f
+DIST gst-plugins-good-1.10.4.tar.xz 3420980 SHA256 
8a86c61434a8c44665365bd0b3557a040937d1f44bf69caee4e9ea816ce74d7e SHA512 
842c77a41ead43f157a1e2d4cfeec745caefbc5ee2c6658fa6699bd61dc97aeaaae000c053309ed5705fdf659d5bd41db8bc7bfe28c4f850b076fc8bb94c0135
 WHIRLPOOL 
1ccd38fbcdae5412e7dbb95c4c29e1e6c9136888fa8e26c1c033b72f523c014d404c34237e2b49e307c29a52e6f00b7e59673b18198a880af8c9581e40767c6b
 DIST gst-plugins-good-1.8.3.tar.xz 3234712 SHA256 
a1d6579ba203a7734927c24b90bf6590d846c5a5fcec01a48201018c8ad2827a SHA512 
4f35f6e20c6a3b448bbf2690b2ad36a496b8b0efadc67e0fec218ed33856588a2b937020791f7ec4ab8a406ce82c178164349e31d4fabe8c7362716b44015f4a
 WHIRLPOOL 
06592c3f076430422205db691c3a7fe95f46fe111ef2eeda9632c6e4004b8a7563a4a5dd8a5360ba59f22cc1e0a7d2baaecd65f7db335f141e52e24d1f667988

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.4.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.4.ebuild
new file mode 100644
index 00..3c224f74ec
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.10.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GST_ORG_MODULE="gst-plugins-good"
+
+inherit eutils flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for GStreamer"
+HOMEPAGE="https://gstreamer.freedesktop.org/;
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="+orc"
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+"
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   prune_libtool_files --modules
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-02-15 Thread Markus Meier
commit: 7c9c5123bd30ddda042b00c69f24b41d097051f9
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 15 17:35:27 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 15 17:35:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9c5123

media-libs/gst-plugins-good: arm stable, bug #601354

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild
index 3c224f74ec..265bc493f0 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.10.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2017-01-22 Thread Agostino Sarubbo
commit: d9f413dcfc91bf5e7b5e9e9c16a2c2c28e4214f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jan 22 18:00:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jan 22 18:03:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f413dc

media-libs/gst-plugins-good: ia64 stable wrt bug #587010

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild | 2 +-
 media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
index ab5b962..793bb02 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
index 7293eb4..86d1520 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 # dtmf plugin moved from bad to good in 1.2



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2016-12-06 Thread Markus Meier
commit: 32305b78f36b182563edb89327ef474d4a3f82b4
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  6 21:20:11 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  6 21:20:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32305b78

media-libs/gst-plugins-good: arm stable, bug #587010

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
index fba3113..5ef9596 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2016-12-06 Thread Markus Meier
commit: 4bfded878c1c34bb7ab25e2d2af3b2cf80a75cbd
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  6 21:19:04 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  6 21:19:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfded87

media-libs/gst-plugins-good: arm stable, bug #587010

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
index 2d4ee13..caabd92 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.8.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 # dtmf plugin moved from bad to good in 1.2



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2016-09-23 Thread Tobias Klausmann
commit: 5b02125b5ce7226c2b52682c62d98569a1503c55
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 23 16:13:13 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 23 16:13:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b02125b

media-libs/gst-plugins-good-0.10.31-r2: add alpha keyword

Gentoo-Bug: 587010

 media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
index 7cc4221..f139f34 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for gstreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/, media-libs/gst-plugins-good/files/

2016-06-01 Thread Austin English
commit: 4231143b2a29252a293bdac1fcfb90d08dd3fb86
Author: Austin English  gentoo  org>
AuthorDate: Thu Jun  2 05:57:07 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Thu Jun  2 05:57:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4231143b

media-libs/gst-plugins-good: fix building gst-plugins-good-0.10.31 with clang

Gentoo-Bug: https://bugs.gentoo.org/558080

Package-Manager: portage-2.2.26

 .../files/gst-plugins-good-0.10-clang.patch| 18 +++
 .../gst-plugins-good-0.10.31-r2.ebuild | 61 ++
 2 files changed, 79 insertions(+)

diff --git 
a/media-libs/gst-plugins-good/files/gst-plugins-good-0.10-clang.patch 
b/media-libs/gst-plugins-good/files/gst-plugins-good-0.10-clang.patch
new file mode 100644
index 000..3016bfb
--- /dev/null
+++ b/media-libs/gst-plugins-good/files/gst-plugins-good-0.10-clang.patch
@@ -0,0 +1,18 @@
+--- gst/goom/mmx.h.orig2011-12-11 19:48:11.0 +0100
 gst/goom/mmx.h 2013-02-08 00:54:14.0 +0100
+@@ -715,13 +715,13 @@ void zoom_filter_xmmx (int prevX, int pr
+   { \
+   printf("emms()\n"); \
+   __asm__ __volatile__ ("emms" \
+-
"st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
++"st", 
"st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \
+   }
+ 
+ #else
+ 
+ #define   emms() __asm__ __volatile__ ("emms"::: \
+-  "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
++  "st", 
"st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)")
+ 
+ #endif
+ 

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
new file mode 100644
index 000..7cc4221
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31-r2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GST_ORG_MODULE="gst-plugins-good"
+inherit eutils flag-o-matic gstreamer
+
+DESCRIPTION="Basepack of plugins for gstreamer"
+HOMEPAGE="https://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"
+
+RDEPEND="
+   >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-0.10.36:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gst-plugins-base-0.10.36:${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}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.12
+   !

[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2016-05-03 Thread Markus Meier
commit: 0115e17398445986b5a4315d7ed99ac35332d2fa
Author: Markus Meier  gentoo  org>
AuthorDate: Tue May  3 20:38:48 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue May  3 20:38:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0115e173

media-libs/gst-plugins-good: arm stable, bug #566378

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
index c04e407..7687a98 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="https://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 # dtmf plugin moved from bad to good in 1.2



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2016-03-06 Thread Mikle Kolyada
commit: 5f73303974a16b4eda7ebbf71e9ff97108b566b8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 19:16:39 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 19:35:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f733039

media-libs/gst-plugins-good: x86 stable wrt bug #566378

Package-Manager: portage-2.2.26

 media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
index 548bd51..e0edac6 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Basepack of plugins for GStreamer"
 HOMEPAGE="http://gstreamer.freedesktop.org/;
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="+orc"
 
 # dtmf plugin moved from bad to good in 1.2



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/

2016-01-31 Thread Gilles Dartiguelongue
commit: dcee5e5c2bf015ddfcd6d6d752160c6380fd5134
Author: Gilles Dartiguelongue  lexfo  fr>
AuthorDate: Sun Jan 31 13:50:23 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Jan 31 13:50:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcee5e5c

media-libs/gst-plugins-good: version bump to 1.6.3

Package-Manager: portage-2.2.27

 media-libs/gst-plugins-good/Manifest   |  1 +
 .../gst-plugins-good/gst-plugins-good-1.6.3.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/media-libs/gst-plugins-good/Manifest 
b/media-libs/gst-plugins-good/Manifest
index 647171b..b80266c 100644
--- a/media-libs/gst-plugins-good/Manifest
+++ b/media-libs/gst-plugins-good/Manifest
@@ -2,3 +2,4 @@ DIST gst-plugins-good-0.10.31.tar.xz 2738016 SHA256 
77a8436a7c0a15f876bad2961683
 DIST gst-plugins-good-1.4.5.tar.xz 3031588 SHA256 
79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641 SHA512 
0cf880af21956138e127508f6020fdc10f6ed01b765b0d3364d038c8e104947486c83c157c7b957193b82d59f724e342a6d12900b6a97abe6e2f3dac65d71be0
 WHIRLPOOL 
a56ca2c2f2b73f299cb3c3605eb70ddbd97d9513d26ee11d91608c08589149df97f23490a6513d991c6b552a7b8a71f75463fd6dbf7579943ac859254eb0af3c
 DIST gst-plugins-good-1.6.1.tar.xz 3188188 SHA256 
86d4b814099f7b7b16be19d4b94fa41002ac01fdf1525b07c5764d54c0605935 SHA512 
6b326d908a6df3af059ee23ff41b10a07ad21a1c88f542eff5223a6e8acc75ae97ddead6adcf455cafc9e93f27f7829f6b7476d1a5d3f1ff123f477f00b4f41f
 WHIRLPOOL 
78bf3a445ec03fde8f6bd8d0c3f774d4b41deedff1d4d45b650d45f25c648ad17d3ab9256a049416594e0d5f2b1e0904e7118af6d1805fb2072d1b461cac0ced
 DIST gst-plugins-good-1.6.2.tar.xz 3176060 SHA256 
876e54dfce93274b98e024f353258d35fa4d49d1f9010069e676c530f6eb6a92 SHA512 
b63391448cada4a1db6fb2c27f6e913edb339e7ac5bc47cab3ef09ef85c79a7aa01accfc2d9bfe74188b7a744d82988e39f97958e1ad8808765a451b721d6d23
 WHIRLPOOL 
9f286e09e85969989de561c2939262f77c1ca3ccc2d381ff79cc3b4385b549e49a7fc5adeff51b253c1285658a4e6840aca85c6c4cc803807b22efc14a3fb09a
+DIST gst-plugins-good-1.6.3.tar.xz 3193272 SHA256 
24b19db70b2a83461ebddfe20033db432dadfdb5d4b54ffb1dfa0d830134a177 SHA512 
33d4e85cd07ea8d6723c7a5f58cefeec15ddc5392693d131f1b88d8fc844cc24e37dc59d4a3cfbda090ebd15a90e1e9a28a0427b1f00e66a69b9ea40447d70b4
 WHIRLPOOL 
0279764c4ce1cafbb55f839fe045590782910fc79b20679af71731fc6a6ed3d0cfe36e13e4d0121d9587d2e07f7e8ba41849aad4e72b09654591d90e72a546a8

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
new file mode 100644
index 000..a1db969
--- /dev/null
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.6.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~arm64 ~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-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+   >=media-libs/gstreamer-${PV}:${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}] )
+
+   !https://bugzilla.gnome.org/show_bug.cgi?id=757087
+   sed -e 's:\(tcase_add_test.*test_splitmuxsrc\):// \1:' \
+   -i tests/check/elements/splitmux.c || die
+}
+
+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
+
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/plugins/html docs/plugins/html || die
+   fi
+
+}
+
+multilib_src_install_all() {
+   DOCS="AUTHORS ChangeLog NEWS README RELEASE"
+   einstalldocs
+   prune_libtool_files --modules
+}