pacho 14/05/31 14:37:26 Modified: ChangeLog Added: gst-plugins-hls-1.2.4.ebuild Removed: gst-plugins-hls-1.2.0.ebuild Log: Version bump, drop old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.5 media-plugins/gst-plugins-hls/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 9 Mar 2014 12:07:37 -0000 1.4 +++ ChangeLog 31 May 2014 14:37:26 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-hls # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.4 2014/03/09 12:07:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.5 2014/05/31 14:37:26 pacho Exp $ + +*gst-plugins-hls-1.2.4 (31 May 2014) + + 31 May 2014; Pacho Ramos <[email protected]> +gst-plugins-hls-1.2.4.ebuild, + -gst-plugins-hls-1.2.0.ebuild: + Version bump, drop old 09 Mar 2014; Pacho Ramos <[email protected]> gst-plugins-hls-1.2.3.ebuild: x86 stable, bug 499954 1.1 media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.4.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-hls-1.2.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.2.4.ebuild,v 1.1 2014/05/31 14:37:26 pacho Exp $ EAPI="5" inherit gst-plugins10 gst-plugins-bad DESCRIPTION="HTTP live streaming plugin" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=net-libs/gnutls-2.11.3" DEPEND="${RDEPEND}" # FIXME: gsturidownloader does not have a .pc #src_prepare() { # gst-plugins10_system_link \ # gst-libs/gst/uridownloader:gsturidownloader #} src_compile() { cd "${S}"/gst-libs/gst/uridownloader emake cd "${S}" gst-plugins10_src_compile }
