diff options
Diffstat (limited to 'abs')
19 files changed, 92 insertions, 35 deletions
diff --git a/abs/core-testing/libiec61883/PKGBUILD b/abs/core-testing/libiec61883/PKGBUILD index 8159d36..dbb0b49 100644 --- a/abs/core-testing/libiec61883/PKGBUILD +++ b/abs/core-testing/libiec61883/PKGBUILD @@ -5,19 +5,23 @@ pkgname=libiec61883 pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394" arch=('i686' 'x86_64') url="http://www.linux1394.org/" license=('LGPL') depends=('libraw1394') options=('!libtool') -source=(http://www.linux1394.org/dl/$pkgname-$pkgver.tar.gz) +source=(http://www.kernel.org/pub/linux/libs/ieee1394/$pkgname-$pkgver.tar.gz) md5sums=('8af39fff74988073c3ad53fbab147da9') build() { cd $startdir/src/$pkgname-$pkgver + patch -p0 <$startdir/libiec61883-1.2.0-Makefile.patch ./configure --prefix=/usr make || return 1 - make DESTDIR=$startdir/pkg install + make DESTDIR=$startdir/pkg install || return 1 +# mkdir -p $startdir/pkg/usr/bin/.libs +# cp $startdir/src/$pkgname-$pkgver/examples/test-mpeg2 $startdir/pkg/usr/bin || return 1 +# cp $startdir/src/$pkgname-$pkgver/examples/.libs/lt-test-mpeg2 $startdir/pkg/usr/bin/.libs || return 1 } diff --git a/abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch b/abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch new file mode 100644 index 0000000..59166ce --- /dev/null +++ b/abs/core-testing/libiec61883/libiec61883-1.2.0-Makefile.patch @@ -0,0 +1,25 @@ +--- examples/Makefile.in.orig 2010-01-01 03:30:47.294012274 +0000 ++++ examples/Makefile.in 2010-01-01 03:35:31.530650431 +0000 +@@ -33,8 +33,8 @@ + build_triplet = @build@ + host_triplet = @host@ + noinst_PROGRAMS = test-amdtp$(EXEEXT) test-dv$(EXEEXT) \ +- test-mpeg2$(EXEEXT) test-plugs$(EXEEXT) +-bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) ++ test-plugs$(EXEEXT) ++bin_PROGRAMS = plugreport$(EXEEXT) plugctl$(EXEEXT) test-mpeg2$(EXEEXT) + subdir = examples + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + +--- examples/Makefile.am.orig 2010-01-01 03:30:57.440678420 +0000 ++++ examples/Makefile.am 2010-01-01 03:33:34.714412431 +0000 +@@ -1,6 +1,6 @@ + +-noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs +-bin_PROGRAMS = plugreport plugctl ++noinst_PROGRAMS = test-amdtp test-dv test-plugs ++bin_PROGRAMS = plugreport plugctl test-mpeg2 + man_MANS = plugreport.1 plugctl.1 + EXTRA_DIST = plugreport.1 plugctl.1 + diff --git a/abs/core-testing/mythtv/stable-0.22/morethemes/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/morethemes/PKGBUILD index 4f78194..ddee505 100644 --- a/abs/core-testing/mythtv/stable-0.22/morethemes/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/morethemes/PKGBUILD @@ -1,6 +1,6 @@ pkgname=morethemes pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Additional themes for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/themes -_svnver=22957 +_svnver=23069 _svnmod=themes diff --git a/abs/core-testing/mythtv/stable-0.22/mp_all.sh b/abs/core-testing/mythtv/stable-0.22/mp_all.sh index 48102eb..b8ef7d9 100755 --- a/abs/core-testing/mythtv/stable-0.22/mp_all.sh +++ b/abs/core-testing/mythtv/stable-0.22/mp_all.sh @@ -2,8 +2,8 @@ # for 0.22, we are starting the release numbers at 22000 # and incrementing from there every time we build -pkgrel=22000 -_svnver=22957 +pkgrel=22001 +_svnver=23069 # NOTE: Make sure to build and install mythtv first BEFORE building anything else buildlist=('mythtv' 'mytharchive' 'mythbrowser' 'mythflix' 'mythgallery' 'mythgame' 'mythmovies' 'mythmusic' 'mythnews' 'mythvideo' 'mythweather' 'mythzoneminder' 'mythweb' 'myththemes' 'morethemes') diff --git a/abs/core-testing/mythtv/stable-0.22/mytharchive/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mytharchive/PKGBUILD index 4b45982..a2503eb 100644 --- a/abs/core-testing/mythtv/stable-0.22/mytharchive/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mytharchive/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mytharchive pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="MythTV plugin that lets you create DVDs from or archive your recorded shows." url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythbrowser/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythbrowser/PKGBUILD index 75ef1af..1e09758 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythbrowser/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythbrowser/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythbrowser pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Mini web browser for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythflix/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythflix/PKGBUILD index 66d676d..555cc3d 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythflix/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythflix/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythflix pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Netflix access plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythgallery/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythgallery/PKGBUILD index b98841a..5058bc9 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythgallery/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythgallery/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythgallery pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Image gallery plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythgame/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythgame/PKGBUILD index 36e6083..52b2405 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythgame/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythgame/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythgame pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Emulation plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythmovies/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythmovies/PKGBUILD index 25047eb..fa2767b 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythmovies/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythmovies/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythmovies pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Displays information about movies playing in the area." url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythmusic/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythmusic/PKGBUILD index 6a0c560..641459c 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythmusic/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythmusic/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythmusic pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Music playing plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -16,7 +16,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythnews/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythnews/PKGBUILD index f1883bf..f598a15 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythnews/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythnews/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythnews pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="News checking plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/myththemes/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/myththemes/PKGBUILD index ea08cc4..c0389ca 100755 --- a/abs/core-testing/mythtv/stable-0.22/myththemes/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/myththemes/PKGBUILD @@ -1,6 +1,6 @@ pkgname=myththemes pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Themes for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/myththemes -_svnver=22957 +_svnver=23069 _svnmod=myththemes diff --git a/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD index 71f7a7c..1de49e8 100755 --- a/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="A personal video recorder for Linux" url="http://www.mythtv.org" license="GPL" @@ -23,7 +23,7 @@ arch=('i686' 'x86_64') #md5sums=() _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythtv -_svnver=22957 +_svnver=23069 _svnmod=mythtv build() { diff --git a/abs/core-testing/mythtv/stable-0.22/mythvideo/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythvideo/PKGBUILD index eea11d7..3212cd3 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythvideo/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythvideo/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythvideo pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Video playback and browsing plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythweather/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythweather/PKGBUILD index 1539157..8b33340 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythweather/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythweather/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythweather pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Weather checking plugin for MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD index 6800135..1895129 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythweb/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythweb pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Web interface for MythTV's backend" url="http://www.mythtv.org" license="GPL" @@ -15,7 +15,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins DOCROOT=/data/srv/httpd/htdocs/mythweb diff --git a/abs/core-testing/mythtv/stable-0.22/mythzoneminder/PKGBUILD b/abs/core-testing/mythtv/stable-0.22/mythzoneminder/PKGBUILD index 7459aa9..8ff9936 100644 --- a/abs/core-testing/mythtv/stable-0.22/mythzoneminder/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.22/mythzoneminder/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythzoneminder pkgver=0.22 -pkgrel=22000 +pkgrel=22001 pkgdesc="Integrates ZoneMinder into MythTV" url="http://www.mythtv.org" license="GPL" @@ -14,7 +14,7 @@ patches=() source=(`echo ${patches[@]:0}`) _svntrunk=http://cvs.mythtv.org/svn/branches/release-0-22-fixes/mythplugins -_svnver=22957 +_svnver=23069 _svnmod=mythplugins diff --git a/abs/extra-testing/community/flashplugin-prerelease/PKGBUILD b/abs/extra-testing/community/flashplugin-prerelease/PKGBUILD new file mode 100644 index 0000000..d6eca0b --- /dev/null +++ b/abs/extra-testing/community/flashplugin-prerelease/PKGBUILD @@ -0,0 +1,28 @@ +# Contributor : Anish Bhatt <anish[removethis][at]gatech[dot]edu> + +pkgname=flashplugin-prerelease +_licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' +pkgver=10.1.51.66 +pkgrel=1 +source=('http://download.macromedia.com/pub/labs/flashplayer10/flashplayer10_1_p2_linux_121709.tar.gz' + "http://www.adobe.com/products/eulas/pdfs/${_licensefile}") +md5sums=('4f56f8235cb72a59d04d64ca4bd442b3' + '1636037610ee2aa35c5fb736a697b7e0') + +pkgdesc='Adobe Flash Player Prerelease' +url='http://labs.adobe.com/technologies/flashplayer10/' +arch=('i686') +depends=('mozilla-common' 'libxt' 'gtk2' 'nss' 'curl') +conflicts=('flashplugin') +provides=('flashplayer') +license=('custom') + +build() { + install -d -m755 ${pkgdir}/usr/lib/mozilla/plugins/ || return 1 + if [ "${CARCH}" = 'i686' ]; then + install -m755 ${srcdir}/install_flash_player_10_linux/libflashplayer.so ${pkgdir}/usr/lib/mozilla/plugins/ || return 1 + fi + install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 + install -m644 "${_licensefile}" ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 +} + |