diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
commit | b172f79fadb565ecfbcec9508f9377d8618a4f4c (patch) | |
tree | bf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/core-testing | |
parent | f9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff) | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing')
8 files changed, 112 insertions, 5 deletions
diff --git a/abs/core-testing/mythstream/PKGBUILD b/abs/core-testing/mythstream/PKGBUILD index 7d1fa44..5137b99 100644 --- a/abs/core-testing/mythstream/PKGBUILD +++ b/abs/core-testing/mythstream/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythstream pkgver=0.18_3 -pkgrel=9 +pkgrel=10 pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." arch=('i686' 'x86_64') url="http://home.kabelfoon.nl/~moongies/streamtuned.html" diff --git a/abs/core-testing/mythtv/stable-0.23/mp_all.sh b/abs/core-testing/mythtv/stable-0.23/mp_all.sh index 192e620..38a5995 100755 --- a/abs/core-testing/mythtv/stable-0.23/mp_all.sh +++ b/abs/core-testing/mythtv/stable-0.23/mp_all.sh @@ -1,6 +1,6 @@ #!/bin/sh pkgver=0.23 -pkgrel=29 +pkgrel=31 # NOTE: Make sure to build and install mythtv first BEFORE building anything else buildlist=('mythtv' 'mytharchive' 'mythbrowser' 'mythgallery' 'mythgame' 'mythmovies' 'mythmusic' 'mythnetvision' 'mythnews' 'mythvideo' 'mythweather' 'mythzoneminder' 'mythweb' 'myththemes' 'morethemes') diff --git a/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD index c36e423..a3420b5 100755 --- a/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythtv pkgver=0.23 -pkgrel=30 +pkgrel=31 pkgdesc="A personal video recorder for Linux" url="http://www.mythtv.org" license="GPL" @@ -37,6 +37,9 @@ build() { done echo "--------------------------done applying patches-----------------------------------------------" + # Fix to allow AC3 5.1 to return http://svn.mythtv.org/trac/ticket/8659 + sed -i 's/#define\ AUDIOMAXFRAMES\ \ \ \ \ \ \ 30/#define\ AUDIOMAXFRAMES\ \ \ \ \ \ \ 0/' libs/libmythtv/avformatdecoder.h + sed -i -e "s/\`(svnversion \$\${SVNTREEDIR} 2>\/dev\/null) || echo Unknown\`/$pkgver/" version.pro [ "$CARCH" = "i686" ] && ARCH="i686" diff --git a/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD index 5fe0dda..bb92f2d 100644 --- a/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD +++ b/abs/core-testing/mythtv/stable-0.23/mythweather/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mythweather pkgver=0.23 -pkgrel=29 +pkgrel=30 pkgdesc="Weather checking plugin for MythTV" url="http://www.mythtv.org" license="GPL" arch=('i686' 'x86_64') -depends=('mythtv>=0.23' 'wget') +depends=('mythtv>=0.23' 'wget' 'perl-date-manip' 'perl-xml-simple' 'perl-xml-xpath' 'perl-image-size' 'perl-datetime-format-iso8601' 'perl-soap-lite') groups=('mythtv-extras') patches=() diff --git a/abs/core-testing/perl_modules/perl-class-factory-util/PKGBUILD b/abs/core-testing/perl_modules/perl-class-factory-util/PKGBUILD new file mode 100644 index 0000000..dadcff8 --- /dev/null +++ b/abs/core-testing/perl_modules/perl-class-factory-util/PKGBUILD @@ -0,0 +1,27 @@ +# $Id:$ +pkgname=perl-class-factory-util +_realname=Class-Factory-Util +pkgver=1.7 +pkgrel=1 +pkgdesc="Provide utility methods for factory classes" +arch=(i686 x86_64) +license=('GPL' 'Artistic') +url="http://search.cpan.org/~drolsky/Class-Factory-Util" +options=(!emptydirs) +depends=('perl') +provides=('class-factory-util=1.7' 'Class::Factory::Util=1.7' 'perl-class-factory-util=1.7') +source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz) +md5sums=('aebd79da361b676a7ecd3245fc3d1b3f') + +build() { + cd ${srcdir}/${_realname}-${pkgver} + # install module in vendor directories. + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + make || return 1 + make install DESTDIR=${pkgdir} || return 1 + + # remove perllocal.pod and .packlist + find ${pkgdir} -name perllocal.pod -delete + find ${pkgdir} -name .packlist -delete +} + diff --git a/abs/core-testing/perl_modules/perl-datetime-format-builder/PKGBUILD b/abs/core-testing/perl_modules/perl-datetime-format-builder/PKGBUILD new file mode 100644 index 0000000..10df715 --- /dev/null +++ b/abs/core-testing/perl_modules/perl-datetime-format-builder/PKGBUILD @@ -0,0 +1,28 @@ +# CPAN Name : DateTime-Format-Builder +# Contributor: Caleb Cushing <xenoterracide@gmail.com> +# Generator : CPANPLUS::Dist::Arch 0.18 +pkgname=perl-datetime-format-builder +pkgver=0.8000 +pkgrel=3 +pkgdesc="Create DateTime parser classes and objects" +arch=('i686' 'x86_64') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +provides=('perl-datetime-format-builder=0.80') +depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72') +url='http://search.cpan.org/dist/DateTime-Format-Builder' +source=('http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz') +md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136') + +build() { + DIST_DIR="${srcdir}/DateTime-Format-Builder-0.80" + export PERL_MM_USE_DEFAULT=1 + { cd "$DIST_DIR" && + perl Makefile.PL INSTALLDIRS=vendor && + make && + make test && + make DESTDIR="$pkgdir" install; + } || return 1; + + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +} diff --git a/abs/core-testing/perl_modules/perl-datetime-format-iso8601/PKGBUILD b/abs/core-testing/perl_modules/perl-datetime-format-iso8601/PKGBUILD new file mode 100644 index 0000000..360b88a --- /dev/null +++ b/abs/core-testing/perl_modules/perl-datetime-format-iso8601/PKGBUILD @@ -0,0 +1,26 @@ +# Contributor: Lukas Fleischer <archlinux at cryptocrack dot de> + +pkgname=perl-datetime-format-iso8601 +pkgver=0.07 +pkgrel=1 +pkgdesc="Parses ISO8601 formats." +arch=('i686' 'x86_64') +url="http://search.cpan.org/dist/DateTime-Format-ISO8601/" +license=('PerlArtistic') +depends=('perl-datetime-format-builder>=0.770.0' 'perl-datetime>=0.18') +#makedepends=('perl-module-build>=0.350.0') +optdepends=('perl-file-find-rule' + 'perl-test-distribution' + 'perl-test-pod') +options=(!emptydirs) +source=("http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-$pkgver.tar.gz") +md5sums=('debb51180d0318ae09cad01c544a1d7d') + +build() { + cd $srcdir/DateTime-Format-ISO8601-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + make || return 1 + make install DESTDIR="${pkgdir}" || return 1 + find ${pkgdir} -name perllocal.pod -delete + find ${pkgdir} -name .packlist -delete +} diff --git a/abs/core-testing/perl_modules/perl-xml-xpath/PKGBUILD b/abs/core-testing/perl_modules/perl-xml-xpath/PKGBUILD new file mode 100644 index 0000000..fddb97d --- /dev/null +++ b/abs/core-testing/perl_modules/perl-xml-xpath/PKGBUILD @@ -0,0 +1,23 @@ +# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman +# Contributor: François Charette <firmicus ατ gmx δοτ net> + +pkgname=perl-xml-xpath +pkgver=1.13 +pkgrel=4 +pkgdesc="A set of modules for parsing and evaluating" +arch=('i686' 'x86_64') +url="http://search.cpan.org/dist/XML-XPath" +license=('GPL' 'PerlArtistic') +depends=('perl>=5.10.0' 'perlxml>=2.23') +options=('!emptydirs') +source=(http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-XPath-$pkgver.tar.gz) +md5sums=('b5919d9220d83982feb6e2321850c5d7') + +build() { + cd $startdir/src/XML-XPath-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + make || return 1 + make install DESTDIR=$startdir/pkg || return 1 + find $startdir/pkg -name '.packlist' -delete + find $startdir/pkg -name '*.pod' -delete +} |