public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp (leio)" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.28.ebuild
Date: Fri, 19 Mar 2010 01:33:43 +0000	[thread overview]
Message-ID: <E1NsR5r-0002VT-TD@stork.gentoo.org> (raw)

leio        10/03/19 01:33:43

  Modified:             ChangeLog
  Added:                gst-plugins-base-0.10.28.ebuild
  Log:
  Version bump with the following most noteworthy upstream changes: Many improvements and refactoring to playbin2. ISO-639 language code utility functions in libgsttag (via iso-codes). DKS and QTtext subtitle format support in subparse. Bug fixes, performance improvements.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	15 Jan 2010 09:28:03 -0000	1.119
+++ ChangeLog	19 Mar 2010 01:33:43 -0000	1.120
@@ -1,6 +1,16 @@
 # ChangeLog for media-libs/gst-plugins-base
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.119 2010/01/15 09:28:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.120 2010/03/19 01:33:43 leio Exp $
+
+*gst-plugins-base-0.10.28 (19 Mar 2010)
+
+  19 Mar 2010; Mart Raudsepp <leio@gentoo.org>
+  +gst-plugins-base-0.10.28.ebuild:
+  Version bump with the following most noteworthy upstream changes:
+  Many improvements and refactoring to playbin2.
+  ISO-639 language code utility functions in libgsttag (via iso-codes).
+  DKS and QTtext subtitle format support in subparse.
+  Bug fixes, performance improvements.
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   gst-plugins-base-0.10.25.ebuild:



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.28.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.28.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-base-0.10.28.ebuild
===================================================================
# Copyright 1999-2010 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.28.ebuild,v 1.1 2010/03/19 01:33:43 leio Exp $

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

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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="nls"

RDEPEND=">=dev-libs/glib-2.18
	>=media-libs/gstreamer-0.10.28
	>=dev-libs/liboil-0.3.14
	dev-libs/libxml2
	app-text/iso-codes
	!<media-libs/gst-plugins-bad-0.10.10"
DEPEND="${RDEPEND}
	nls? ( >=sys-devel/gettext-0.11.5 )
	dev-util/pkgconfig"

DOCS="AUTHORS README RELEASE"

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

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

src_install() {
	gnome2_src_install
}






             reply	other threads:[~2010-03-19  1:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-19  1:33 Mart Raudsepp (leio) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-24 10:17 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-base: ChangeLog gst-plugins-base-0.10.28.ebuild Markos Chandras (hwoarang)
2010-06-27 13:24 Gysbert Wassenaar (nixnut)
2010-07-01 11:05 Christian Faulhammer (fauli)
2010-07-12 22:37 Jeroen Roovers (jer)
2010-07-24 14:46 Markus Meier (maekke)
2010-08-01 20:18 Tobias Klausmann (klausman)
2010-09-04 11:45 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NsR5r-0002VT-TD@stork.gentoo.org \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox