xmw 14/06/05 22:36:10 Modified: ChangeLog Added: clipgrab-3.4.2.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.18 net-misc/clipgrab/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 11 Aug 2013 22:57:48 -0000 1.17 +++ ChangeLog 5 Jun 2014 22:36:10 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/clipgrab -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.17 2013/08/11 22:57:48 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.18 2014/06/05 22:36:10 xmw Exp $ + +*clipgrab-3.4.2 (05 Jun 2014) + + 05 Jun 2014; Michael Weber <[email protected]> +clipgrab-3.4.2.ebuild, + +files/clipgrab-3.4.2-obey.patch: + Version bump 11 Aug 2013; Alexis Ballier <[email protected]> clipgrab-3.2.0.11.ebuild, clipgrab-3.2.1.0.ebuild: 1.1 net-misc/clipgrab/clipgrab-3.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.2.ebuild?rev=1.1&content-type=text/plain Index: clipgrab-3.4.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.2.ebuild,v 1.1 2014/06/05 22:36:10 xmw Exp $ EAPI=5 inherit qt4-r2 eutils DESCRIPTION="Download from various internet video services like Youtube etc." HOMEPAGE="http://clipgrab.de/en" SRC_URI="http://${PN}.de/download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-qt/qtwebkit:4" # does not work with libav #474368 RDEPEND="${DEPEND} media-video/ffmpeg:0" PATCHES=( "${FILESDIR}/${PN}-3.4.2-obey.patch" ) src_install() { dobin ${PN} newicon icon.png ${PN}.png make_desktop_entry clipgrab Clipgrab "" "Qt;Video;AudioVideo;" }
