diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-02 17:25:10 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-02 17:25:10 +0000 |
commit | ec33e9a69823d0b136878ef34ee7dd18620e3dea (patch) | |
tree | 89870cbb8cf3b611a97933804ec7dbfdc90a083c /media-libs | |
parent | Clean up old revisions. Update ebuild to use new eclasses. (diff) | |
download | gentoo-2-ec33e9a69823d0b136878ef34ee7dd18620e3dea.tar.gz gentoo-2-ec33e9a69823d0b136878ef34ee7dd18620e3dea.tar.bz2 gentoo-2-ec33e9a69823d0b136878ef34ee7dd18620e3dea.zip |
Clean up old revisions. Update ebuild to use new eclasses.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-libs')
4 files changed, 33 insertions, 177 deletions
diff --git a/media-libs/gst-plugins-good/ChangeLog b/media-libs/gst-plugins-good/ChangeLog index 72f768dd2879..62214a744e09 100644 --- a/media-libs/gst-plugins-good/ChangeLog +++ b/media-libs/gst-plugins-good/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gst-plugins-good # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.131 2012/11/07 22:04:43 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.132 2012/12/02 17:25:10 eva Exp $ + + 02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> + -gst-plugins-good-0.10.23.ebuild, -gst-plugins-good-0.10.28.ebuild, + gst-plugins-good-0.10.31.ebuild: + Clean up old revisions. Update ebuild to use new eclasses. 07 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gst-plugins-good-0.10.23.ebuild, gst-plugins-good-0.10.28.ebuild, diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.23.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.23.ebuild deleted file mode 100644 index 479e98aec88d..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.23.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.23.ebuild,v 1.11 2012/11/07 22:04:43 tetromino Exp $ - -EAPI=1 - -# order is important, gnome2 after gst-plugins -inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/gst-plugins-base-0.10.29:0.10 - >=media-libs/gstreamer-0.10.29:0.10 - >=dev-libs/liboil-0.3.14 - sys-libs/zlib - app-arch/bzip2" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.11.5 - virtual/pkgconfig - !<media-libs/gst-plugins-bad-0.10.19:0.10" - -# Always enable optional bz2 support for matroska -# Always enable optional zlib support for qtdemux, id3demux and matroska -# Many media files require these to work, as some container headers are often compressed, bug 291154 -GST_PLUGINS_BUILD="bz2 zlib" - -src_compile() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - gst-plugins-good_src_configure \ - --with-default-audiosink=autoaudiosink \ - --with-default-visualizer=goom - - emake || die "emake failed." -} - -# override eclass -src_install() { - gnome2_src_install -} - -DOCS="AUTHORS ChangeLog NEWS README RELEASE" - -pkg_postinst () { - gnome2_pkg_postinst - - echo - elog "The Gstreamer plugins setup has changed quite a bit on Gentoo," - elog "applications now should provide the basic plugins needed." - echo - elog "The new seperate plugins are all named 'gst-plugins-<plugin>'." - elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'." - elog "In most cases it shouldn't be needed though to emerge extra plugins." -} - -pkg_postrm() { - gnome2_pkg_postrm -} diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.28.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.28.ebuild deleted file mode 100644 index 6bfbdaca2221..000000000000 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.28.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.28.ebuild,v 1.11 2012/11/07 22:04:43 tetromino Exp $ - -EAPI=1 - -# order is important, gnome2 after gst-plugins -inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1+" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="+orc" - -RDEPEND=">=media-libs/gst-plugins-base-0.10.32:0.10 - >=media-libs/gstreamer-0.10.32:0.10 - orc? ( >=dev-lang/orc-0.4.11 ) - sys-libs/zlib - app-arch/bzip2" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.11.5 - virtual/pkgconfig - !<media-libs/gst-plugins-bad-0.10.19:0.10" - -# Always enable optional bz2 support for matroska -# Always enable optional zlib support for qtdemux, id3demux and matroska -# Many media files require these to work, as some container headers are often compressed, bug 291154 -GST_PLUGINS_BUILD="bz2 zlib" - -src_compile() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - gst-plugins-good_src_configure \ - $(use_enable orc) \ - --disable-examples \ - --with-default-audiosink=autoaudiosink \ - --with-default-visualizer=goom - - emake || die "emake failed." -} - -# override eclass -src_install() { - gnome2_src_install -} - -DOCS="AUTHORS ChangeLog NEWS README RELEASE" - -pkg_postinst () { - gnome2_pkg_postinst - - echo - elog "The Gstreamer plugins setup has changed quite a bit on Gentoo," - elog "applications now should provide the basic plugins needed." - echo - elog "The new seperate plugins are all named 'gst-plugins-<plugin>'." - elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'." - elog "In most cases it shouldn't be needed though to emerge extra plugins." -} - -pkg_postrm() { - gnome2_pkg_postrm -} diff --git a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild index 03643b224c10..8bdbcf5a018e 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild @@ -1,36 +1,32 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild,v 1.2 2012/11/07 22:04:43 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.31.ebuild,v 1.3 2012/12/02 17:25:10 eva Exp $ -EAPI=4 +EAPI="5" -# order is important, gnome2 after gst-plugins -inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool +# order is important, gst-plugins10 after gst-plugins-good +inherit eutils flag-o-matic gst-plugins-good gst-plugins10 DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1+" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" -RDEPEND=">=media-libs/gst-plugins-base-0.10.36:0.10 - >=media-libs/gstreamer-0.10.36:0.10 - orc? ( >=dev-lang/orc-0.4.11 ) +RDEPEND=" >=dev-libs/glib-2.24:2 + >=media-libs/gst-plugins-base-0.10.36:${SLOT} + >=media-libs/gstreamer-0.10.36:${SLOT} + app-arch/bzip2 sys-libs/zlib - app-arch/bzip2" + orc? ( >=dev-lang/orc-0.4.11 ) +" DEPEND="${RDEPEND} - app-arch/xz-utils - >=sys-devel/gettext-0.11.5 - virtual/pkgconfig - !<media-libs/gst-plugins-bad-0.10.22:0.10" # audioparsers and qtmux moves - -# 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 -GST_PLUGINS_BUILD="bz2 zlib" + >=dev-util/gtk-doc-am-1.12 + !<media-libs/gst-plugins-bad-0.10.22:${SLOT} +" +# audioparsers and qtmux moves src_configure() { # gst doesnt handle optimisations well @@ -38,33 +34,24 @@ src_configure() { replace-flags "-O3" "-O2" filter-flags "-fprefetch-loop-arrays" # see bug 22249 - gst-plugins-good_src_configure \ - $(use_enable orc) \ + # 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 + gst-plugins10_src_configure \ + --enable-bz2 \ + --enable-zlib \ --disable-examples \ --with-default-audiosink=autoaudiosink \ --with-default-visualizer=goom } -# override eclass -src_install() { - gnome2_src_install - prune_libtool_files --modules +src_compile() { + default } -DOCS="AUTHORS ChangeLog NEWS README RELEASE" - -pkg_postinst () { - gnome2_pkg_postinst - - echo - elog "The Gstreamer plugins setup has changed quite a bit on Gentoo," - elog "applications now should provide the basic plugins needed." - echo - elog "The new seperate plugins are all named 'gst-plugins-<plugin>'." - elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'." - elog "In most cases it shouldn't be needed though to emerge extra plugins." -} - -pkg_postrm() { - gnome2_pkg_postrm +src_install() { + DOCS="AUTHORS ChangeLog NEWS README RELEASE" + default + prune_libtool_files --modules } |