Package Details: jtv-downloader-git bb007af-1

Package Base: jtv-downloader-git
Description: A live downloader that helps you recording or watching live streams.
Upstream URL: https://github.com/toine512/jtv-downloader
Category: multimedia
Licenses: GPL3
Submitter: CommanderC
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2013-02-24 01:31
Last Updated: 2013-07-24 07:20

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by CommanderC

2013-04-24 18:58

@aecepoglu:
I fixed the issue with qmake4 and added a patch. Thanks!

Comment by aecepoglu

2013-04-24 18:24

Had to replace "qmake4" with "qmake-qt4" in PKGBUILD and fix a typo in the code to make it work.

Comment by CommanderC

2013-02-24 15:46

Desktop icon added. Thanks!

Comment by archtux

2013-02-24 09:12

You could add a desktop icon, it's included in the source.
I did it changing the PKGBUILD this way.

package() {
cd "$srcdir/$_gitname"
install -D -m755 jtv-downloader "${pkgdir}/usr/bin/jtv-downloader"

# Desktop icon
cd debian
install -Dm644 $_gitname.png $pkgdir/usr/share/pixmaps/$_gitname.png
install -Dm644 $_gitname.desktop $pkgdir/usr/share/applications/$_gitname.desktop
}