diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-01 02:10:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-01 02:10:45 (GMT) |
commit | f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed (patch) | |
tree | 1babc4291a4cd3d72ce7e595212a273318e33018 /abs/core-testing/mythtv | |
parent | d7a06c882ef45d014319f98daf8e0dbe5599321d (diff) | |
parent | 528268bf6b14f8e3c9f4941d5587d982ff1892d6 (diff) | |
download | linhes_pkgbuild-f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed.zip linhes_pkgbuild-f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed.tar.gz linhes_pkgbuild-f01297f70fbbf345e11edcf8f1d5fb77c6d2a6ed.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD into linhes-config-python
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD:
runit-scripts: update the lircd run script to use the dvicoIR sym link
lirc: update PKGBUILD to install dvico udev rule
lirc: add udev rule for the dvico remote
lirc: added support for other mce remotes
Added patch needed for FUPPES for compile.
Initial inclusion, needed for fuppes.
Updated to fuppes-svn.
Removed fuppes.
Latest version. Closes FS 365.
Fixed typo.
Included ffpresets. Closes FS #359.
Bumped to ensure latest -fixes.
Bumped to ensure latest -fixes.
Bumped for latest -fixes.
Bumped to latest fixes and VDPAU 20549 patch.
Diffstat (limited to 'abs/core-testing/mythtv')
-rw-r--r-- | abs/core-testing/mythtv/stable/mythgallery/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/mythtv/stable/mythnews/PKGBUILD | 3 | ||||
-rw-r--r-- | abs/core-testing/mythtv/stable/mythtv/PKGBUILD | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD b/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD index abfd919..bdf7b57 100644 --- a/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythgallery/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythgallery pkgver=0.21 -pkgrel=4 +pkgrel=5 pkgdesc="Image gallery plugin for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org" diff --git a/abs/core-testing/mythtv/stable/mythnews/PKGBUILD b/abs/core-testing/mythtv/stable/mythnews/PKGBUILD index 6ebda97..1f22161 100644 --- a/abs/core-testing/mythtv/stable/mythnews/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythnews/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythnews pkgver=0.21 -pkgrel=3 +pkgrel=4 pkgdesc="News checking plugin for MythTV" arch=('i686' 'x86_64') url="http://www.mythtv.org" @@ -17,6 +17,7 @@ groups=('mythtv-extras') build() { cd $startdir/src/mythplugins . /etc/profile.d/qt3.sh + svn update # use QT3 qmake export PATH=$QTDIR/bin:$PATH diff --git a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD index a3bd7d3..be8358a 100644 --- a/abs/core-testing/mythtv/stable/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.21 -pkgrel=68 +pkgrel=69 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') depends=('bash' 'mysql-clients>=5.0' 'qt3' 'lame' 'lirc-utils' 'ffmpeg' \ |