summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-11-08 21:06:10 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-11-08 21:06:10 +0000
commita765c88c0eaf4e749300fa8ec14c76bbe0f705b1 (patch)
treedcc8669cdc3ecfc7c631e8f82c7b53a73e207026 /net-misc/rygel
parentVersion bump; remove old (diff)
downloadgentoo-2-a765c88c0eaf4e749300fa8ec14c76bbe0f705b1.tar.gz
gentoo-2-a765c88c0eaf4e749300fa8ec14c76bbe0f705b1.tar.bz2
gentoo-2-a765c88c0eaf4e749300fa8ec14c76bbe0f705b1.zip
Version bump. Fix SSDP notifications on shutdown. Fix some crash. Clean up old revisions.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/rygel')
-rw-r--r--net-misc/rygel/ChangeLog9
-rw-r--r--net-misc/rygel/rygel-0.12.0.ebuild59
-rw-r--r--net-misc/rygel/rygel-0.12.1.ebuild59
-rw-r--r--net-misc/rygel/rygel-0.12.5.ebuild (renamed from net-misc/rygel/rygel-0.12.3.ebuild)4
4 files changed, 10 insertions, 121 deletions
diff --git a/net-misc/rygel/ChangeLog b/net-misc/rygel/ChangeLog
index 081245b0c773..747de78b3b27 100644
--- a/net-misc/rygel/ChangeLog
+++ b/net-misc/rygel/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/rygel
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.17 2011/10/16 13:59:53 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.18 2011/11/08 21:06:10 eva Exp $
+
+*rygel-0.12.5 (08 Nov 2011)
+
+ 08 Nov 2011; Gilles Dartiguelongue <eva@gentoo.org> -rygel-0.12.0.ebuild,
+ -rygel-0.12.1.ebuild, -rygel-0.12.3.ebuild, +rygel-0.12.5.ebuild:
+ Version bump. Fix SSDP notifications on shutdown. Fix some crash. Clean up
+ old revisions.
*rygel-0.12.4 (16 Oct 2011)
diff --git a/net-misc/rygel/rygel-0.12.0.ebuild b/net-misc/rygel/rygel-0.12.0.ebuild
deleted file mode 100644
index 66c62c0891a9..000000000000
--- a/net-misc/rygel/rygel-0.12.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.12.0.ebuild,v 1.2 2011/09/15 21:26:58 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
-HOMEPAGE="http://live.gnome.org/Rygel"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X nls +sqlite tracker transcode"
-
-# The deps for tracker? and transcode? are just the earliest available
-# version at the time of writing this ebuild
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libgee-0.5.2:0
- >=media-libs/gupnp-dlna-0.5
- >=media-libs/gstreamer-0.10.28
- >=media-libs/gst-plugins-base-0.10.28
- >=net-libs/gssdp-0.11
- >=net-libs/gupnp-0.17
- >=net-libs/gupnp-av-0.9
- >=net-libs/libsoup-2.34:2.4
- >=sys-libs/e2fsprogs-libs-1.41.3
- sqlite? ( >=dev-db/sqlite-3.5:3 )
- tracker? ( >=app-misc/tracker-0.8.17 )
- transcode? (
- >=media-libs/gst-plugins-bad-0.10.14
- >=media-plugins/gst-plugins-twolame-0.10.12
- >=media-plugins/gst-plugins-ffmpeg-0.10.5
- )
- X? ( >=x11-libs/gtk+-2.90.3:3 )
-"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- >=dev-util/intltool-0.40
-"
-# Maintainer only
-# >=dev-lang/vala-0.11.6
-# >=net-libs/gupnp-vala-0.9
-# dev-libs/libxslt
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --enable-gst-launch-plugin
- $(use_enable nls)
- $(use_enable sqlite media-export-plugin)
- $(use_enable tracker tracker-plugin)
- $(use_with X ui)"
-}
diff --git a/net-misc/rygel/rygel-0.12.1.ebuild b/net-misc/rygel/rygel-0.12.1.ebuild
deleted file mode 100644
index 134d67fca926..000000000000
--- a/net-misc/rygel/rygel-0.12.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.12.1.ebuild,v 1.1 2011/09/15 21:26:58 eva Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
-HOMEPAGE="http://live.gnome.org/Rygel"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X nls +sqlite tracker transcode"
-
-# The deps for tracker? and transcode? are just the earliest available
-# version at the time of writing this ebuild
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libgee-0.5.2:0
- >=media-libs/gupnp-dlna-0.5
- >=media-libs/gstreamer-0.10.28
- >=media-libs/gst-plugins-base-0.10.28
- >=net-libs/gssdp-0.11
- >=net-libs/gupnp-0.17
- >=net-libs/gupnp-av-0.9
- >=net-libs/libsoup-2.34:2.4
- >=sys-libs/e2fsprogs-libs-1.41.3
- sqlite? ( >=dev-db/sqlite-3.5:3 )
- tracker? ( >=app-misc/tracker-0.8.17 )
- transcode? (
- >=media-libs/gst-plugins-bad-0.10.14
- >=media-plugins/gst-plugins-twolame-0.10.12
- >=media-plugins/gst-plugins-ffmpeg-0.10.5
- )
- X? ( >=x11-libs/gtk+-2.90.3:3 )
-"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- >=dev-util/intltool-0.40
-"
-# Maintainer only
-# >=dev-lang/vala-0.11.6
-# >=net-libs/gupnp-vala-0.9
-# dev-libs/libxslt
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF}
- --enable-gst-launch-plugin
- $(use_enable nls)
- $(use_enable sqlite media-export-plugin)
- $(use_enable tracker tracker-plugin)
- $(use_with X ui)"
-}
diff --git a/net-misc/rygel/rygel-0.12.3.ebuild b/net-misc/rygel/rygel-0.12.5.ebuild
index 43aa82615698..17f26b9ebf4b 100644
--- a/net-misc/rygel/rygel-0.12.3.ebuild
+++ b/net-misc/rygel/rygel-0.12.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.12.3.ebuild,v 1.1 2011/10/02 20:08:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.12.5.ebuild,v 1.1 2011/11/08 21:06:10 eva Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -25,7 +25,7 @@ RDEPEND="
>=media-libs/gstreamer-0.10.28
>=media-libs/gst-plugins-base-0.10.28
>=net-libs/gssdp-0.11
- >=net-libs/gupnp-0.17
+ >=net-libs/gupnp-0.17.1
>=net-libs/gupnp-av-0.9
>=net-libs/libsoup-2.34:2.4
>=sys-libs/e2fsprogs-libs-1.41.3