diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-22 14:24:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-22 14:24:23 +0000 |
commit | 5a7cf392312c26d5f06a00ffe5d92a33cae3cab8 (patch) | |
tree | 6312b5f2457032e6e27468715d6f2b59283d648f /media-plugins/gst-plugins-ffmpeg | |
parent | version bump (diff) | |
download | gentoo-2-5a7cf392312c26d5f06a00ffe5d92a33cae3cab8.tar.gz gentoo-2-5a7cf392312c26d5f06a00ffe5d92a33cae3cab8.tar.bz2 gentoo-2-5a7cf392312c26d5f06a00ffe5d92a33cae3cab8.zip |
arm/ia64 stable wrt #245285
(Portage version: 2.1.4.5)
Diffstat (limited to 'media-plugins/gst-plugins-ffmpeg')
-rw-r--r-- | media-plugins/gst-plugins-ffmpeg/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/gst-plugins-ffmpeg/ChangeLog b/media-plugins/gst-plugins-ffmpeg/ChangeLog index 3ec32a423e7a..d30e74f3e350 100644 --- a/media-plugins/gst-plugins-ffmpeg/ChangeLog +++ b/media-plugins/gst-plugins-ffmpeg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-ffmpeg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.101 2008/12/21 14:37:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.102 2008/12/22 14:24:23 armin76 Exp $ + + 22 Dec 2008; Raúl Porcel <armin76@gentoo.org> + gst-plugins-ffmpeg-0.10.5.ebuild: + arm/ia64 stable wrt #245285 21 Dec 2008; nixnut <nixnut@gentoo.org> gst-plugins-ffmpeg-0.10.5.ebuild: Stable on ppc wrt bug 231834 diff --git a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild index 502f50af62ff..7537b3059785 100644 --- a/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild +++ b/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild @@ -1,6 +1,6 @@ # 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-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild,v 1.12 2008/12/21 14:37:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild,v 1.13 2008/12/22 14:24:23 armin76 Exp $ inherit flag-o-matic eutils base @@ -18,7 +18,7 @@ HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html" SRC_URI="http://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" S=${WORKDIR}/${MY_P} |