public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.17.ebuild
@ 2008-01-31 13:23 Zaheer Abbas Merali (zaheerm)
  0 siblings, 0 replies; only message in thread
From: Zaheer Abbas Merali (zaheerm) @ 2008-01-31 13:23 UTC (permalink / raw
  To: gentoo-commits

zaheerm     08/01/31 13:23:36

  Modified:             ChangeLog
  Added:                gst-plugins-base-0.10.17.ebuild
  Log:
  version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.69                 media-libs/gst-plugins-base/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	29 Jan 2008 19:57:40 -0000	1.68
+++ ChangeLog	31 Jan 2008 13:23:36 -0000	1.69
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/gst-plugins-base
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.68 2008/01/29 19:57:40 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.69 2008/01/31 13:23:36 zaheerm Exp $
+
+*gst-plugins-base-0.10.17 (31 Jan 2008)
+
+  31 Jan 2008; Zaheer Merali <zaheer@gentoo.org> 
+  +gst-plugins-base-0.10.17.ebuild:
+  version bump
 
 *gst-plugins-base-0.10.16 (29 Jan 2008)
 



1.1                  media-libs/gst-plugins-base/gst-plugins-base-0.10.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.17.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-base-0.10.17.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.17.ebuild,v 1.1 2008/01/31 13:23:36 zaheerm Exp $

# order is important, gnome2 after gst-plugins
inherit gst-plugins-base gst-plugins10 gnome2 libtool flag-o-matic

DESCRIPTION="Basepack of plugins for gstreamer"
HOMEPAGE="http://gstreamer.sourceforge.net"
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug nls"

RDEPEND=">=dev-libs/glib-2.8
	>=media-libs/gstreamer-0.10.17
	>=dev-libs/liboil-0.3.8
	debug? ( dev-util/valgrind )"
DEPEND="${RDEPEND}
	nls? ( >=sys-devel/gettext-0.11.5 )
	>=dev-util/pkgconfig-0.9"

DOCS="AUTHORS README RELEASE"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Needed for sane .so versioning on Gentoo/FreeBSD
	elibtoolize
}

src_compile() {
	# gst doesnt handle optimisations well, last
	# tested with 0.10.15
	strip-flags
	replace-flags "-O3" "-O2"

	gst-plugins-base_src_configure \
		$(use_enable nls) \
		$(use_enable debug valgrind) \
		$(use_enable debug)
	emake || die "emake failed."
}

src_install() {
	gnome2_src_install
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-31 13:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31 13:23 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.17.ebuild Zaheer Abbas Merali (zaheerm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox