leio 15/01/02 04:43:39 Modified: ChangeLog metadata.xml Added: gst-plugins-jpeg-1.4.5.ebuild Removed: gst-plugins-jpeg-1.2.4.ebuild gst-plugins-jpeg-1.2.3.ebuild gst-plugins-jpeg-0.10.31.ebuild Log: Version bump, remove old, update long description. Has various improvements to the decoder element (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.168 media-plugins/gst-plugins-jpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 11 Oct 2014 13:15:59 -0000 1.167 +++ ChangeLog 2 Jan 2015 04:43:39 -0000 1.168 @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/gst-plugins-jpeg -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog,v 1.167 2014/10/11 13:15:59 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog,v 1.168 2015/01/02 04:43:39 leio Exp $ + +*gst-plugins-jpeg-1.4.5 (02 Jan 2015) + + 02 Jan 2015; Mart Raudsepp <l...@gentoo.org> + -gst-plugins-jpeg-0.10.31.ebuild, -gst-plugins-jpeg-1.2.3.ebuild, + -gst-plugins-jpeg-1.2.4.ebuild, +gst-plugins-jpeg-1.4.5.ebuild, metadata.xml: + Version bump, remove old, update long description. Has various improvements + to the decoder element 11 Oct 2014; Markus Meier <mae...@gentoo.org> gst-plugins-jpeg-1.2.4-r1.ebuild: 1.3 media-plugins/gst-plugins-jpeg/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 21 Aug 2009 13:02:06 -0000 1.2 +++ metadata.xml 2 Jan 2015 04:43:39 -0000 1.3 @@ -8,6 +8,8 @@ Includes the following elements: * jpegdec - Decode images from JPEG format * jpegenc - Encode images in JPEG format + + In 0.10 only (deprecated): * smokedec - Decode video from Smoke format * smokeenc - Encode images into the Smoke format 1.1 media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-jpeg-1.4.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild,v 1.1 2015/01/02 04:43:39 leio Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="GStreamer encoder/decoder for JPEG format" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=virtual/jpeg-0-r2[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"