diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-09 00:10:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-09 00:10:48 (GMT) |
commit | eb79c361fd072b1b5a7529f6694f5050d8373c3f (patch) | |
tree | ca77d6c7972a868dcb34f738f4b8870d564e02e7 /abs/core/linhes-scripts/PKGBUILD | |
parent | 15699db7cc8429c3f9d7a2b516b91889e010984d (diff) | |
parent | 90514910be147bd0aa416dc29ab4cb0791844cc4 (diff) | |
download | linhes_pkgbuild-eb79c361fd072b1b5a7529f6694f5050d8373c3f.zip linhes_pkgbuild-eb79c361fd072b1b5a7529f6694f5050d8373c3f.tar.gz linhes_pkgbuild-eb79c361fd072b1b5a7529f6694f5050d8373c3f.tar.bz2 |
Merge remote-tracking branch 'origin/testing' into testing
# By Cecil (8) and Michael Hanson (4)
# Via Cecil (2) and Michael Hanson (1)
* origin/testing:
mplayer: nothing to see here
bluez: update to 4.101
linhes-scripts:Corrected scripting errors in ripD_eject.sh.
linhes-scripts:Modifed ripD_eject.sh to use HandBrakeCLI.
mplayer: minor correction to PKGBUILD. No pkg built.
handbrake:Bumped to 0.9.8. Closes #838.
mythtv:Bumped to add deps for backing up DVD.
mythtv:Bumped to compiles latest 0.25.2. Added DVD backup menu.
mythplugins:Bumped to compiles latest 0.25.2.
linhes-scripts:Added scripts to backup one's DVD.
lsdvd:initial inclusion. For use with ripD.
linhes-scripts: fix for myth2mkv
Conflicts:
abs/core/mplayer/PKGBUILD
abs/core/mythtv/stable-0.25/git_src/git_hash
abs/core/mythtv/stable-0.25/mythtv/PKGBUILD
Diffstat (limited to 'abs/core/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 829694b..0fb3dee 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=41 +pkgrel=45 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') @@ -51,13 +51,15 @@ find_orphans.py acl_fix_fstab.py stop_xss.sh myth2mkv +LinHES-osd +ripD_eject.sh ) build() { cd ${srcdir} install -d ${pkgdir}/usr/LH/bin install -d ${pkgdir}/usr/LH/etc - install -D -m755 myth2* *.sh *.pl *.py vdpau* run-* pause_* ${pkgdir}/usr/LH/bin/ + install -D -m755 myth2* *.sh *.pl *.py vdpau* run-* pause_* LinHES* ${pkgdir}/usr/LH/bin/ install -D -m755 upgrade_screen_rc ${pkgdir}/usr/LH/etc/ mkdir -p ${pkgdir}/etc/sv/pause-mythcommflag/supervise cp run-pause-mythcommflag ${pkgdir}/etc/sv/pause-mythcommflag/run @@ -104,4 +106,6 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' 'd8838461af9d446a1fd7e7883fdc75d1' 'cc9cdabcdfc969c2829b58c0e513488c' '54a478660d0f8150fe10112a9ecf2740' - '980423e07c8c6ffd0ea1bf9a1959fdc2') + '8fa34662c686b210c9943324b7df2feb' + 'b608044c9e7530a400d8f5b88fdfe6e6' + 'e2e24dd59d5d576cc33feafb329fa302') |