@aecepoglu:
I fixed the issue with qmake4 and added a patch. Thanks!
Search Criteria
Package Details: jtv-downloader-git bb007af-1
Package Actions
| 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: | |
| Submitter: | CommanderC |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 3 |
| First Submitted: | 2013-02-24 01:31 |
| Last Updated: | 2013-07-24 07:20 |
Required by (0)
Sources
- git://github.com/toine512/jtv-downloader.git
- JtvLiveUiTabBasicJustin_tv.h-typo_fix.diff
Latest Comments
Comment by CommanderC
Comment by aecepoglu
Had to replace "qmake4" with "qmake-qt4" in PKGBUILD and fix a typo in the code to make it work.
Comment by CommanderC
Desktop icon added. Thanks!
Comment by archtux
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
}