diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-03 17:44:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-03 17:44:59 +0000 |
commit | 7e0671add7bc5d09d6620a68c1dcca3e788c3d67 (patch) | |
tree | cfe605560940ccb89c5f1328c2a62c20be7eef68 /media-libs/gst-plugins-ugly | |
parent | Commit direct to stable, modifies a single regex to add match for Ed25519 key... (diff) | |
download | gentoo-2-7e0671add7bc5d09d6620a68c1dcca3e788c3d67.tar.gz gentoo-2-7e0671add7bc5d09d6620a68c1dcca3e788c3d67.tar.bz2 gentoo-2-7e0671add7bc5d09d6620a68c1dcca3e788c3d67.zip |
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/gst-plugins-ugly')
-rw-r--r-- | media-libs/gst-plugins-ugly/ChangeLog | 11 | ||||
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19.ebuild | 46 | ||||
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.3.ebuild | 44 | ||||
-rw-r--r-- | media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild (renamed from media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.4.ebuild) | 28 |
4 files changed, 21 insertions, 108 deletions
diff --git a/media-libs/gst-plugins-ugly/ChangeLog b/media-libs/gst-plugins-ugly/ChangeLog index 2aa7afdf2914..223e60026837 100644 --- a/media-libs/gst-plugins-ugly/ChangeLog +++ b/media-libs/gst-plugins-ugly/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-libs/gst-plugins-ugly -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.164 2014/10/11 12:44:06 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.165 2015/02/03 17:44:59 pacho Exp $ + +*gst-plugins-ugly-1.4.5 (03 Feb 2015) + + 03 Feb 2015; Pacho Ramos <pacho@gentoo.org> +gst-plugins-ugly-1.4.5.ebuild, + -gst-plugins-ugly-0.10.19.ebuild, -gst-plugins-ugly-1.2.3.ebuild, + -gst-plugins-ugly-1.2.4.ebuild: + Version bump, drop old 11 Oct 2014; Markus Meier <maekke@gentoo.org> gst-plugins-ugly-0.10.19-r1.ebuild: diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19.ebuild deleted file mode 100644 index b35584e9552a..000000000000 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.19.ebuild +++ /dev/null @@ -1,46 +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/gst-plugins-ugly/gst-plugins-ugly-0.10.19.ebuild,v 1.13 2013/02/24 17:55:56 ago Exp $ - -EAPI="5" - -# order is important, gst-plugins10 after gst-plugins -inherit eutils flag-o-matic gst-plugins-ugly gst-plugins10 - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="http://gstreamer.sourceforge.net" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+orc" - -RDEPEND=" - >=dev-libs/glib-2.24:2 - >=media-libs/gstreamer-0.10.36:${SLOT} - >=media-libs/gst-plugins-base-0.10.36:${SLOT} - orc? ( >=dev-lang/orc-0.4.11 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.3 -" -RDEPEND="${RDEPEND} - !<media-libs/gst-plugins-bad-0.10.13" - -src_configure() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - gst-plugins10_src_configure -} - -src_compile() { - default -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README RELEASE" - default - prune_libtool_files --modules -} diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.3.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.3.ebuild deleted file mode 100644 index d1ae088fecf7..000000000000 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.3.ebuild,v 1.10 2014/04/21 10:29:30 ago Exp $ - -EAPI="5" - -# order is important, gst-plugins10 after gst-plugins -inherit eutils flag-o-matic gst-plugins-ugly gst-plugins10 - -DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="http://gstreamer.sourceforge.net" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+orc" - -RDEPEND=" - >=dev-libs/glib-2.32:2 - >=media-libs/gstreamer-1.2:${SLOT} - >=media-libs/gst-plugins-base-1.2:${SLOT} - orc? ( >=dev-lang/orc-0.4.16 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.12 -" - -src_configure() { - # gst doesnt handle optimisations well - strip-flags - replace-flags "-O3" "-O2" - filter-flags "-fprefetch-loop-arrays" # see bug 22249 - - gst-plugins10_src_configure -} - -src_compile() { - default -} - -src_install() { - DOCS="AUTHORS ChangeLog NEWS README RELEASE" - default - prune_libtool_files --modules -} diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.4.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild index 195e2b2900f1..1a2e79e39794 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.4.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild @@ -1,24 +1,24 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.2.4.ebuild,v 1.1 2014/05/31 14:11:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.4.5.ebuild,v 1.1 2015/02/03 17:44:59 pacho Exp $ EAPI="5" +GST_ORG_MODULE="gst-plugins-ugly" -# order is important, gst-plugins10 after gst-plugins -inherit eutils flag-o-matic gst-plugins-ugly gst-plugins10 +inherit eutils flag-o-matic gstreamer DESCRIPTION="Basepack of plugins for gstreamer" -HOMEPAGE="http://gstreamer.sourceforge.net" +HOMEPAGE="http://gstreamer.freedesktop.org/" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" RDEPEND=" - >=dev-libs/glib-2.32:2 - >=media-libs/gstreamer-1.2.4:${SLOT} - >=media-libs/gst-plugins-base-1.2:${SLOT} - orc? ( >=dev-lang/orc-0.4.16 ) + >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-1.4.0:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-1.4.0:${SLOT}[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.12 @@ -30,15 +30,11 @@ src_configure() { replace-flags "-O3" "-O2" filter-flags "-fprefetch-loop-arrays" # see bug 22249 - gst-plugins10_src_configure + multilib-minimal_src_configure } -src_compile() { - default -} - -src_install() { +multilib_src_install_all() { DOCS="AUTHORS ChangeLog NEWS README RELEASE" - default + einstalldocs prune_libtool_files --modules } |