diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-26 12:31:05 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-26 12:31:05 +0000 |
commit | 40dd805cf8cc3ebfd4bc370865252edf8f24cb73 (patch) | |
tree | b97697542e9e750e778fdc136a7f13860aef0e5b | |
parent | update patch with final form from upstream, add missed addition from bug 5373... (diff) | |
download | gentoo-2-40dd805cf8cc3ebfd4bc370865252edf8f24cb73.tar.gz gentoo-2-40dd805cf8cc3ebfd4bc370865252edf8f24cb73.tar.bz2 gentoo-2-40dd805cf8cc3ebfd4bc370865252edf8f24cb73.zip |
Version bump, drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | net-libs/farstream/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/farstream/farstream-0.2.6.ebuild (renamed from net-libs/farstream/farstream-0.2.3.ebuild) | 17 |
2 files changed, 16 insertions, 9 deletions
diff --git a/net-libs/farstream/ChangeLog b/net-libs/farstream/ChangeLog index 94497335da86..a92b2c87f74d 100644 --- a/net-libs/farstream/ChangeLog +++ b/net-libs/farstream/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/farstream # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.43 2015/01/19 10:40:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.44 2015/01/26 12:31:05 pacho Exp $ + +*farstream-0.2.6 (26 Jan 2015) + + 26 Jan 2015; Pacho Ramos <pacho@gentoo.org> +farstream-0.2.6.ebuild, + -farstream-0.2.3.ebuild: + Version bump, drop old 19 Jan 2015; Jeroen Roovers <jer@gentoo.org> farstream-0.1.2-r2.ebuild: Stable for HPPA (bug #536694). diff --git a/net-libs/farstream/farstream-0.2.3.ebuild b/net-libs/farstream/farstream-0.2.6.ebuild index 9ff7bce3fa65..af7f88c5d65e 100644 --- a/net-libs/farstream/farstream-0.2.3.ebuild +++ b/net-libs/farstream/farstream-0.2.6.ebuild @@ -1,6 +1,6 @@ -# 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/net-libs/farstream/farstream-0.2.3.ebuild,v 1.6 2014/03/28 02:30:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.6.ebuild,v 1.1 2015/01/26 12:31:05 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/Farstream" SRC_URI="http://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+introspection msn test upnp" SLOT="0.2" @@ -23,10 +23,10 @@ SLOT="0.2" RESTRICT="test" COMMONDEPEND=" - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 + >=media-libs/gstreamer-1.4:1.0 + >=media-libs/gst-plugins-base-1.4:1.0 >=dev-libs/glib-2.32:2 - >=net-libs/libnice-0.1.3-r1 + >=net-libs/libnice-0.1.8 introspection? ( >=dev-libs/gobject-introspection-0.10.11 ) upnp? ( >=net-libs/gupnp-igd-0.2:= ) " @@ -38,11 +38,12 @@ RDEPEND="${COMMONDEPEND} " DEPEND="${COMMONDEPEND} ${PYTHON_DEPS} - dev-util/gtk-doc-am + >=dev-util/gtk-doc-am-1.18 virtual/pkgconfig test? ( media-libs/gst-plugins-base:1.0[vorbis] - media-libs/gst-plugins-good:1.0 )" + media-libs/gst-plugins-good:1.0 ) +" pkg_setup() { python-any-r1_pkg_setup |