diff options
author | James Meyer <james.meyer@operamail.com> | 2009-08-29 16:29:33 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-08-29 16:29:33 (GMT) |
commit | 1e88e460238ec219db6a617e3f79cda3936796ad (patch) | |
tree | 293673243f4e98aa221eb5b64fe73d4d669bacd3 /abs/extra-testing/mythnuv2mkv | |
parent | 25c30209666f591371476d272712e92e7173ce7c (diff) | |
parent | 428e5178d79eb900bbe515665b2d6c6a4b0d0f89 (diff) | |
download | linhes_pkgbuild-1e88e460238ec219db6a617e3f79cda3936796ad.zip linhes_pkgbuild-1e88e460238ec219db6a617e3f79cda3936796ad.tar.gz linhes_pkgbuild-1e88e460238ec219db6a617e3f79cda3936796ad.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
mkvtoolnix mythnuv2xvid: new versions
mythtv-svn: fix pretty script
made mythvideo ignore php files, for fresh installs
mythtv-svn: bumped to svn 21495
vdpinfo: bumped to 185.18.36
nvidia: bumped to 185.18.36
nvidia-utils: bumped to 185.18.36
skvm:removed, not needed.
udev:Let's make automounting just work for USB storage devices.
skvm:initial inclusion. lightweight volume manager.
pmount:initial inclusion.
mythappletrailers:Loading . . .
mythappletrailers:Bumped.
pciutils:Updated to fetch latest IDs.
Diffstat (limited to 'abs/extra-testing/mythnuv2mkv')
-rw-r--r-- | abs/extra-testing/mythnuv2mkv/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/mythnuv2mkv/PKGBUILD b/abs/extra-testing/mythnuv2mkv/PKGBUILD index 1c52820..9a61d9a 100644 --- a/abs/extra-testing/mythnuv2mkv/PKGBUILD +++ b/abs/extra-testing/mythnuv2mkv/PKGBUILD @@ -1,5 +1,5 @@ pkgname=mythnuv2mkv -pkgver=1.48 +pkgver=1.53 pkgrel=1 conflicts=() pkgdesc="Converts MythTV nuv or mpg files to mkv, mp4 or avi files. It can be run as a MythTV User Job or at command line to convert MythTV recordings or stand alone files." @@ -13,3 +13,4 @@ build() { mkdir -p $startdir/pkg/usr/bin install -m 0755 mythnuv2mkv.sh $startdir/pkg/usr/bin/mythnuv2mkv.sh } + |