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-good: ChangeLog gst-plugins-good-0.10.21.ebuild
Date: Mon, 05 Apr 2010 03:08:44 +0000	[thread overview]
Message-ID: <E1Nycg8-0007Z8-AK@stork.gentoo.org> (raw)

leio        10/04/05 03:08:44

  Modified:             ChangeLog
  Added:                gst-plugins-good-0.10.21.ebuild
  Log:
  Version bump. Fix zlib/bz2 support for qtdemux/id3demux and matroska, bug 300860.
  Add missing ChangeLog and NEWS to installed docs.
  
  Most noteworthy upstream changes:
  Stream synchronization improvements and push based mode support in matroska.
  Many improvements and fixes to RTP and AVI support.
  Many performance and playback startup speed optimizations.
  Language code writing and extracting fixes to matroska/qtdemux/id3demux.
  shapewipe moved from -bad to here. The shapewipe element provides custom transitions on video streams based on a grayscale bitmap.
  Many bug fixes and other improvements.
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.84                 media-libs/gst-plugins-good/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	24 Mar 2010 20:01:19 -0000	1.83
+++ ChangeLog	5 Apr 2010 03:08:44 -0000	1.84
@@ -1,6 +1,21 @@
 # ChangeLog for media-libs/gst-plugins-good
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.83 2010/03/24 20:01:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.84 2010/04/05 03:08:44 leio Exp $
+
+*gst-plugins-good-0.10.21 (05 Apr 2010)
+
+  05 Apr 2010; Mart Raudsepp <leio@gentoo.org>
+  +gst-plugins-good-0.10.21.ebuild:
+  Version bump. Fix zlib/bz2 support for qtdemux/id3demux and matroska,
+  bug 300860. Add missing ChangeLog and NEWS to installed docs.
+  Most noteworthy upstream changes:
+  Stream sync improvements and push based mode support in matroska.
+  Many improvements and fixes to RTP and AVI support.
+  Many performance and playback startup speed optimizations.
+  Language code writing and extracting fixes to matroska/qtdemux/id3demux.
+  shapewipe moved from -bad to here. The shapewipe element provides custom
+  transitions on video streams based on a grayscale bitmap.
+  Many bug fixes and other improvements.
 
   24 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
   gst-plugins-good-0.10.17.ebuild:



1.1                  media-libs/gst-plugins-good/gst-plugins-good-0.10.21.ebuild

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

Index: gst-plugins-good-0.10.21.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-good/gst-plugins-good-0.10.21.ebuild,v 1.1 2010/04/05 03:08:44 leio Exp $

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

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

LICENSE="LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=media-libs/gst-plugins-base-0.10.27
	>=media-libs/gstreamer-0.10.27
	>=dev-libs/liboil-0.3.14
	sys-libs/zlib
	app-arch/bzip2"
DEPEND="${RDEPEND}
	>=sys-devel/gettext-0.11.5
	dev-util/pkgconfig
	!<media-libs/gst-plugins-bad-0.10.18"

# Always enable optional bz2 support for matroska
# Always enable optional zlib support for qtdemux, id3demux and matroska
# Many media files require these to work, as some container headers are often compressed, bug 291154
GST_PLUGINS_BUILD="bz2 zlib"

src_compile() {
	# gst doesnt handle optimisations well
	strip-flags
	replace-flags "-O3" "-O2"
	filter-flags "-fprefetch-loop-arrays" # see bug 22249

	gst-plugins-good_src_configure \
		--with-default-audiosink=autoaudiosink \
		--with-default-visualizer=goom

	emake || die "emake failed."
}

# override eclass
src_install() {
	gnome2_src_install
}

DOCS="AUTHORS ChangeLog NEWS README RELEASE"

pkg_postinst () {
	gnome2_pkg_postinst

	echo
	elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
	elog "applications now should provide the basic plugins needed."
	echo
	elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
	elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
	elog "In most cases it shouldn't be needed though to emerge extra plugins."
}

pkg_postrm() {
	gnome2_pkg_postrm
}






             reply	other threads:[~2010-04-05  3:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-05  3:08 Mart Raudsepp (leio) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-06-24 10:24 [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-good: ChangeLog gst-plugins-good-0.10.21.ebuild Markos Chandras (hwoarang)
2010-06-27 13:29 Gysbert Wassenaar (nixnut)
2010-07-01 11:34 Christian Faulhammer (fauli)
2010-07-12 22:42 Jeroen Roovers (jer)
2010-07-24 15:01 Markus Meier (maekke)
2010-08-01 20:23 Tobias Klausmann (klausman)
2010-09-04 11:57 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=E1Nycg8-0007Z8-AK@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