From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N9tYO-0001nV-09 for garchives@archives.gentoo.org; Mon, 16 Nov 2009 04:51:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8328AE0876; Mon, 16 Nov 2009 04:51:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64DD7E0876 for ; Mon, 16 Nov 2009 04:51:03 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 13A086534A for ; Mon, 16 Nov 2009 04:51:03 +0000 (UTC) Received: from leio by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N9tYM-0007Tv-FV for gentoo-commits@lists.gentoo.org; Mon, 16 Nov 2009 04:51:02 +0000 From: "Mart Raudsepp (leio)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, leio@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-ugly.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: gst-plugins-ugly.eclass X-VCS-Directories: eclass X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mart Raudsepp Date: Mon, 16 Nov 2009 04:51:02 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7d38ad74-fb4c-4188-bfd3-774511e0ecc5 X-Archives-Hash: 85293b7c10589cec9ceb2141f63ff0d7 leio 09/11/16 04:51:02 Modified: gst-plugins-ugly.eclass Log: Add new plugin (amrwb) in gst-plugins-ugly-0.10.13 Revision Changes Path 1.16 eclass/gst-plugins-ugly.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins= -ugly.eclass?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins= -ugly.eclass?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins= -ugly.eclass?r1=3D1.15&r2=3D1.16 Index: gst-plugins-ugly.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gst-plugins-ugly.eclass 7 Sep 2009 04:58:22 -0000 1.15 +++ gst-plugins-ugly.eclass 16 Nov 2009 04:51:02 -0000 1.16 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.15= 2009/09/07 04:58:22 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.16= 2009/11/16 04:51:02 leio Exp $ =20 # Author : foser =20 @@ -26,7 +26,8 @@ # All relevant configure options for gst-plugins # need a better way to extract these # gst-plugins-base 0.9 -my_gst_plugins_ugly=3D"a52dec amrnb cdio dvdread dvdnav lame id3tag mad = mpeg2dec sidplay twolame x264" +my_gst_plugins_ugly=3D"a52dec amrnb amrwb cdio dvdread dvdnav lame id3ta= g mad +mpeg2dec sidplay twolame x264" =20 #SRC_URI=3D"mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar= .bz2" SRC_URI=3D"http://gstreamer.freedesktop.org/src/gst-plugins-ugly/${MY_P}= .tar.bz2"