xmw         15/03/17 07:25:34

  Modified:             ChangeLog
  Added:                clipgrab-3.4.9-r1.ebuild
  Removed:              clipgrab-3.4.9.ebuild
  Log:
  Works with libav (bug 543330, thanks Sergey S. Starikoff).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.20                 net-misc/clipgrab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   26 Feb 2015 16:00:24 -0000      1.19
+++ ChangeLog   17 Mar 2015 07:25:34 -0000      1.20
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/clipgrab
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.19 
2015/02/26 16:00:24 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/ChangeLog,v 1.20 
2015/03/17 07:25:34 xmw Exp $
+
+*clipgrab-3.4.9-r1 (17 Mar 2015)
+
+  17 Mar 2015; Michael Weber <x...@gentoo.org> +clipgrab-3.4.9-r1.ebuild,
+  -clipgrab-3.4.9.ebuild:
+  Works with libav (bug 543330, thanks Sergey S. Starikoff).
 
 *clipgrab-3.4.9 (26 Feb 2015)
 



1.1                  net-misc/clipgrab/clipgrab-3.4.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: clipgrab-3.4.9-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/clipgrab/clipgrab-3.4.9-r1.ebuild,v 
1.1 2015/03/17 07:25:34 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"
RDEPEND="${DEPEND}
        || ( media-video/libav media-video/ffmpeg )"

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;"
}




Reply via email to