diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:15:04 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 22:15:04 +0000 |
commit | 192231d690d7e1c7c45299eb5d3b444c5c627e27 (patch) | |
tree | 222624bb33cfc7e9ddf95b168ac4a09b41991c12 /media-libs/gstreamer | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-192231d690d7e1c7c45299eb5d3b444c5c627e27.tar.gz gentoo-2-192231d690d7e1c7c45299eb5d3b444c5c627e27.tar.bz2 gentoo-2-192231d690d7e1c7c45299eb5d3b444c5c627e27.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-libs/gstreamer')
-rw-r--r-- | media-libs/gstreamer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-0.10.35.ebuild | 72 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.0.3.ebuild | 67 | ||||
-rw-r--r-- | media-libs/gstreamer/gstreamer-1.0.5.ebuild | 68 |
4 files changed, 5 insertions, 208 deletions
diff --git a/media-libs/gstreamer/ChangeLog b/media-libs/gstreamer/ChangeLog index 3ad03d7e81cc..d7b93db1350a 100644 --- a/media-libs/gstreamer/ChangeLog +++ b/media-libs/gstreamer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gstreamer # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.340 2013/03/03 12:48:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.341 2013/03/05 22:15:04 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gstreamer-0.10.35.ebuild, -gstreamer-1.0.3.ebuild, -gstreamer-1.0.5.ebuild: + Clean up old revisions. 03 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gstreamer-1.0.5-r1.ebuild: Stable for sh, wrt bug #458188 diff --git a/media-libs/gstreamer/gstreamer-0.10.35.ebuild b/media-libs/gstreamer/gstreamer-0.10.35.ebuild deleted file mode 100644 index 20b01e1e098f..000000000000 --- a/media-libs/gstreamer/gstreamer-0.10.35.ebuild +++ /dev/null @@ -1,72 +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/gstreamer/gstreamer-0.10.35.ebuild,v 1.17 2012/10/21 07:49:51 tetromino Exp $ - -EAPI=3 - -inherit eutils multilib versionator - -# Create a major/minor combo for our SLOT and executables suffix -PV_MAJ_MIN=$(get_version_component_range '1-2') - -DESCRIPTION="Streaming media framework" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2+" -SLOT=${PV_MAJ_MIN} -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+introspection nls test" - -RDEPEND=">=dev-libs/glib-2.22:2 - dev-libs/libxml2 - introspection? ( >=dev-libs/gobject-introspection-0.6.3 ) - !<media-libs/gst-plugins-base-0.10.26" - # ^^ queue2 move, mustn't have both libgstcoreleements.so and libgstqueue2.so at runtime providing the element at once -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/bison - sys-devel/flex - nls? ( sys-devel/gettext )" - # dev-util/gtk-doc-am # Only if eautoreconf'ing - -src_configure() { - if [[ ${CHOST} == *-interix* ]] ; then - export ac_cv_lib_dl_dladdr=no - export ac_cv_func_poll=no - fi - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then - # GCC groks this, but then refers to an implementation (___multi3, - # ___udivti3) that don't exist (at least I can't find it), so force - # this one to be off, such that we use 2x64bit emulation code. - export gst_cv_uint128_t=no - fi - - # Disable static archives, dependency tracking and examples - # to speed up build time - # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo - econf \ - --disable-static \ - --disable-dependency-tracking \ - $(use_enable nls) \ - --disable-valgrind \ - --disable-examples \ - --disable-debug \ - --enable-check \ - $(use_enable introspection) \ - $(use_enable test tests) \ - --with-package-name="GStreamer ebuild for Gentoo" \ - --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE - - # Remove unversioned binaries to allow SLOT installations in future - cd "${ED}"/usr/bin || die - local gst_bins - for gst_bins in $(ls *-${PV_MAJ_MIN}); do - rm -f ${gst_bins/-${PV_MAJ_MIN}/} - done -} diff --git a/media-libs/gstreamer/gstreamer-1.0.3.ebuild b/media-libs/gstreamer/gstreamer-1.0.3.ebuild deleted file mode 100644 index e143c71e2d0f..000000000000 --- a/media-libs/gstreamer/gstreamer-1.0.3.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/gstreamer/gstreamer-1.0.3.ebuild,v 1.1 2012/12/03 23:26:10 eva Exp $ - -EAPI=4 - -inherit eutils multilib pax-utils - -DESCRIPTION="Streaming media framework" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2+" -SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+introspection nls +orc test" - -RDEPEND=">=dev-libs/glib-2.32:2 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 )" -DEPEND="${RDEPEND} - app-arch/xz-utils - >=dev-util/gtk-doc-am-1.12 - sys-devel/bison - sys-devel/flex - virtual/pkgconfig - nls? ( sys-devel/gettext )" -# gtk-doc-am to install API docs - -src_configure() { - if [[ ${CHOST} == *-interix* ]] ; then - export ac_cv_lib_dl_dladdr=no - export ac_cv_func_poll=no - fi - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then - # GCC groks this, but then refers to an implementation (___multi3, - # ___udivti3) that don't exist (at least I can't find it), so force - # this one to be off, such that we use 2x64bit emulation code. - export gst_cv_uint128_t=no - fi - - # Disable static archives, dependency tracking and examples - # to speed up build time - # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo - econf \ - --disable-static \ - $(use_enable nls) \ - --disable-valgrind \ - --disable-examples \ - --disable-debug \ - --enable-check \ - $(use_enable introspection) \ - $(use_enable test tests) \ - --with-package-name="GStreamer ebuild for Gentoo" \ - --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer" -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE" - default - - # Punt useless .la files - prune_libtool_files --modules - - # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579 - use orc && pax-mark -m "${ED}usr/bin/gst-launch-${SLOT}" \ - "${ED}usr/libexec/gstreamer-${SLOT}/gst-plugin-scanner" -} diff --git a/media-libs/gstreamer/gstreamer-1.0.5.ebuild b/media-libs/gstreamer/gstreamer-1.0.5.ebuild deleted file mode 100644 index bc285bdcda33..000000000000 --- a/media-libs/gstreamer/gstreamer-1.0.5.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.0.5.ebuild,v 1.1 2013/01/13 19:59:08 eva Exp $ - -EAPI="5" - -inherit eutils multilib pax-utils - -DESCRIPTION="Streaming media framework" -HOMEPAGE="http://gstreamer.freedesktop.org/" -SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz" - -LICENSE="LGPL-2+" -SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+introspection nls +orc test" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - >=dev-util/gtk-doc-am-1.12 - sys-devel/bison - sys-devel/flex - virtual/pkgconfig - nls? ( sys-devel/gettext ) -" -# gtk-doc-am to install API docs - -src_configure() { - if [[ ${CHOST} == *-interix* ]] ; then - export ac_cv_lib_dl_dladdr=no - export ac_cv_func_poll=no - fi - if [[ ${CHOST} == powerpc-apple-darwin* ]] ; then - # GCC groks this, but then refers to an implementation (___multi3, - # ___udivti3) that don't exist (at least I can't find it), so force - # this one to be off, such that we use 2x64bit emulation code. - export gst_cv_uint128_t=no - fi - - # Disable static archives, dependency tracking and examples - # to speed up build time - # Disable debug, as it only affects -g passing (debugging symbols), this must done through make.conf in gentoo - econf \ - --disable-debug \ - --disable-examples \ - --disable-static \ - --disable-valgrind \ - --enable-check \ - $(use_enable introspection) \ - $(use_enable nls) \ - $(use_enable test tests) \ - --with-package-name="GStreamer ebuild for Gentoo" \ - --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer" -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE" - default - prune_libtool_files - - # Needed for orc-using gst plugins on hardened/PaX systems, bug #421579 - use orc && pax-mark -m "${ED}usr/bin/gst-launch-${SLOT}" \ - "${ED}usr/libexec/gstreamer-${SLOT}/gst-plugin-scanner" -} |