diff options
author | Olivier Crête <tester@gentoo.org> | 2008-04-12 21:43:26 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-04-12 21:43:26 +0000 |
commit | 48e76e99f3c560bdce1ebede56c21e6039230fe3 (patch) | |
tree | 39979eded9cadfea5b947aca804f4d9add25a072 /media-plugins/gst-plugins-farsight | |
parent | Version bump (diff) | |
download | gentoo-2-48e76e99f3c560bdce1ebede56c21e6039230fe3.tar.gz gentoo-2-48e76e99f3c560bdce1ebede56c21e6039230fe3.tar.bz2 gentoo-2-48e76e99f3c560bdce1ebede56c21e6039230fe3.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/gst-plugins-farsight')
4 files changed, 10 insertions, 103 deletions
diff --git a/media-plugins/gst-plugins-farsight/ChangeLog b/media-plugins/gst-plugins-farsight/ChangeLog index 172851d1f146..f2d70c4fe08e 100644 --- a/media-plugins/gst-plugins-farsight/ChangeLog +++ b/media-plugins/gst-plugins-farsight/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/gst-plugins-farsight # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v 1.14 2008/04/12 21:34:05 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/ChangeLog,v 1.15 2008/04/12 21:43:26 tester Exp $ + + 12 Apr 2008; Olivier Crête <tester@gentoo.org> + -gst-plugins-farsight-0.12.5.ebuild, -gst-plugins-farsight-0.12.6.ebuild, + gst-plugins-farsight-0.12.7.ebuild: + Version bump *gst-plugins-farsight-0.12.7 (12 Apr 2008) diff --git a/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild b/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild deleted file mode 100644 index d2724849b1a0..000000000000 --- a/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.5.ebuild,v 1.3 2008/03/08 19:47:09 tester Exp $ - -inherit gst-plugins10 - -DESCRIPTION="GStreamer plugin for Farsight" -#HOMEPAGE="http://projects.collabora.co.uk/darcs/farsight/gst-plugins-farsight" -HOMEPAGE="http://farsight.freedesktop.org/" -SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz" - -GST_MAJOR=0.10 -SLOT=${GST_MAJOR} - -LICENSE="GPL-2" -EYWORDS="~amd64 ~x86" -IUSE="jpeg2k gsm jingle jrtplib msn yahoo" - -DEPEND=">=media-libs/gstreamer-0.10.13 - >=media-libs/gst-plugins-base-0.10.13 - dev-libs/libxml2 - jpeg2k? ( media-libs/jasper ) - gsm? ( media-sound/gsm ) - jingle? ( net-libs/libjingle ) - msn? ( media-libs/libmimic ) - yahoo? ( media-libs/libj2k ) - jrtplib? ( dev-libs/jthread - >=dev-libs/jrtplib-3.7.1 )" - -RDEPEND="${DEPEND}" - -src_compile() { - econf \ - --enable-g729 \ - $(use_enable jpeg2k jasper) \ - $(use_enable gsm) \ - $(use_enable jingle jingle-p2p) \ - $(use_enable msn mimic) \ - $(use_with yahoo libj2k) \ - $(use_enable jrtplib) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog README - - rm -f ${D}/usr/lib*/*gstreamer*/*jpeg2k* -} diff --git a/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.6.ebuild b/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.6.ebuild deleted file mode 100644 index 29cf0ecf874b..000000000000 --- a/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.6.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.6.ebuild,v 1.2 2008/03/08 19:47:09 tester Exp $ - -inherit gst-plugins10 - -DESCRIPTION="GStreamer plugin for Farsight" -#HOMEPAGE="http://projects.collabora.co.uk/darcs/farsight/gst-plugins-farsight" -HOMEPAGE="http://farsight.freedesktop.org/" -SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz" - -GST_MAJOR=0.10 -SLOT=${GST_MAJOR} - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="jpeg2k gsm jingle msn yahoo" - -DEPEND=">=media-libs/gstreamer-0.10.13 - >=media-libs/gst-plugins-base-0.10.13 - dev-libs/libxml2 - jpeg2k? ( media-libs/jasper ) - gsm? ( media-sound/gsm ) - jingle? ( net-libs/libjingle ) - msn? ( media-libs/libmimic ) - yahoo? ( media-libs/libj2k )" - -RDEPEND="${DEPEND}" - -src_compile() { - econf \ - --enable-g729 \ - --disable-jrtplib \ - $(use_enable jpeg2k jasper) \ - $(use_enable gsm) \ - $(use_enable jingle jingle-p2p) \ - $(use_enable msn mimic) \ - $(use_with yahoo libj2k) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog README - - rm -f ${D}/usr/lib*/*gstreamer*/*jpeg2k* -} diff --git a/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.7.ebuild b/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.7.ebuild index 22de0f1d8867..c91215129875 100644 --- a/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.7.ebuild +++ b/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.7.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.7.ebuild,v 1.1 2008/04/12 21:34:05 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-farsight/gst-plugins-farsight-0.12.7.ebuild,v 1.2 2008/04/12 21:43:26 tester Exp $ inherit gst-plugins10 DESCRIPTION="GStreamer plugin for Farsight" -#HOMEPAGE="http://projects.collabora.co.uk/darcs/farsight/gst-plugins-farsight" HOMEPAGE="http://farsight.freedesktop.org/" SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz" +#EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/gst-plugins-farsight" + GST_MAJOR=0.10 SLOT=${GST_MAJOR} @@ -25,9 +26,6 @@ DEPEND=">=media-libs/gstreamer-0.10.13 msn? ( media-libs/libmimic ) yahoo? ( media-libs/libj2k )" -RDEPEND="${DEPEND} - !<media-libs/farsight-0.1.27" - src_compile() { econf \ --enable-g729 \ @@ -44,5 +42,5 @@ src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc AUTHORS ChangeLog README - rm -f ${D}/usr/lib*/*gstreamer*/*jpeg2k* + rm -f "${D}/usr/lib*/*gstreamer*/*jpeg2k*" } |