[arch-commits] Commit in fakeroot/repos (8 files)
Date: Monday, June 4, 2012 @ 01:04:59 Author: allan Revision: 160705 archrelease: copy trunk to testing-i686, testing-x86_64 Added: fakeroot/repos/testing-i686/PKGBUILD (from rev 160704, fakeroot/trunk/PKGBUILD) fakeroot/repos/testing-i686/fakeroot.install (from rev 160704, fakeroot/trunk/fakeroot.install) fakeroot/repos/testing-x86_64/PKGBUILD (from rev 160704, fakeroot/trunk/PKGBUILD) fakeroot/repos/testing-x86_64/fakeroot.install (from rev 160704, fakeroot/trunk/fakeroot.install) Deleted: fakeroot/repos/testing-i686/PKGBUILD fakeroot/repos/testing-i686/fakeroot.install fakeroot/repos/testing-x86_64/PKGBUILD fakeroot/repos/testing-x86_64/fakeroot.install -+ testing-i686/PKGBUILD | 70 +++--- testing-i686/fakeroot.install | 28 +++ testing-x86_64/PKGBUILD | 70 +++--- testing-x86_64/fakeroot.install | 28 +++ 4 files changed, 98 insertions(+), 98 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-06-04 05:04:01 UTC (rev 160704) +++ testing-i686/PKGBUILD 2012-06-04 05:04:59 UTC (rev 160705) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Contributor: Jochem Kossen - -pkgname=fakeroot -pkgver=1.18.4 -pkgrel=1 -pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" -arch=('i686' 'x86_64') -license=('GPL') -url="http://packages.debian.org/fakeroot"; -groups=('base-devel') -install=fakeroot.install -depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') -options=('!libtool') -source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) -md5sums=('706171d8d520b1ca1576ac73f2ceb4f3') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \ - --disable-static --with-ipc=sysv - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install - - install -dm755 ${pkgdir}/etc/ld.so.conf.d/ - echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf - - # install README for sysv/tcp usage - install -Dm644 $srcdir/$pkgname-$pkgver/README $pkgdir/usr/share/doc/$pkgname/README -} Copied: fakeroot/repos/testing-i686/PKGBUILD (from rev 160704, fakeroot/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-06-04 05:04:59 UTC (rev 160705) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Jochem Kossen + +pkgname=fakeroot +pkgver=1.18.4 +pkgrel=1 +pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" +arch=('i686' 'x86_64') +license=('GPL') +url="http://packages.debian.org/fakeroot"; +groups=('base-devel') +install=fakeroot.install +depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') +options=('!libtool') +source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) +md5sums=('706171d8d520b1ca1576ac73f2ceb4f3') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \ + --disable-static --with-ipc=sysv + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install + + install -dm755 ${pkgdir}/etc/ld.so.conf.d/ + echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf + + # install README for sysv/tcp usage + install -Dm644 $srcdir/$pkgname-$pkgver/README $pkgdir/usr/share/doc/$pkgname/README +} Deleted: testing-i686/fakeroot.install === --- testing-i686/fakeroot.install 2012-06-04 05:04:01 UTC (rev 160704) +++ testing-i686/fakeroot.install 2012-06-04 05:04:59 UTC (rev 160705) @@ -1,14 +0,0 @@ -post_install() { - sbin/ldconfig -r . -} - -post_upgrade() { - if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then -sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf - fi - sbin/ldconfig -r . -} - -pre_remove() { - sbin/ldconfig -r . -} Copied: fakeroot/repos/testing-i686/fakeroot.install (from rev 160704, fakeroot/trunk/fakeroot.install) === --- testing-i686/fakeroot.install (rev 0) +++ testing-i686/fakeroot.install 2012-06-04 05:04:59 UTC (rev 160705) @@ -0,0 +1,14 @@ +post_install() { + sbin/ldconfig -r . +} + +post_upgrade() { + if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then +sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf + fi + sbin/ldconfig -r . +} + +pre_remove() { + sbin/ldconfig -r . +} Deleted: testing-x86_64/PKGBUILD === --- testing-
[arch-commits] Commit in fakeroot/repos (10 files)
Date: Monday, June 4, 2012 @ 01:04:01 Author: allan Revision: 160704 conflict Added: fakeroot/repos/testing-i686/ fakeroot/repos/testing-i686/PKGBUILD (from rev 160703, fakeroot/trunk/PKGBUILD) fakeroot/repos/testing-i686/fakeroot.install (from rev 160703, fakeroot/trunk/fakeroot.install) fakeroot/repos/testing-x86_64/ fakeroot/repos/testing-x86_64/PKGBUILD (from rev 160703, fakeroot/trunk/PKGBUILD) fakeroot/repos/testing-x86_64/fakeroot.install (from rev 160703, fakeroot/trunk/fakeroot.install) Deleted: fakeroot/repos/testing-i686/PKGBUILD fakeroot/repos/testing-i686/fakeroot.install fakeroot/repos/testing-x86_64/PKGBUILD fakeroot/repos/testing-x86_64/fakeroot.install -+ testing-i686/PKGBUILD | 70 +++--- testing-i686/fakeroot.install | 28 +++ testing-x86_64/PKGBUILD | 70 +++--- testing-x86_64/fakeroot.install | 28 +++ 4 files changed, 98 insertions(+), 98 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-25 03:14:30 UTC (rev 157155) +++ testing-i686/PKGBUILD 2012-06-04 05:04:01 UTC (rev 160704) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Contributor: Jochem Kossen - -pkgname=fakeroot -pkgver=1.18.3 -pkgrel=1 -pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" -arch=('i686' 'x86_64') -license=('GPL') -url="http://packages.debian.org/fakeroot"; -groups=('base-devel') -install=fakeroot.install -depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') -options=('!libtool') -source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) -md5sums=('99c6ba2eb0005086144ee9f1f6fd63f4') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \ - --disable-static --with-ipc=sysv - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install - - install -dm755 ${pkgdir}/etc/ld.so.conf.d/ - echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf - - # install README for sysv/tcp usage - install -Dm644 $srcdir/$pkgname-$pkgver/README $pkgdir/usr/share/doc/$pkgname/README -} Copied: fakeroot/repos/testing-i686/PKGBUILD (from rev 160703, fakeroot/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-06-04 05:04:01 UTC (rev 160704) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Jochem Kossen + +pkgname=fakeroot +pkgver=1.18.4 +pkgrel=1 +pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" +arch=('i686' 'x86_64') +license=('GPL') +url="http://packages.debian.org/fakeroot"; +groups=('base-devel') +install=fakeroot.install +depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') +options=('!libtool') +source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) +md5sums=('706171d8d520b1ca1576ac73f2ceb4f3') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \ + --disable-static --with-ipc=sysv + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install + + install -dm755 ${pkgdir}/etc/ld.so.conf.d/ + echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf + + # install README for sysv/tcp usage + install -Dm644 $srcdir/$pkgname-$pkgver/README $pkgdir/usr/share/doc/$pkgname/README +} Deleted: testing-i686/fakeroot.install === --- testing-i686/fakeroot.install 2012-04-25 03:14:30 UTC (rev 157155) +++ testing-i686/fakeroot.install 2012-06-04 05:04:01 UTC (rev 160704) @@ -1,14 +0,0 @@ -post_install() { - sbin/ldconfig -r . -} - -post_upgrade() { - if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then -sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf - fi - sbin/ldconfig -r . -} - -pre_remove() { - sbin/ldconfig -r . -} Copied: fakeroot/repos/testing-i686/fakeroot.install (from rev 160703, fakeroot/trunk/fakeroot.install) === --- testing-i686/fakeroot.install (rev 0) +++ testing-i686/fakeroot.install 2012-06-04 05:04:01 UTC (rev 160704) @@ -0,0 +1,14 @@ +post_install() { + sbin/ldconfig -r . +} + +post_upgrade() { + if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then +sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf + fi + sbin/ldconfig -r . +} + +pre_remove() { + sbin/ldconfig -r . +} Deleted: testing-x86_64/PKGBUILD ===
[arch-commits] Commit in fakeroot/trunk (PKGBUILD)
Date: Monday, June 4, 2012 @ 01:02:20 Author: allan Revision: 160703 upgpkg: fakeroot 1.18.4-1 upstream update Modified: fakeroot/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-04 03:41:19 UTC (rev 160702) +++ PKGBUILD2012-06-04 05:02:20 UTC (rev 160703) @@ -3,7 +3,7 @@ # Contributor: Jochem Kossen pkgname=fakeroot -pkgver=1.18.3 +pkgver=1.18.4 pkgrel=1 pkgdesc="Gives a fake root environment, useful for building packages as a non-privileged user" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh') options=('!libtool') source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2) -md5sums=('99c6ba2eb0005086144ee9f1f6fd63f4') +md5sums=('706171d8d520b1ca1576ac73f2ceb4f3') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in k3b/repos (10 files)
Date: Sunday, June 3, 2012 @ 23:41:19 Author: eric Revision: 160702 archrelease: copy trunk to staging-i686, staging-x86_64 Added: k3b/repos/staging-i686/ k3b/repos/staging-i686/PKGBUILD (from rev 160701, k3b/trunk/PKGBUILD) k3b/repos/staging-i686/k3b-2.0.2-ffmpeg.patch (from rev 160701, k3b/trunk/k3b-2.0.2-ffmpeg.patch) k3b/repos/staging-i686/k3b-2.0.2-libavformat54.patch (from rev 160701, k3b/trunk/k3b-2.0.2-libavformat54.patch) k3b/repos/staging-i686/k3b.install (from rev 160701, k3b/trunk/k3b.install) k3b/repos/staging-x86_64/ k3b/repos/staging-x86_64/PKGBUILD (from rev 160701, k3b/trunk/PKGBUILD) k3b/repos/staging-x86_64/k3b-2.0.2-ffmpeg.patch (from rev 160701, k3b/trunk/k3b-2.0.2-ffmpeg.patch) k3b/repos/staging-x86_64/k3b-2.0.2-libavformat54.patch (from rev 160701, k3b/trunk/k3b-2.0.2-libavformat54.patch) k3b/repos/staging-x86_64/k3b.install (from rev 160701, k3b/trunk/k3b.install) --+ staging-i686/PKGBUILD| 43 +++ staging-i686/k3b-2.0.2-ffmpeg.patch | 96 + staging-i686/k3b-2.0.2-libavformat54.patch | 22 + staging-i686/k3b.install | 13 +++ staging-x86_64/PKGBUILD | 43 +++ staging-x86_64/k3b-2.0.2-ffmpeg.patch| 96 + staging-x86_64/k3b-2.0.2-libavformat54.patch | 22 + staging-x86_64/k3b.install | 13 +++ 8 files changed, 348 insertions(+) Copied: k3b/repos/staging-i686/PKGBUILD (from rev 160701, k3b/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-04 03:41:19 UTC (rev 160702) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=k3b +pkgver=2.0.2 +pkgrel=5 +pkgdesc="Feature-rich and easy to handle CD burning application" +arch=('i686' 'x86_64') +url="http://k3b.org/"; +license=('GPL') +depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 'libmad' + 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft') +makedepends=('cmake' 'automoc4' 'docbook-xml') +optdepends=('dvd+rw-tools: for dvd burning support' +'vcdimager: for vcd burning support' +'transcode: for advanced mpeg conversion support' +'emovix: for bootable multimedia cd/dvd support' +'cdrdao: for disk-at-once (DAO) mode support') +options=('!libtool') +install=k3b.install +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \ +k3b-2.0.2-ffmpeg.patch k3b-2.0.2-libavformat54.patch) +sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532' + '8120c0e22e6c41ea285ca6060be13723ed91c52b' + '5b35bff3f7670686a32bd71afea2deaca4331631') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch" + patch -p1 -i "${srcdir}/k3b-2.0.2-libavformat54.patch" + cd .. + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install +} Copied: k3b/repos/staging-i686/k3b-2.0.2-ffmpeg.patch (from rev 160701, k3b/trunk/k3b-2.0.2-ffmpeg.patch) === --- staging-i686/k3b-2.0.2-ffmpeg.patch (rev 0) +++ staging-i686/k3b-2.0.2-ffmpeg.patch 2012-06-04 03:41:19 UTC (rev 160702) @@ -0,0 +1,96 @@ +commit 61ca30beb978f68e72257408777c6433f33129bd +Author: Michal Malek +Date: Sun Aug 28 20:18:53 2011 +0200 + +Fixed compilation with new FFMPEG + +BUG: 274817 +FIXED-IN: 2.0.3 + +diff --git a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp +index 0ad59fc..0c5f366 100644 +--- a/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp b/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp +@@ -109,7 +109,13 @@ bool K3bFFMpegFile::open() + #else + ::AVCodecContext* codecContext = d->formatContext->streams[0]->codec; + #endif +-if( codecContext->codec_type != CODEC_TYPE_AUDIO ) { ++if( codecContext->codec_type != ++#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 64, 0) ++AVMEDIA_TYPE_AUDIO) ++#else ++CODEC_TYPE_AUDIO) ++#endif ++{ + kDebug() << "(K3bFFMpegFile) not a simple audio stream: " << m_filename; + return false; + } +@@ -225,8 +231,11 @@ QString K3bFFMpegFile::typeComment() const + QString K3bFFMpegFile::title() const + { + // FIXME: is this UTF8 or something?? +-if( d->formatContext->title[0] != '\0' ) +-return QString::fromLocal8Bit( d->formatContext->title ); ++AVDictionaryEntry *ade = av_dict_get( d->formatContext->metadata, "TITLE", NULL, 0 ); ++if( ade == NULL ) ++return QString(); ++if( a
[arch-commits] Commit in k3b/trunk (PKGBUILD k3b-2.0.2-libavformat54.patch)
Date: Sunday, June 3, 2012 @ 23:40:51 Author: eric Revision: 160701 upgpkg: k3b 2.0.2-5 Rebuild against ffmpeg 0.11, Change cdrdao depends to optdepends (close FS#29016) Added: k3b/trunk/k3b-2.0.2-libavformat54.patch Modified: k3b/trunk/PKGBUILD ---+ PKGBUILD | 21 - k3b-2.0.2-libavformat54.patch | 22 ++ 2 files changed, 34 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-04 01:22:50 UTC (rev 160700) +++ PKGBUILD2012-06-04 03:40:51 UTC (rev 160701) @@ -1,31 +1,34 @@ # $Id$ # Maintainer: Eric Bélanger -# Contributor: damir pkgname=k3b pkgver=2.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Feature-rich and easy to handle CD burning application" arch=('i686' 'x86_64') url="http://k3b.org/"; license=('GPL') -depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' - 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrdao' 'cdrkit' 'libxft') +depends=('kdebase-runtime' 'kdemultimedia-kioslave' 'libsamplerate' 'libmad' + 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft') makedepends=('cmake' 'automoc4' 'docbook-xml') optdepends=('dvd+rw-tools: for dvd burning support' 'vcdimager: for vcd burning support' 'transcode: for advanced mpeg conversion support' -'emovix: for bootable multimedia cd/dvd support') +'emovix: for bootable multimedia cd/dvd support' +'cdrdao: for disk-at-once (DAO) mode support') options=('!libtool') install=k3b.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 \ -k3b-2.0.2-ffmpeg.patch) +k3b-2.0.2-ffmpeg.patch k3b-2.0.2-libavformat54.patch) sha1sums=('8b30a4d07942e82559b01bc07dea6bcf2defd532' - '8120c0e22e6c41ea285ca6060be13723ed91c52b') + '8120c0e22e6c41ea285ca6060be13723ed91c52b' + '5b35bff3f7670686a32bd71afea2deaca4331631') build() { - cd "${srcdir}" - (cd ${pkgname}-${pkgver}; patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch") + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/k3b-2.0.2-ffmpeg.patch" + patch -p1 -i "${srcdir}/k3b-2.0.2-libavformat54.patch" + cd .. mkdir build cd build cmake ../${pkgname}-${pkgver} \ Added: k3b-2.0.2-libavformat54.patch === --- k3b-2.0.2-libavformat54.patch (rev 0) +++ k3b-2.0.2-libavformat54.patch 2012-06-04 03:40:51 UTC (rev 160701) @@ -0,0 +1,22 @@ +Index: k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp +=== +--- k3b-2.0.2.orig/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp k3b-2.0.2/plugins/decoder/ffmpeg/k3bffmpegwrapper.cpp +@@ -88,7 +88,7 @@ bool K3bFFMpegFile::open() + close(); + + // open the file +-int err = ::av_open_input_file( &d->formatContext, m_filename.toLocal8Bit(), 0, 0, 0 ); ++int err = ::avformat_open_input( &d->formatContext, m_filename.toLocal8Bit(), 0, NULL); + if( err < 0 ) { + kDebug() << "(K3bFFMpegFile) unable to open " << m_filename << " with error " << err; + return false; +@@ -143,7 +143,7 @@ bool K3bFFMpegFile::open() + } + + // dump some debugging info +-::dump_format( d->formatContext, 0, m_filename.toLocal8Bit(), 0 ); ++::av_dump_format( d->formatContext, 0, m_filename.toLocal8Bit(), 0 ); + + return true; + }
[arch-commits] Commit in xine-lib/repos (6 files)
Date: Sunday, June 3, 2012 @ 21:22:50 Author: eric Revision: 160700 archrelease: copy trunk to staging-i686, staging-x86_64 Added: xine-lib/repos/staging-i686/ xine-lib/repos/staging-i686/PKGBUILD (from rev 160699, xine-lib/trunk/PKGBUILD) xine-lib/repos/staging-i686/xine-lib-1.2.1-ffmpeg.patch (from rev 160699, xine-lib/trunk/xine-lib-1.2.1-ffmpeg.patch) xine-lib/repos/staging-x86_64/ xine-lib/repos/staging-x86_64/PKGBUILD (from rev 160699, xine-lib/trunk/PKGBUILD) xine-lib/repos/staging-x86_64/xine-lib-1.2.1-ffmpeg.patch (from rev 160699, xine-lib/trunk/xine-lib-1.2.1-ffmpeg.patch) + staging-i686/PKGBUILD | 48 + staging-i686/xine-lib-1.2.1-ffmpeg.patch | 75 +++ staging-x86_64/PKGBUILD| 48 + staging-x86_64/xine-lib-1.2.1-ffmpeg.patch | 75 +++ 4 files changed, 246 insertions(+) Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 160699, xine-lib/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-04 01:22:50 UTC (rev 160700) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=xine-lib +pkgver=1.2.1 +pkgrel=3 +pkgdesc="A multimedia playback engine" +arch=('i686' 'x86_64') +url="http://www.xine-project.org"; +license=('LGPL' 'GPL') +depends=('libxvmc' 'ffmpeg' 'libxinerama') +makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug' + 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' + 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau') +optdepends=('imagemagick: for using the imagemagick plugin' \ +'jack: for using the jack plugin' \ +'vcdimager: for using the vcd plugin' \ +'mesa: for using the opengl plugin' \ +'wavpack: for using the wavpack plugin' \ +'faad2: for using the faad plugin' \ +'libmng: for using the mng plugin' \ +'aalib: for using the aalib plugin' \ +'libmodplug: for using the modplug plugin' \ +'libdca: for using the dca plugin' \ +'a52dec: for using the a52 plugin' \ +'libmad: for using the mp3 plugin' \ +'libmpcdec: for using the musepack plugin' \ +'libcaca: for using the caca plugin' \ +'libbluray: for using the bluray plugin' \ +'gnome-vfs: for using the gnome-vfs plugin' \ +'libvdpau: for using the VDPAU plugin') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz +xine-lib-1.2.1-ffmpeg.patch) +sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94' + '179558f72566574e52f3a79231aac25968f18ff0') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/xine-lib-1.2.1-ffmpeg.patch" + ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: xine-lib/repos/staging-i686/xine-lib-1.2.1-ffmpeg.patch (from rev 160699, xine-lib/trunk/xine-lib-1.2.1-ffmpeg.patch) === --- staging-i686/xine-lib-1.2.1-ffmpeg.patch(rev 0) +++ staging-i686/xine-lib-1.2.1-ffmpeg.patch2012-06-04 01:22:50 UTC (rev 160700) @@ -0,0 +1,75 @@ +# HG changeset patch +# User Edgar Hucek +# Date 1327873178 -3600 +# Node ID 69983efb1c928e64cc1900579b98142cef0569c4 +# Parent 61f51ebc2659363e308bedb10b9fa4e71a60cedc +fix compile against recent ffmpeg + +diff -r 61f51ebc2659 -r 69983efb1c92 src/combined/ffmpeg/ff_video_decoder.c +--- a/src/combined/ffmpeg/ff_video_decoder.c Sat Feb 04 18:52:01 2012 + b/src/combined/ffmpeg/ff_video_decoder.c Sun Jan 29 22:39:38 2012 +0100 +@@ -130,7 +130,9 @@ + + yuv_planes_t yuv; + ++#ifdef AVPaletteControl + AVPaletteControl palette_control; ++#endif + + #ifdef LOG + enum PixelFormat debug_fmt; +@@ -218,7 +220,9 @@ + /* We should really keep track of the ages of xine frames (see +* avcodec_default_get_buffer in libavcodec/utils.c) +* For the moment tell ffmpeg that every frame is new (age = bignumber) */ ++#ifdef AVFRAMEAGE + av_frame->age = 256*256*256*64; ++#endif + + av_frame->type= FF_BUFFER_TYPE_USER; + +@@ -1028,7 +1032,9 @@ + memcpy(this->context->extradata, buf->decoder_info_ptr[2], + buf->decoder_info[2]); + +- } else if (buf->decoder_info[1] == BUF_SPECIAL_PALETTE) { ++ } ++#ifdef AVPaletteControl ++ else if (buf->decoder_info[1] == BUF_SPECIAL_PALETTE) { + unsigned int i; + + palette_entry_t *demuxer_palette; +@@ -1047,7 +1053,9 @@ + } + decoder_palette->palette_changed = 1; + +-
[arch-commits] Commit in xine-lib/trunk (PKGBUILD xine-lib-1.2.1-ffmpeg.patch)
Date: Sunday, June 3, 2012 @ 21:22:22 Author: eric Revision: 160699 upgpkg: xine-lib 1.2.1-3 Rebuild against ffmpeg 0.11 Added: xine-lib/trunk/xine-lib-1.2.1-ffmpeg.patch Modified: xine-lib/trunk/PKGBUILD -+ PKGBUILD|9 +++-- xine-lib-1.2.1-ffmpeg.patch | 75 ++ 2 files changed, 81 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 23:04:50 UTC (rev 160698) +++ PKGBUILD2012-06-04 01:22:22 UTC (rev 160699) @@ -3,7 +3,7 @@ pkgname=xine-lib pkgver=1.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="A multimedia playback engine" arch=('i686' 'x86_64') url="http://www.xine-project.org"; @@ -30,11 +30,14 @@ 'gnome-vfs: for using the gnome-vfs plugin' \ 'libvdpau: for using the VDPAU plugin') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) -sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz +xine-lib-1.2.1-ffmpeg.patch) +sha1sums=('ebb2648456504ff4ce08c34de258d3125832bb94' + '179558f72566574e52f3a79231aac25968f18ff0') build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}/xine-lib-1.2.1-ffmpeg.patch" ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations make } Added: xine-lib-1.2.1-ffmpeg.patch === --- xine-lib-1.2.1-ffmpeg.patch (rev 0) +++ xine-lib-1.2.1-ffmpeg.patch 2012-06-04 01:22:22 UTC (rev 160699) @@ -0,0 +1,75 @@ +# HG changeset patch +# User Edgar Hucek +# Date 1327873178 -3600 +# Node ID 69983efb1c928e64cc1900579b98142cef0569c4 +# Parent 61f51ebc2659363e308bedb10b9fa4e71a60cedc +fix compile against recent ffmpeg + +diff -r 61f51ebc2659 -r 69983efb1c92 src/combined/ffmpeg/ff_video_decoder.c +--- a/src/combined/ffmpeg/ff_video_decoder.c Sat Feb 04 18:52:01 2012 + b/src/combined/ffmpeg/ff_video_decoder.c Sun Jan 29 22:39:38 2012 +0100 +@@ -130,7 +130,9 @@ + + yuv_planes_t yuv; + ++#ifdef AVPaletteControl + AVPaletteControl palette_control; ++#endif + + #ifdef LOG + enum PixelFormat debug_fmt; +@@ -218,7 +220,9 @@ + /* We should really keep track of the ages of xine frames (see +* avcodec_default_get_buffer in libavcodec/utils.c) +* For the moment tell ffmpeg that every frame is new (age = bignumber) */ ++#ifdef AVFRAMEAGE + av_frame->age = 256*256*256*64; ++#endif + + av_frame->type= FF_BUFFER_TYPE_USER; + +@@ -1028,7 +1032,9 @@ + memcpy(this->context->extradata, buf->decoder_info_ptr[2], + buf->decoder_info[2]); + +- } else if (buf->decoder_info[1] == BUF_SPECIAL_PALETTE) { ++ } ++#ifdef AVPaletteControl ++ else if (buf->decoder_info[1] == BUF_SPECIAL_PALETTE) { + unsigned int i; + + palette_entry_t *demuxer_palette; +@@ -1047,7 +1053,9 @@ + } + decoder_palette->palette_changed = 1; + +- } else if (buf->decoder_info[1] == BUF_SPECIAL_RV_CHUNK_TABLE) { ++ } ++#endif ++ else if (buf->decoder_info[1] == BUF_SPECIAL_RV_CHUNK_TABLE) { + int i; + + lprintf("BUF_SPECIAL_RV_CHUNK_TABLE\n"); +@@ -1794,7 +1802,9 @@ + this->av_frame = avcodec_alloc_frame(); + this->context = avcodec_alloc_context(); + this->context->opaque = this; ++#ifdef AVPaletteControl + this->context->palctrl = NULL; ++#endif + + this->decoder_ok= 0; + this->decoder_init_mode = 1; +diff -r 61f51ebc2659 -r 69983efb1c92 src/combined/ffmpeg/ffmpeg_compat.h +--- a/src/combined/ffmpeg/ffmpeg_compat.h Sat Feb 04 18:52:01 2012 + b/src/combined/ffmpeg/ffmpeg_compat.h Sun Jan 29 22:39:38 2012 +0100 +@@ -91,5 +91,9 @@ + # define AVAUDIO 2 + #endif + ++/* AVFrame.age */ ++#if !(LIBAVCODEC_VERSION_MAJOR >= 53 && LIBAVCODEC_VERSION_MAJOR >= 28 && LIBAVCODEC_VERSION_MICRO >= 1) ++# define AVFRAMEAGE 1 ++#endif + + #endif /* XINE_AVCODEC_COMPAT_H */
[arch-commits] Commit in vlc/repos (6 files)
Date: Sunday, June 3, 2012 @ 19:04:50 Author: giovanni Revision: 160698 archrelease: copy trunk to staging-i686, staging-x86_64 Added: vlc/repos/staging-i686/ vlc/repos/staging-i686/PKGBUILD (from rev 160697, vlc/trunk/PKGBUILD) vlc/repos/staging-i686/vlc.install (from rev 160697, vlc/trunk/vlc.install) vlc/repos/staging-x86_64/ vlc/repos/staging-x86_64/PKGBUILD (from rev 160697, vlc/trunk/PKGBUILD) vlc/repos/staging-x86_64/vlc.install (from rev 160697, vlc/trunk/vlc.install) + staging-i686/PKGBUILD | 88 +++ staging-i686/vlc.install | 18 staging-x86_64/PKGBUILD| 88 +++ staging-x86_64/vlc.install | 18 4 files changed, 212 insertions(+) Copied: vlc/repos/staging-i686/PKGBUILD (from rev 160697, vlc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 23:04:50 UTC (rev 160698) @@ -0,0 +1,88 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Sarah Hay +# Contributor: Martin Sandsmark + +pkgname=vlc +pkgver=2.0.1 +pkgrel=3 +pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" +arch=('i686' 'x86_64') +url="http://www.videolan.org/vlc/"; +license=('LGPL2.1' 'GPL2') +depends=('a52dec' 'libdvbpsi' 'libxpm' 'libdca' 'qt' 'libproxy' + 'sdl_image' 'libdvdnav' 'libtiger' 'lua' 'libmatroska' + 'zvbi' 'taglib' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' + 'libshout' 'libmad' 'libmpeg2' 'libmodplug' 'libass' + 'xcb-util-keysyms' 'ttf-freefont') +makedepends=('live-media' 'libnotify' 'libbluray' 'flac' 'kdelibs' + 'fluidsynth' 'libdc1394' 'libavc1394' 'lirc-utils' + 'libcaca' 'librsvg' 'portaudio' 'oss' 'libgme' 'xosd' + 'projectm' 'twolame' 'aalib' 'libmtp' 'libdvdcss' + 'gnome-vfs' 'libgoom2' 'libtar' 'vcdimager') +optdepends=('avahi: for service discovery using bonjour protocol' +'libnotify: for notification plugin' +'ncurses: for ncurses interface support' +'libdvdcss: for decoding encrypted DVDs' +'lirc-utils: for lirc plugin' +'libavc1394: for devices using the 1394ta AV/C' +'libdc1394: for IEEE 1394 plugin' +'kdelibs: KDE Solid hardware integration' +'vdpau-video: vdpau back-end for nvidia' +'libva-driver-intel: back-end for intel cards' +'libbluray: for Blu-Ray support' +'flac: for Free Lossless Audio Codec plugin' +'oss: for OSS audio support' +'portaudio: for portaudio support' +'twolame: for TwoLAME mpeg2 encoder plugin' +'projectm: for ProjectM visualisation plugin' +'libcaca: for colored ASCII art video output' +'libgme: for libgme plugin' +'librsvg: for SVG plugin' +'gnome-vfs: for GNOME Virtual File System support' +'libgoom2: for libgoom plugin' +'vcdimager: navigate VCD with libvcdinfo' +'xosd: for xosd support' +'aalib: for ASCII art plugin' +'libmtp: for MTP devices support' +'fluidsynth: for synthesizer MIDI FluidSynth' +'smbclient: for SMB access plugin') +conflicts=('vlc-plugin') +replaces=('vlc-plugin') +backup=('usr/share/vlc/lua/http/.hosts' +'usr/share/vlc/lua/http/dialogs/.hosts') +options=('!libtool' '!emptydirs') +install=vlc.install +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('5ad114755670e4881a2b35354e2f79bc') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c + + ./configure --prefix=/usr \ + --disable-rpath \ + --enable-oss \ + --enable-faad \ + --enable-nls \ + --enable-lirc \ + --enable-pvr \ + --enable-ncurses \ + --enable-realrtsp \ + --enable-xosd \ + --enable-aa \ + --enable-vcdx + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + for res in 16 32 48 128; do +install -D -m644 "${srcdir}/vlc-${pkgver}/share/icons/${res}x${res}/vlc.png" \ +"${pkgdir}/usr/share/icons/hicolor/${res}x${res}/apps/vlc.png" + done +} Copied: vlc/repos/staging-i686/vlc.install (from rev 160697, vlc/trunk/vlc.install) === --- staging-i686/vlc.install(rev 0) +++ staging-i686/vlc.install2012-06-03 23:04:50 UTC (rev 160698) @@ -0,0 +1,18 @@ +post_install() { +xdg-icon-resource forceupdate --theme hicolor &> /dev/null +usr/lib/vlc/
[arch-commits] Commit in vlc/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 19:04:30 Author: giovanni Revision: 160697 upgpkg: vlc 2.0.1-3 ffmpeg 0.11 and x264 rebuild Modified: vlc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 22:26:49 UTC (rev 160696) +++ PKGBUILD2012-06-03 23:04:30 UTC (rev 160697) @@ -5,7 +5,7 @@ pkgname=vlc pkgver=2.0.1 -pkgrel=2 +pkgrel=3 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/";
[arch-commits] Commit in moc/repos (4 files)
Date: Sunday, June 3, 2012 @ 18:26:49 Author: eric Revision: 160696 archrelease: copy trunk to staging-i686, staging-x86_64 Added: moc/repos/staging-i686/ moc/repos/staging-i686/PKGBUILD (from rev 160695, moc/trunk/PKGBUILD) moc/repos/staging-x86_64/ moc/repos/staging-x86_64/PKGBUILD (from rev 160695, moc/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 56 ++ staging-x86_64/PKGBUILD | 56 ++ 2 files changed, 112 insertions(+) Copied: moc/repos/staging-i686/PKGBUILD (from rev 160695, moc/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 22:26:49 UTC (rev 160696) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=moc +pkgver=20120224 +pkgrel=2 +pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats" +arch=('i686' 'x86_64') +url="http://moc.daper.net/"; +license=('GPL') +depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file') +makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug') +optdepends=('speex: for using the speex plugin' + 'ffmpeg: for using the ffmpeg plugin' + 'taglib: for using the musepack plugin' + 'libmpcdec: for using the musepack plugin' +'wavpack: for using the wavpack plugin' + 'libmodplug: for using the modplug plugin') +options=('!libtool') +source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig}) +sha1sums=('8ad3521d99fe6f2514907088c70e50c84ec09b46' + 'e8b2396d99692b0c4f85971d3fa6f5aecb1eb9d3') + +# source PKGBUILD && mksource +mksource() { + [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) + _svnver=2412 + _svntrunk="svn://daper.net/moc/trunk" + _svnmod="${pkgname}-${pkgver}" + mkdir ${pkgname}-${pkgver} + pushd ${pkgname}-${pkgver} + svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod} + find . -depth -type d -name .svn -exec rm -rf {} \; + tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/* + popd + rm -r ${pkgname}-${pkgver} + gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + +# Disabling aac to use the external ffmpeg to play them (FS#13164) + autoreconf -i + ./configure --prefix=/usr --without-rcc --without-aac \ +--with-oss --with-alsa --with-jack --with-mp3 \ +--with-musepack --with-vorbis --with-flac --with-wavpack \ +--with-sndfile --with-modplug --with-ffmpeg --with-speex \ +--with-samplerate --with-curl --disable-debug + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: moc/repos/staging-x86_64/PKGBUILD (from rev 160695, moc/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-06-03 22:26:49 UTC (rev 160696) @@ -0,0 +1,56 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=moc +pkgver=20120224 +pkgrel=2 +pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats" +arch=('i686' 'x86_64') +url="http://moc.daper.net/"; +license=('GPL') +depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file') +makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug') +optdepends=('speex: for using the speex plugin' + 'ffmpeg: for using the ffmpeg plugin' + 'taglib: for using the musepack plugin' + 'libmpcdec: for using the musepack plugin' +'wavpack: for using the wavpack plugin' + 'libmodplug: for using the modplug plugin') +options=('!libtool') +source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig}) +sha1sums=('8ad3521d99fe6f2514907088c70e50c84ec09b46' + 'e8b2396d99692b0c4f85971d3fa6f5aecb1eb9d3') + +# source PKGBUILD && mksource +mksource() { + [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) + _svnver=2412 + _svntrunk="svn://daper.net/moc/trunk" + _svnmod="${pkgname}-${pkgver}" + mkdir ${pkgname}-${pkgver} + pushd ${pkgname}-${pkgver} + svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod} + find . -depth -type d -name .svn -exec rm -rf {} \; + tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/* + popd + rm -r ${pkgname}-${pkgver} + gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + +# Disabling aac to use the external ffmpeg to play them (FS#13164) + autoreconf -i + ./configure --prefix=/usr --without-rcc --without-aac \ +--with-oss --with-alsa --with-jack --with-mp3 \ +--with-musepack --with-vorbis --with-flac --with-wav
[arch-commits] Commit in moc/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 18:26:34 Author: eric Revision: 160695 upgpkg: moc 20120224-2 Rebuild against ffmpeg 0.11 Modified: moc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 22:00:36 UTC (rev 160694) +++ PKGBUILD2012-06-03 22:26:34 UTC (rev 160695) @@ -3,7 +3,7 @@ pkgname=moc pkgver=20120224 -pkgrel=1 +pkgrel=2 pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats" arch=('i686' 'x86_64') url="http://moc.daper.net/";
[arch-commits] Commit in avidemux/repos (6 files)
Date: Sunday, June 3, 2012 @ 18:00:36 Author: eric Revision: 160694 archrelease: copy trunk to staging-i686, staging-x86_64 Added: avidemux/repos/staging-i686/ avidemux/repos/staging-i686/PKGBUILD (from rev 160693, avidemux/trunk/PKGBUILD) avidemux/repos/staging-i686/avidemux.install (from rev 160693, avidemux/trunk/avidemux.install) avidemux/repos/staging-x86_64/ avidemux/repos/staging-x86_64/PKGBUILD (from rev 160693, avidemux/trunk/PKGBUILD) avidemux/repos/staging-x86_64/avidemux.install (from rev 160693, avidemux/trunk/avidemux.install) -+ staging-i686/PKGBUILD | 116 ++ staging-i686/avidemux.install | 11 +++ staging-x86_64/PKGBUILD | 116 ++ staging-x86_64/avidemux.install | 11 +++ 4 files changed, 254 insertions(+) Copied: avidemux/repos/staging-i686/PKGBUILD (from rev 160693, avidemux/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 22:00:36 UTC (rev 160694) @@ -0,0 +1,116 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgbase=avidemux +pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt') +pkgver=2.5.6 +pkgrel=3 +arch=('i686' 'x86_64') +license=('GPL') +url="http://fixounet.free.fr/avidemux/"; +makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \ + 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libsamplerate' \ + 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva') +options=('!makeflags') +source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz) +sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5') + +build() { + cd "${srcdir}/${pkgbase}_${pkgver}" + mkdir build + cd build + cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 .. + make + +# plugin build expects libraries to be already installed; we fake a prefix +# in build/ by symlinking all libraries to build/lib/ + mkdir -p lib + cd lib + find ../avidemux -name '*.so*' | xargs ln -sft . + cd ../../plugins + mkdir build + cd build + cmake -D CMAKE_INSTALL_PREFIX=/usr -D AVIDEMUX_SOURCE_DIR="${srcdir}/avidemux_${pkgver}" \ +-D AVIDEMUX_CORECONFIG_DIR="${srcdir}/avidemux_${pkgver}/build/config" \ +-D AVIDEMUX_INSTALL_PREFIX="${srcdir}/avidemux_${pkgver}/build" \ +-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON .. + make +} + +package_avidemux-cli() { + pkgdesc="A graphical tool to edit video (filter/re-encode/split)" + depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva') + optdepends=('lame: for the corresponding audio encoder plugin' + 'faac: for the corresponding audio encoder plugin' + 'faad2: for the corresponding audio decoder plugin' + 'opencore-amr: for the corresponding audio decoder plugin' + 'jack: for the corresponding audio device plugin' + 'libpulse: for the corresponding audio device plugin' + 'sdl: for the corresponding audio device plugin' + 'x264: for the corresponding video encoder plugin' + 'xvidcore: for the corresponding video encoder plugin') + provides=('avidemux') + conflicts=('avidemux') + replaces=('avidemux') + + cd "${srcdir}/${pkgbase}_${pkgver}/build" + make DESTDIR="${pkgdir}" install + + cd "${srcdir}/${pkgbase}_${pkgver}/plugins/build" + make DESTDIR="${pkgdir}" install + rm -r "${pkgdir}"/usr/share/avidemux + rm "${pkgdir}"/usr/bin/avidemux2_{gtk,qt4} + rm "${pkgdir}"/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so + rm "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so + rm "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so + rm "${pkgdir}"/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so + + ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so "${pkgdir}/usr/lib/libADM_vidEnc_xvid.so" + ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so "${pkgdir}/usr/lib/libADM_vidEnc_x264.so" + + install -D -m644 ../../avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png" + install -D -m644 ../../man/avidemux.1 "${pkgdir}/usr/share/man/man1/avidemux.1" +} + +package_avidemux-gtk() { + pkgdesc="A graphical tool to edit video (filter/re-encode/split) - GTK GUI" + depends=("avidemux-cli=${pkgver}" 'gtk2' 'libxv' 'desktop-file-utils') + install=avidemux.install + + cd "${srcdir}/${pkgbase}_${pkgver}" + install -D -m755 build/avidemux/avidemux2_gtk "${pkgdir}/usr/bin/avidemux2_gtk" + + install -d "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/{x264,xvid} + install -d "${pkgdir}"/usr/lib/ADM_plugins/videoFilter + + install -D -m755 build/lib/*{_gtk,Gtk}.so "${pkgdir}/usr/lib" + install -D -m755 plugins/build/ADM_videoEncoder/ADM_vidEnc_x264/gtk/*Gtk.so "${pkgdir}/usr/lib/ADM_plugins/videoEncoder/x2
[arch-commits] Commit in avidemux/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 18:00:17 Author: eric Revision: 160693 upgpkg: avidemux 2.5.6-3 Rebuild against x264 20120602 Modified: avidemux/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 19:17:38 UTC (rev 160692) +++ PKGBUILD2012-06-03 22:00:17 UTC (rev 160693) @@ -4,7 +4,7 @@ pkgbase=avidemux pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt') pkgver=2.5.6 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('GPL') url="http://fixounet.free.fr/avidemux/";
[arch-commits] Commit in slim/repos (40 files)
Date: Sunday, June 3, 2012 @ 15:17:38 Author: tpowa Revision: 160692 archrelease: copy trunk to extra-i686, extra-x86_64 Added: slim/repos/extra-i686/PKGBUILD (from rev 160691, slim/trunk/PKGBUILD) slim/repos/extra-i686/fix-numlock-1.3.3.patch (from rev 160691, slim/trunk/fix-numlock-1.3.3.patch) slim/repos/extra-i686/install (from rev 160691, slim/trunk/install) slim/repos/extra-i686/logrotate (from rev 160691, slim/trunk/logrotate) slim/repos/extra-i686/pam.d (from rev 160691, slim/trunk/pam.d) slim/repos/extra-i686/ptr_pam.patch (from rev 160691, slim/trunk/ptr_pam.patch) slim/repos/extra-i686/rc.d (from rev 160691, slim/trunk/rc.d) slim/repos/extra-i686/session-name.patch (from rev 160691, slim/trunk/session-name.patch) slim/repos/extra-i686/slim.service (from rev 160691, slim/trunk/slim.service) slim/repos/extra-i686/tty-slowness.patch (from rev 160691, slim/trunk/tty-slowness.patch) slim/repos/extra-x86_64/PKGBUILD (from rev 160691, slim/trunk/PKGBUILD) slim/repos/extra-x86_64/fix-numlock-1.3.3.patch (from rev 160691, slim/trunk/fix-numlock-1.3.3.patch) slim/repos/extra-x86_64/install (from rev 160691, slim/trunk/install) slim/repos/extra-x86_64/logrotate (from rev 160691, slim/trunk/logrotate) slim/repos/extra-x86_64/pam.d (from rev 160691, slim/trunk/pam.d) slim/repos/extra-x86_64/ptr_pam.patch (from rev 160691, slim/trunk/ptr_pam.patch) slim/repos/extra-x86_64/rc.d (from rev 160691, slim/trunk/rc.d) slim/repos/extra-x86_64/session-name.patch (from rev 160691, slim/trunk/session-name.patch) slim/repos/extra-x86_64/slim.service (from rev 160691, slim/trunk/slim.service) slim/repos/extra-x86_64/tty-slowness.patch (from rev 160691, slim/trunk/tty-slowness.patch) Deleted: slim/repos/extra-i686/PKGBUILD slim/repos/extra-i686/fix-numlock-1.3.3.patch slim/repos/extra-i686/install slim/repos/extra-i686/logrotate slim/repos/extra-i686/pam.d slim/repos/extra-i686/ptr_pam.patch slim/repos/extra-i686/rc.d slim/repos/extra-i686/session-name.patch slim/repos/extra-i686/slim.service slim/repos/extra-i686/tty-slowness.patch slim/repos/extra-x86_64/PKGBUILD slim/repos/extra-x86_64/fix-numlock-1.3.3.patch slim/repos/extra-x86_64/install slim/repos/extra-x86_64/logrotate slim/repos/extra-x86_64/pam.d slim/repos/extra-x86_64/ptr_pam.patch slim/repos/extra-x86_64/rc.d slim/repos/extra-x86_64/session-name.patch slim/repos/extra-x86_64/slim.service slim/repos/extra-x86_64/tty-slowness.patch --+ extra-i686/PKGBUILD | 130 - extra-i686/fix-numlock-1.3.3.patch | 92 +++ extra-i686/install | 14 +-- extra-i686/logrotate | 18 ++-- extra-i686/pam.d | 19 ++-- extra-i686/ptr_pam.patch | 104 +- extra-i686/rc.d | 72 +- extra-i686/session-name.patch| 42 +- extra-i686/slim.service | 18 ++-- extra-i686/tty-slowness.patch| 60 +++ extra-x86_64/PKGBUILD| 130 - extra-x86_64/fix-numlock-1.3.3.patch | 92 +++ extra-x86_64/install | 14 +-- extra-x86_64/logrotate | 18 ++-- extra-x86_64/pam.d | 19 ++-- extra-x86_64/ptr_pam.patch | 104 +- extra-x86_64/rc.d| 72 +- extra-x86_64/session-name.patch | 42 +- extra-x86_64/slim.service| 18 ++-- extra-x86_64/tty-slowness.patch | 60 +++ 20 files changed, 570 insertions(+), 568 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 160691:160692 to see the changes.
[arch-commits] Commit in slim/trunk (PKGBUILD pam.d)
Date: Sunday, June 3, 2012 @ 15:16:24 Author: tpowa Revision: 160691 upgpkg: slim 1.3.3-5 fix pam file #30119 Modified: slim/trunk/PKGBUILD slim/trunk/pam.d --+ PKGBUILD |4 ++-- pam.d|1 + 2 files changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 19:15:39 UTC (rev 160690) +++ PKGBUILD2012-06-03 19:16:24 UTC (rev 160691) @@ -6,7 +6,7 @@ pkgname=slim pkgver=1.3.3 -pkgrel=4 +pkgrel=5 pkgdesc='Desktop-independent graphical login manager for X11' arch=('i686' 'x86_64') url='http://slim.berlios.de/' @@ -57,7 +57,7 @@ } md5sums=('ce53e44c1e4a2eacf5bb7688ee2a5de8' 'd8ea9c4dee2811524b67f4f666311a1f' - 'ebfff3417058619a1328284ae0e2f48e' + 'd33edc74724c6ca00445767ce38fc732' '43da096480bf72c3ccec8ad8400f34f0' '7c0bf1fb6292537e2c63ec04f8532079' 'ae4b237d472ec5d373e30080aa0ff804' Modified: pam.d === --- pam.d 2012-06-03 19:15:39 UTC (rev 160690) +++ pam.d 2012-06-03 19:16:24 UTC (rev 160691) @@ -7,3 +7,4 @@ session requiredpam_limits.so session requiredpam_unix.so session optionalpam_loginuid.so +sessionoptionalpam_systemd.so
[arch-commits] Commit in mono-upnp/repos (4 files)
Date: Sunday, June 3, 2012 @ 15:15:39 Author: daniel Revision: 160690 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mono-upnp/repos/extra-i686/PKGBUILD (from rev 160689, mono-upnp/trunk/PKGBUILD) mono-upnp/repos/extra-x86_64/PKGBUILD (from rev 160689, mono-upnp/trunk/PKGBUILD) Deleted: mono-upnp/repos/extra-i686/PKGBUILD mono-upnp/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 62 +++- extra-x86_64/PKGBUILD | 62 +++- 2 files changed, 60 insertions(+), 64 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 19:15:15 UTC (rev 160689) +++ extra-i686/PKGBUILD 2012-06-03 19:15:39 UTC (rev 160690) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann -# Contributor: Balló György - -pkgname=mono-upnp -pkgver=0.1.1 -pkgrel=1 -pkgdesc="UPNP binding for Mono/.NET" -arch=('i686' 'x86_64') -url="https://github.com/mono/mono-upnp"; -license=('MIT') -depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') -source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('35b3e2ab07407eed018a5b24c22241aa') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh --help - - sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in - ./configure --prefix=/usr - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} Copied: mono-upnp/repos/extra-i686/PKGBUILD (from rev 160689, mono-upnp/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 19:15:39 UTC (rev 160690) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Daniel Isenmann +# Contributor: Balló György + +pkgname=mono-upnp +pkgver=0.1.2 +pkgrel=1 +pkgdesc="UPNP binding for Mono/.NET" +arch=('i686' 'x86_64') +url="https://github.com/mono/mono-upnp"; +license=('MIT') +depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') +source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('9fd681bc1fee67db8a54f5da1a3805dc') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-06-03 19:15:15 UTC (rev 160689) +++ extra-x86_64/PKGBUILD 2012-06-03 19:15:39 UTC (rev 160690) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Daniel Isenmann -# Contributor: Balló György - -pkgname=mono-upnp -pkgver=0.1.1 -pkgrel=1 -pkgdesc="UPNP binding for Mono/.NET" -arch=('i686' 'x86_64') -url="https://github.com/mono/mono-upnp"; -license=('MIT') -depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') -source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('35b3e2ab07407eed018a5b24c22241aa') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh --help - - sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in - ./configure --prefix=/usr - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR="$pkgdir/" install - - install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} Copied: mono-upnp/repos/extra-x86_64/PKGBUILD (from rev 160689, mono-upnp/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-06-03 19:15:39 UTC (rev 160690) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Daniel Isenmann +# Contributor: Balló György + +pkgname=mono-upnp +pkgver=0.1.2 +pkgrel=1 +pkgdesc="UPNP binding for Mono/.NET" +arch=('i686' 'x86_64') +url="https://github.com/mono/mono-upnp"; +license=('MIT') +depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') +source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('9fd681bc1fee67db8a54f5da1a3805dc') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +}
[arch-commits] Commit in mono-upnp/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 15:15:15 Author: daniel Revision: 160689 upgpkg: mono-upnp 0.1.2-1 new upstream release Modified: mono-upnp/trunk/PKGBUILD --+ PKGBUILD |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 19:14:37 UTC (rev 160688) +++ PKGBUILD2012-06-03 19:15:15 UTC (rev 160689) @@ -3,23 +3,21 @@ # Contributor: Balló György pkgname=mono-upnp -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="UPNP binding for Mono/.NET" arch=('i686' 'x86_64') url="https://github.com/mono/mono-upnp"; license=('MIT') depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') -source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('35b3e2ab07407eed018a5b24c22241aa') +source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('9fd681bc1fee67db8a54f5da1a3805dc') build() { cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh --help sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in ./configure --prefix=/usr - make }
[arch-commits] Commit in banshee/repos (12 files)
Date: Sunday, June 3, 2012 @ 15:14:37 Author: daniel Revision: 160688 archrelease: copy trunk to extra-i686, extra-x86_64 Added: banshee/repos/extra-i686/PKGBUILD (from rev 160687, banshee/trunk/PKGBUILD) banshee/repos/extra-i686/banshee-recent-gpod.patch (from rev 160687, banshee/trunk/banshee-recent-gpod.patch) banshee/repos/extra-i686/banshee.install (from rev 160687, banshee/trunk/banshee.install) banshee/repos/extra-x86_64/PKGBUILD (from rev 160687, banshee/trunk/PKGBUILD) banshee/repos/extra-x86_64/banshee-recent-gpod.patch (from rev 160687, banshee/trunk/banshee-recent-gpod.patch) banshee/repos/extra-x86_64/banshee.install (from rev 160687, banshee/trunk/banshee.install) Deleted: banshee/repos/extra-i686/PKGBUILD banshee/repos/extra-i686/banshee-recent-gpod.patch banshee/repos/extra-i686/banshee.install banshee/repos/extra-x86_64/PKGBUILD banshee/repos/extra-x86_64/banshee-recent-gpod.patch banshee/repos/extra-x86_64/banshee.install + extra-i686/PKGBUILD| 98 +++ extra-i686/banshee-recent-gpod.patch | 48 +++ extra-i686/banshee.install | 30 - extra-x86_64/PKGBUILD | 98 +++ extra-x86_64/banshee-recent-gpod.patch | 48 +++ extra-x86_64/banshee.install | 30 - 6 files changed, 176 insertions(+), 176 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 19:14:10 UTC (rev 160687) +++ extra-i686/PKGBUILD 2012-06-03 19:14:37 UTC (rev 160688) @@ -1,49 +0,0 @@ -# $Id: PKGBUILD 141668 2011-11-02 03:17:12Z eric $ -# Maintainer: Daniel Isenmann -# Contributor: György Balló - -pkgname=banshee -pkgver=2.4.0 -pkgrel=1 -pkgdesc="Music management and playback for GNOME" -arch=('i686' 'x86_64') -url="http://banshee.fm/"; -license=('MIT') -depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info gstreamer0.10-bad-plugins mono-upnp) -makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans') -optdepends=('gstreamer0.10-good-plugins: Extra media codecs' -'gstreamer0.10-ugly-plugins: Extra media codecs' -'gstreamer0.10-ffmpeg: Extra media codecs' -'brasero: CD burning') -options=('!libtool') -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/2.4/$pkgname-$pkgver.tar.xz -banshee-recent-gpod.patch) -md5sums=('a719717d02ed26cccf4e6432edd48a31' - 'e988bb83e1a49e5f0da5958e8af6508e') - -build() { - export MONO_SHARED_DIR="$srcdir/.wabi" - mkdir -p "$MONO_SHARED_DIR" - - cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/banshee-recent-gpod.patch" - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-docs \ - --disable-static \ - --disable-scrollkeeper \ - --disable-schemas-install \ - --with-vendor-build-id=ArchLinux - make -} - -package() { - export MONO_SHARED_DIR="$srcdir/.wabi" - mkdir -p "$MONO_SHARED_DIR" - - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" -} Copied: banshee/repos/extra-i686/PKGBUILD (from rev 160687, banshee/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 19:14:37 UTC (rev 160688) @@ -0,0 +1,49 @@ +# $Id: PKGBUILD 141668 2011-11-02 03:17:12Z eric $ +# Maintainer: Daniel Isenmann +# Contributor: György Balló + +pkgname=banshee +pkgver=2.4.1 +pkgrel=1 +pkgdesc="Music management and playback for GNOME" +arch=('i686' 'x86_64') +url="http://banshee.fm/"; +license=('MIT') +depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info gstreamer0.10-bad-plugins mono-upnp) +makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans') +optdepends=('gstreamer0.10-good-plugins: Extra media codecs' +'gstreamer0.10-ugly-plugins: Extra media codecs' +'gstreamer0.10-ffmpeg: Extra media codecs' +'brasero: CD burning') +options=('!libtool') +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/2.4/$pkgname-$pkgver.tar.xz +banshee-recent-gpod.patch) +md5sums=('18d77594e524ff5e51c5cca5c6b31a34' + 'e988bb83e1a49e5f0da5958e8af6508e') + +build() { + export MONO_SHARED_DIR="$srcdir/.wabi
[arch-commits] Commit in banshee/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 15:14:10 Author: daniel Revision: 160687 upgpkg: banshee 2.4.1-1 new upstream release Modified: banshee/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 18:36:06 UTC (rev 160686) +++ PKGBUILD2012-06-03 19:14:10 UTC (rev 160687) @@ -3,7 +3,7 @@ # Contributor: György Balló pkgname=banshee -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="Music management and playback for GNOME" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/2.4/$pkgname-$pkgver.tar.xz banshee-recent-gpod.patch) -md5sums=('a719717d02ed26cccf4e6432edd48a31' +md5sums=('18d77594e524ff5e51c5cca5c6b31a34' 'e988bb83e1a49e5f0da5958e8af6508e') build() {
[arch-commits] Commit in libtasn1/repos (8 files)
Date: Sunday, June 3, 2012 @ 14:36:06 Author: andyrtr Revision: 160686 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libtasn1/repos/extra-i686/PKGBUILD (from rev 160685, libtasn1/trunk/PKGBUILD) libtasn1/repos/extra-i686/libtasn1.install (from rev 160685, libtasn1/trunk/libtasn1.install) libtasn1/repos/extra-x86_64/PKGBUILD (from rev 160685, libtasn1/trunk/PKGBUILD) libtasn1/repos/extra-x86_64/libtasn1.install (from rev 160685, libtasn1/trunk/libtasn1.install) Deleted: libtasn1/repos/extra-i686/PKGBUILD libtasn1/repos/extra-i686/libtasn1.install libtasn1/repos/extra-x86_64/PKGBUILD libtasn1/repos/extra-x86_64/libtasn1.install ---+ extra-i686/PKGBUILD | 72 extra-i686/libtasn1.install | 36 ++-- extra-x86_64/PKGBUILD | 72 extra-x86_64/libtasn1.install | 36 ++-- 4 files changed, 108 insertions(+), 108 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 18:35:24 UTC (rev 160685) +++ extra-i686/PKGBUILD 2012-06-03 18:36:06 UTC (rev 160686) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: judd - -pkgname=libtasn1 -pkgver=2.12 -pkgrel=1 -pkgdesc="The ASN.1 library used in GNUTLS" -arch=('i686' 'x86_64') -license=('GPL3' 'LGPL') -url="http://www.gnu.org/software/libtasn1/"; -depends=('glibc' 'texinfo') -options=('!libtool') -install=libtasn1.install -source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('b73539aee5444efb5e606b94bdf3ec5bfedb8620' - 'c260eae1003b4195b3a1065252b69e95ae482661') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --with-packager=Archlinux \ - --with-packager-bug-reports="http://bugs.archlinux.org/"; \ - --with-packager-version=${pkgver}-${pkgrel} - make -} - -check() { - cd "${srcdir}/${pkgname}-${pkgver}" - make check -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: libtasn1/repos/extra-i686/PKGBUILD (from rev 160685, libtasn1/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 18:36:06 UTC (rev 160686) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: judd + +pkgname=libtasn1 +pkgver=2.13 +pkgrel=1 +pkgdesc="The ASN.1 library used in GNUTLS" +arch=('i686' 'x86_64') +license=('GPL3' 'LGPL') +url="http://www.gnu.org/software/libtasn1/"; +depends=('glibc' 'texinfo') +options=('!libtool') +install=libtasn1.install +source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('89120584bfedd244dab92df99e955a174c481851' + '2f9ce2aef6c1bd78f462e95de531b2b61f59d13c') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --with-packager=Archlinux \ + --with-packager-bug-reports="http://bugs.archlinux.org/"; \ + --with-packager-version=${pkgver}-${pkgrel} + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/libtasn1.install === --- extra-i686/libtasn1.install 2012-06-03 18:35:24 UTC (rev 160685) +++ extra-i686/libtasn1.install 2012-06-03 18:36:06 UTC (rev 160686) @@ -1,18 +0,0 @@ -info_dir=/usr/share/info -info_files=(libtasn1.info) - -post_install() { - for f in ${info_files[@]}; do -install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - for f in ${info_files[@]}; do -install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null - done -} Copied: libtasn1/repos/extra-i686/libtasn1.install (from rev 160685, libtasn1/trunk/libtasn1.install) === --- extra-i686/libtasn1.install (rev 0) +++ extra-i686/libtasn1.install 2012-06-03 18:36:06 UTC (rev 160686) @@ -0,0 +1,18 @@ +info_dir=/usr/share/info +info_files=(libtasn1.info) + +post_install() { + for f in ${info_files[@]}; do +install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null + done +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + for f in ${info_files[@]}; do +install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null + done +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-06-03 18:35:24 UTC (rev 160685) +++ extra-x86_64/PKGBUILD 2012-06-03 18:36:06 UTC (rev 160686) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot
[arch-commits] Commit in libtasn1/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 14:35:24 Author: andyrtr Revision: 160685 upgpkg: libtasn1 2.13-1 upstream update 2.13 Modified: libtasn1/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 18:04:35 UTC (rev 160684) +++ PKGBUILD2012-06-03 18:35:24 UTC (rev 160685) @@ -3,7 +3,7 @@ # Contributor: judd pkgname=libtasn1 -pkgver=2.12 +pkgver=2.13 pkgrel=1 pkgdesc="The ASN.1 library used in GNUTLS" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ depends=('glibc' 'texinfo') options=('!libtool') install=libtasn1.install -source=(ftp://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) -sha1sums=('b73539aee5444efb5e606b94bdf3ec5bfedb8620' - 'c260eae1003b4195b3a1065252b69e95ae482661') +source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig}) +sha1sums=('89120584bfedd244dab92df99e955a174c481851' + '2f9ce2aef6c1bd78f462e95de531b2b61f59d13c') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in audacious-plugins/repos (4 files)
Date: Sunday, June 3, 2012 @ 14:04:35 Author: bisson Revision: 160684 archrelease: copy trunk to staging-i686, staging-x86_64 Added: audacious-plugins/repos/staging-i686/ audacious-plugins/repos/staging-i686/PKGBUILD (from rev 160683, audacious-plugins/trunk/PKGBUILD) audacious-plugins/repos/staging-x86_64/ audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 160683, audacious-plugins/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 63 ++ staging-x86_64/PKGBUILD | 63 ++ 2 files changed, 126 insertions(+) Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 160683, audacious-plugins/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 18:04:35 UTC (rev 160684) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Alexander Fehr +# Contributor: William Rea +# Maintainer: Gaetan Bisson + +pkgname=audacious-plugins +pkgver=3.2.3 +pkgrel=2 +pkgdesc='Plugins for Audacious' +url='http://audacious-media-player.org/' +license=('GPL') +arch=('i686' 'x86_64') + +makedepends=("audacious>=${pkgver}" + 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' + 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' + 'libnotify' 'lirc-utils' 'curl' 'libmtp' + 'neon' 'libmms' 'libcue') + +optdepends=('oss: Open Sound System v4 output' +'alsa-lib: Advanced Linux Sound Arch. output' +'pulseaudio: PulseAudio output' +'jack2: Jack Audio Connection Kit output' +'lame: FileWriter MP3 output' +'libvorbis: Vorbis input, FileWriter Vorbis output' +'flac: FLAC input, FileWriter FLAC output' + +'mpg123: MP3 input' +'faad2: AAC input' +'ffmpeg: ffaudio input' +'libmodplug: modplug input' +'fluidsynth: MIDI FluidSynth backend input' +'libcdio: CD Digital Audio input' +'libsidplay: Commodore 64 audio input' +'wavpack: WavPack input' + +'libnotify: libnotify OSD' +'lirc-utils: LIRC' +'curl: AudioScrobbler Client' +'libmtp: Upload to MTP device' + +'neon: neon-based http transport' +'libmms: libmms-based mms transport' +'libcue: CUE playlist format') + +source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) +sha1sums=('87a795c4ecf645ad36ffe7bb3a7b5691e0316f71') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --enable-amidiplug \ + --disable-adplug \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Copied: audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 160683, audacious-plugins/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-06-03 18:04:35 UTC (rev 160684) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Alexander Fehr +# Contributor: William Rea +# Maintainer: Gaetan Bisson + +pkgname=audacious-plugins +pkgver=3.2.3 +pkgrel=2 +pkgdesc='Plugins for Audacious' +url='http://audacious-media-player.org/' +license=('GPL') +arch=('i686' 'x86_64') + +makedepends=("audacious>=${pkgver}" + 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' + 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' + 'libnotify' 'lirc-utils' 'curl' 'libmtp' + 'neon' 'libmms' 'libcue') + +optdepends=('oss: Open Sound System v4 output' +'alsa-lib: Advanced Linux Sound Arch. output' +'pulseaudio: PulseAudio output' +'jack2: Jack Audio Connection Kit output' +'lame: FileWriter MP3 output' +'libvorbis: Vorbis input, FileWriter Vorbis output' +'flac: FLAC input, FileWriter FLAC output' + +'mpg123: MP3 input' +'faad2: AAC input' +'ffmpeg: ffaudio input' +'libmodplug: modplug input' +'fluidsynth: MIDI FluidSynth backend input' +'libcdio: CD Digital Audio input' +'libsidplay: Commodore 64 audio input' +'wavpack: WavPack input' + +'libnotify: libnotify OSD' +'lirc-utils: LIRC' +'curl: AudioScrobbler Client' +'libmtp: Upload to MTP device' + +'neon: neon-based http transport' +'libmms: libmms-based mms transport' +'libcue: CUE playlist format') + +source=("http://distfiles.audacious-media-play
[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 14:04:01 Author: bisson Revision: 160683 rebuild for ffmpeg-0.11 Modified: audacious-plugins/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 17:43:39 UTC (rev 160682) +++ PKGBUILD2012-06-03 18:04:01 UTC (rev 160683) @@ -5,7 +5,7 @@ pkgname=audacious-plugins pkgver=3.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='Plugins for Audacious' url='http://audacious-media-player.org/' license=('GPL')
[arch-commits] Commit in mpd/repos (10 files)
Date: Sunday, June 3, 2012 @ 13:43:39 Author: bisson Revision: 160682 archrelease: copy trunk to staging-i686, staging-x86_64 Added: mpd/repos/staging-i686/ mpd/repos/staging-i686/PKGBUILD (from rev 160681, mpd/trunk/PKGBUILD) mpd/repos/staging-i686/install (from rev 160681, mpd/trunk/install) mpd/repos/staging-i686/rc.d (from rev 160681, mpd/trunk/rc.d) mpd/repos/staging-i686/tmpfiles.d (from rev 160681, mpd/trunk/tmpfiles.d) mpd/repos/staging-x86_64/ mpd/repos/staging-x86_64/PKGBUILD (from rev 160681, mpd/trunk/PKGBUILD) mpd/repos/staging-x86_64/install (from rev 160681, mpd/trunk/install) mpd/repos/staging-x86_64/rc.d (from rev 160681, mpd/trunk/rc.d) mpd/repos/staging-x86_64/tmpfiles.d (from rev 160681, mpd/trunk/tmpfiles.d) ---+ staging-i686/PKGBUILD | 65 staging-i686/install | 11 +++ staging-i686/rc.d | 25 staging-i686/tmpfiles.d |1 staging-x86_64/PKGBUILD | 65 staging-x86_64/install| 11 +++ staging-x86_64/rc.d | 25 staging-x86_64/tmpfiles.d |1 8 files changed, 204 insertions(+) Copied: mpd/repos/staging-i686/PKGBUILD (from rev 160681, mpd/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 17:43:39 UTC (rev 160682) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Gaetan Bisson +# Contributor: Angel Velasquez +# Contributor: Andrea Scarpino +# Contributor: Damir Perisa +# Contributor: Ben + +pkgname=mpd +pkgver=0.16.8 +pkgrel=4 +pkgdesc='Flexible, powerful, server-side application for playing music' +url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki' +license=('GPL') +arch=('i686' 'x86_64') +depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2' + 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag' + 'libpulse') +makedepends=('doxygen') +source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"; +'tmpfiles.d' +'rc.d') +sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1' + 'f4d5922abb69abb739542d8e93f4dfd748acdad7' + '3470d489565f0ed479f1665dd2876f66acb5a585') + +backup=('etc/mpd.conf') +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-lastfm \ + --enable-jack \ + --enable-pulse \ + --enable-documentation \ + --disable-libwrap \ + --disable-cue \ + --disable-sidplay \ + --disable-documentation \ + --with-systemdsystemunitdir=/usr/lib/systemd/system + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + sed \ + -e '/^#playlist_directory/c playlist_directory "/var/lib/mpd/playlists"' \ + -e '/^#db_file/c db_file "/var/lib/mpd/mpd.db"' \ + -e '/^#pid_file/c pid_file "/run/mpd/mpd.pid"' \ + -e '/^#state_file/c state_file "/var/lib/mpd/mpdstate"' \ + -e '/^#user/c user "mpd"' \ + -i doc/mpdconf.example + + install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/mpd + install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists + install -Dm644 doc/mpdconf.example "${pkgdir}"/etc/mpd.conf + install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf +} Copied: mpd/repos/staging-i686/install (from rev 160681, mpd/trunk/install) === --- staging-i686/install(rev 0) +++ staging-i686/install2012-06-03 17:43:39 UTC (rev 160682) @@ -0,0 +1,11 @@ +post_install() { + getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null + getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/false -G audio mpd >/dev/null + true +} + +post_remove() { + getent passwd mpd &>/dev/null && userdel mpd >/dev/null + getent group mpd &>/dev/null && groupdel mpd >/dev/null + true +} Copied: mpd/repos/staging-i686/rc.d (from rev 160681, mpd/trunk/rc.d) === --- staging-i686/rc.d (rev 0) +++ staging-i686/rc.d 2012-06-03 17:43:39 UTC (rev 160682) @@ -0,0 +1,25 @@ +#!/bin/bash + +. /etc/rc.conf +. /etc/rc.d/functions + +case "$1" in + start) + stat_busy 'Starting Music Player Daemon' + /usr/bin/mpd /etc/mpd.conf &> /dev/null && + { add_daemon mpd; stat_done; } || stat_fail +
[arch-commits] Commit in mpd/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 13:42:56 Author: bisson Revision: 160681 rebuild for ffmpeg-0.11 Modified: mpd/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 16:55:40 UTC (rev 160680) +++ PKGBUILD2012-06-03 17:42:56 UTC (rev 160681) @@ -7,7 +7,7 @@ pkgname=mpd pkgver=0.16.8 -pkgrel=3 +pkgrel=4 pkgdesc='Flexible, powerful, server-side application for playing music' url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki' license=('GPL')
[arch-commits] Commit in gstreamer0.10-ugly/repos (6 files)
Date: Sunday, June 3, 2012 @ 12:55:40 Author: ibiru Revision: 160680 archrelease: copy trunk to staging-i686, staging-x86_64 Added: gstreamer0.10-ugly/repos/staging-i686/ gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 160679, gstreamer0.10-ugly/trunk/PKGBUILD) gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch (from rev 160679, gstreamer0.10-ugly/trunk/opencore-amr.patch) gstreamer0.10-ugly/repos/staging-x86_64/ gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD (from rev 160679, gstreamer0.10-ugly/trunk/PKGBUILD) gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch (from rev 160679, gstreamer0.10-ugly/trunk/opencore-amr.patch) ---+ staging-i686/PKGBUILD | 51 staging-i686/opencore-amr.patch | 35 staging-x86_64/PKGBUILD | 51 staging-x86_64/opencore-amr.patch | 35 4 files changed, 172 insertions(+) Copied: gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 160679, gstreamer0.10-ugly/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 16:55:40 UTC (rev 160680) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=gstreamer0.10-ugly +pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins') +pkgver=0.10.19 +pkgrel=2 +arch=('i686' 'x86_64') +license=('LGPL') +makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') +url="http://gstreamer.freedesktop.org/"; +options=(!libtool) +source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz +opencore-amr.patch) +md5sums=('ba26045c8c8c91f0d48d327ccf53ac0c' + 'd8feb6c99bfaff8be6b2c48ea4e98e47') + +build() { + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + patch -Np0 -i "${srcdir}/opencore-amr.patch" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ +--disable-static --enable-experimental \ +--with-package-name="GStreamer Ugly Plugins (Archlinux)" \ +--with-package-origin="http://www.archlinux.org/"; + make + sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile +} + +check() { + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + make check +} + +package_gstreamer0.10-ugly() { + pkgdesc="GStreamer Multimedia Framework Ugly plugin libraries" + depends=('gstreamer0.10-base>=0.10.34') + + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + make DESTDIR="${pkgdir}" install +} + +package_gstreamer0.10-ugly-plugins() { + pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)" + depends=("gstreamer0.10-ugly=${pkgver}" 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr') + groups=('gstreamer0.10-plugins') + replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 'gstreamer0.10-a52dec') + conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 'gstreamer0.10-a52dec') + + cd "${srcdir}/gst-plugins-ugly-${pkgver}" + make -C ext DESTDIR="${pkgdir}" install +} Copied: gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch (from rev 160679, gstreamer0.10-ugly/trunk/opencore-amr.patch) === --- staging-i686/opencore-amr.patch (rev 0) +++ staging-i686/opencore-amr.patch 2012-06-03 16:55:40 UTC (rev 160680) @@ -0,0 +1,35 @@ +--- ext/amrnb/amrnbdec.h.orig 2012-03-12 16:49:14.417405139 + ext/amrnb/amrnbdec.h 2012-03-12 16:49:35.393899419 + +@@ -22,7 +22,7 @@ + + #include + #include +-#include ++#include + + G_BEGIN_DECLS + +--- ext/amrnb/amrnbenc.h.orig 2012-03-12 16:49:23.833996062 + ext/amrnb/amrnbenc.h 2012-03-12 16:49:46.597141876 + +@@ -21,7 +21,7 @@ + #define __GST_AMRNBENC_H__ + + #include +-#include ++#include + #include + + G_BEGIN_DECLS +--- ext/amrwbdec/amrwbdec.h.orig 2012-03-12 16:47:48.658100992 + ext/amrwbdec/amrwbdec.h2012-03-12 16:48:12.177910733 + +@@ -22,8 +22,8 @@ + + #include + #include +-#include +-#include ++#include ++#include + + G_BEGIN_DECLS + Copied: gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD (from rev 160679, gstreamer0.10-ugly/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-06-03 16:55:40 UTC (rev 160680) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgbase=gstreamer0.10-ugly +pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins') +pkgver=0.10.19 +pkgrel=2 +arch=('i686'
[arch-commits] Commit in gstreamer0.10-ugly/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 12:54:40 Author: ibiru Revision: 160679 x264 rebuild Modified: gstreamer0.10-ugly/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 16:32:18 UTC (rev 160678) +++ PKGBUILD2012-06-03 16:54:40 UTC (rev 160679) @@ -4,7 +4,7 @@ pkgbase=gstreamer0.10-ugly pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins') pkgver=0.10.19 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('LGPL') makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
[arch-commits] Commit in mkinitcpio-busybox/repos (5 files)
Date: Sunday, June 3, 2012 @ 12:32:18 Author: dreisner Revision: 160678 db-move: moved mkinitcpio-busybox from [testing] to [core] (x86_64) Added: mkinitcpio-busybox/repos/core-x86_64/PKGBUILD (from rev 160675, mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD) mkinitcpio-busybox/repos/core-x86_64/config (from rev 160675, mkinitcpio-busybox/repos/testing-x86_64/config) Deleted: mkinitcpio-busybox/repos/core-x86_64/PKGBUILD mkinitcpio-busybox/repos/core-x86_64/config mkinitcpio-busybox/repos/testing-x86_64/ --+ PKGBUILD | 68 +- config | 2033 ++--- 2 files changed, 1054 insertions(+), 1047 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 160677:160678 to see the changes.
[arch-commits] Commit in mkinitcpio-busybox/repos (5 files)
Date: Sunday, June 3, 2012 @ 12:32:16 Author: dreisner Revision: 160677 db-move: moved mkinitcpio-busybox from [testing] to [core] (i686) Added: mkinitcpio-busybox/repos/core-i686/PKGBUILD (from rev 160675, mkinitcpio-busybox/repos/testing-i686/PKGBUILD) mkinitcpio-busybox/repos/core-i686/config (from rev 160675, mkinitcpio-busybox/repos/testing-i686/config) Deleted: mkinitcpio-busybox/repos/core-i686/PKGBUILD mkinitcpio-busybox/repos/core-i686/config mkinitcpio-busybox/repos/testing-i686/ --+ PKGBUILD | 68 +- config | 2033 ++--- 2 files changed, 1054 insertions(+), 1047 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 160676:160677 to see the changes.
[arch-commits] Commit in mkinitcpio/repos (5 files)
Date: Sunday, June 3, 2012 @ 12:32:15 Author: dreisner Revision: 160676 db-move: moved mkinitcpio from [testing] to [core] (any) Added: mkinitcpio/repos/core-any/PKGBUILD (from rev 160675, mkinitcpio/repos/testing-any/PKGBUILD) mkinitcpio/repos/core-any/mkinitcpio.install (from rev 160675, mkinitcpio/repos/testing-any/mkinitcpio.install) Deleted: mkinitcpio/repos/core-any/PKGBUILD mkinitcpio/repos/core-any/mkinitcpio.install mkinitcpio/repos/testing-any/ + PKGBUILD | 61 +-- mkinitcpio.install | 16 ++--- 2 files changed, 38 insertions(+), 39 deletions(-) Deleted: core-any/PKGBUILD === --- core-any/PKGBUILD 2012-06-03 16:21:40 UTC (rev 160675) +++ core-any/PKGBUILD 2012-06-03 16:32:15 UTC (rev 160676) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Dave Reisner -# Maintainer: Thomas Bächler - -pkgname=mkinitcpio -pkgver=0.9.0 -pkgrel=2 -pkgdesc="Modular initramfs image creation utility" -arch=('any') -url="http://www.archlinux.org/"; -license=('GPL') -depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod>=3' 'util-linux>=2.21' 'libarchive' 'coreutils' - 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 'udev>=182-3') -optdepends=('xz: Use lzma or xz compression for the initramfs image' -'bzip2: Use bzip2 compression for the initramfs image' -'lzop: Use lzo compression for the initramfs image' -'mkinitcpio-nfs-utils: Support for root filesystem on NFS') -backup=('etc/mkinitcpio.conf') -source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz";) -install=mkinitcpio.install -md5sums=('cbe4783c39e48dff91385f443d300103') -sha256sums=('e4a58ccb3b5293931fbc28de6b48df7e9e6fe63b41ef7b5038ea33a2e01dc878') - -package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install - - # compat symlink - install -dm755 "$pkgdir/sbin" - ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio" -} - Copied: mkinitcpio/repos/core-any/PKGBUILD (from rev 160675, mkinitcpio/repos/testing-any/PKGBUILD) === --- core-any/PKGBUILD (rev 0) +++ core-any/PKGBUILD 2012-06-03 16:32:15 UTC (rev 160676) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Dave Reisner +# Maintainer: Thomas Bächler + +pkgname=mkinitcpio +pkgver=0.9.1 +pkgrel=1 +pkgdesc="Modular initramfs image creation utility" +arch=('any') +url="http://www.archlinux.org/"; +license=('GPL') +depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod>=3' 'util-linux>=2.21' 'libarchive' 'coreutils' + 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 'systemd-tools') +optdepends=('xz: Use lzma or xz compression for the initramfs image' +'bzip2: Use bzip2 compression for the initramfs image' +'lzop: Use lzo compression for the initramfs image' +'mkinitcpio-nfs-utils: Support for root filesystem on NFS') +backup=('etc/mkinitcpio.conf') +source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz";) +install=mkinitcpio.install +sha256sums=('c5093277e1c199fa8b9550548ddce61ce03606ea55ef8a012e2129cdb3d5cb54') + +package() { + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install + + # compat symlink + install -dm755 "$pkgdir/sbin" + ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio" +} + Deleted: core-any/mkinitcpio.install === --- core-any/mkinitcpio.install 2012-06-03 16:21:40 UTC (rev 160675) +++ core-any/mkinitcpio.install 2012-06-03 16:32:15 UTC (rev 160676) @@ -1,8 +0,0 @@ -#!/bin/sh - -post_upgrade() { - if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then -printf '==> If your /usr is on a separate partition, you must add the "usr" hook\n' -printf 'to /etc/mkinitcpio.conf and regenerate your images before rebooting\n' - fi -} Copied: mkinitcpio/repos/core-any/mkinitcpio.install (from rev 160675, mkinitcpio/repos/testing-any/mkinitcpio.install) === --- core-any/mkinitcpio.install (rev 0) +++ core-any/mkinitcpio.install 2012-06-03 16:32:15 UTC (rev 160676) @@ -0,0 +1,8 @@ +#!/bin/sh + +post_upgrade() { + if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then +printf '==> If your /usr is on a separate partition, you must add the "usr" hook\n' +printf 'to /etc/mkinitcpio.conf and regenerate your images before rebooting\n' + fi +}
[arch-commits] Commit in mplayer/repos (10 files)
Date: Sunday, June 3, 2012 @ 12:21:40 Author: ibiru Revision: 160675 archrelease: copy trunk to staging-i686, staging-x86_64 Added: mplayer/repos/staging-i686/ mplayer/repos/staging-i686/PKGBUILD (from rev 160674, mplayer/trunk/PKGBUILD) mplayer/repos/staging-i686/mplayer.desktop (from rev 160674, mplayer/trunk/mplayer.desktop) mplayer/repos/staging-i686/mplayer.install (from rev 160674, mplayer/trunk/mplayer.install) mplayer/repos/staging-i686/mplayer.png (from rev 160674, mplayer/trunk/mplayer.png) mplayer/repos/staging-x86_64/ mplayer/repos/staging-x86_64/PKGBUILD (from rev 160674, mplayer/trunk/PKGBUILD) mplayer/repos/staging-x86_64/mplayer.desktop (from rev 160674, mplayer/trunk/mplayer.desktop) mplayer/repos/staging-x86_64/mplayer.install (from rev 160674, mplayer/trunk/mplayer.install) mplayer/repos/staging-x86_64/mplayer.png (from rev 160674, mplayer/trunk/mplayer.png) + staging-i686/PKGBUILD | 75 +++ staging-i686/mplayer.desktop | 21 ++ staging-i686/mplayer.install | 11 + staging-x86_64/PKGBUILD| 75 +++ staging-x86_64/mplayer.desktop | 21 ++ staging-x86_64/mplayer.install | 11 + 6 files changed, 214 insertions(+) Copied: mplayer/repos/staging-i686/PKGBUILD (from rev 160674, mplayer/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 16:21:40 UTC (rev 160675) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Hugo Doria + +pkgbase=mplayer +pkgname=('mplayer' 'mencoder') +pkgver=34992 +pkgrel=1 +arch=('i686' 'x86_64') +makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' +'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils' 'libxvmc' 'enca' 'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx' +'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio') +license=('GPL') +url="http://www.mplayerhq.hu/"; +options=(!buildflags !emptydirs) +source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop) +md5sums=('04642b1eb68671577ff53bb84839253a' + 'c0d6ef795cf6de48e3b87ff7c23f0319') + +build() { +cd "$srcdir/$pkgbase" + +./configure --prefix=/usr \ +--enable-runtime-cpudetection \ +--disable-gui \ +--disable-arts \ +--disable-liblzo \ +--disable-speex \ +--disable-openal \ +--disable-libdv \ +--disable-musepack \ +--disable-esd \ +--disable-mga \ +--disable-ass-internal \ +--disable-cdparanoia \ +--enable-xvmc \ +--enable-radio \ +--enable-radio-capture \ +--language=all \ +--confdir=/etc/mplayer \ + --extra-cflags="-fpermissive" +[ "$CARCH" = "i686" ] && sed 's|-march=i486|-march=i686|g' -i config.mak + +make +} + +package_mplayer() { +pkgdesc="A movie player for linux" +install=mplayer.install +backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf') +depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig' 'libgl' +'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi' +'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 'libxxf86vm' 'libbluray' 'libcdio') + +cd "$srcdir/$pkgbase" + +make DESTDIR="$pkgdir" install-mplayer install-mplayer-man +install -Dm644 etc/{codecs.conf,input.conf,example.conf} "$pkgdir/etc/mplayer/" +install -dm755 "$pkgdir/usr/share/mplayer/" +ln -s /usr/share/fonts/TTF/DejaVuSans.ttf "$pkgdir/usr/share/mplayer/subfont.ttf" +rm -rf "$pkgdir/usr/share/mplayer/font" +#desktop file FS#14770 +install -Dm644 "$srcdir/mplayer.desktop" "$pkgdir/usr/share/applications/mplayer.desktop" +install -Dm644 etc/mplayer256x256.png "$pkgdir/usr/share/pixmaps/mplayer.png" +} + +package_mencoder() { +pkgdesc="Free command line video decoding, encoding and filtering tool" +depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' +'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio') + +cd "$srcdir/$pkgbase" +make DESTDIR="$pkgdir" install-mencoder install-mencoder-man +find "$pkgdir/usr/share/man" -name 'mplayer.1' -exec bash -c 'mv "$1" "${1/mplayer/mencoder}"' _ {} \; +} Copied: mplayer/repos/staging-i686/mplayer.d
[arch-commits] Commit in perl-net-server/repos/extra-any (PKGBUILD PKGBUILD)
Date: Sunday, June 3, 2012 @ 12:18:17 Author: juster Revision: 160674 archrelease: copy trunk to extra-any Added: perl-net-server/repos/extra-any/PKGBUILD (from rev 160673, perl-net-server/trunk/PKGBUILD) Deleted: perl-net-server/repos/extra-any/PKGBUILD --+ PKGBUILD | 94 + 1 file changed, 46 insertions(+), 48 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-06-03 16:18:09 UTC (rev 160673) +++ PKGBUILD2012-06-03 16:18:17 UTC (rev 160674) @@ -1,48 +0,0 @@ -# Packager: Justin "juster" Davis -# $Id$ - -pkgname=perl-net-server -pkgver=0.99 -pkgrel=2 -pkgdesc="Extensible, general Perl server engine" -arch=(any) -license=(PerlArtistic GPL) -options=(!emptydirs) -depends=('perl') -url=https://metacpan.org/release/Net-Server -source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-${pkgver}.tar.gz";) -md5sums=(1ae03dff8b1009216a2e5d8f4c9a47b1) -sha512sums=(e9d233657a116cab054f269f73e0c341d265871238076850d43e1fbeb9a99e5abedf09a1c5f95834ef14de834c993f772820a380083c8a28b174360b4b8056fe) -_distdir="${srcdir}/Net-Server-${pkgver}" - -build() -( -export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make -) - -check() -( -export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test -) - -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: -# vim:set ts=2 sw=2 et: Copied: perl-net-server/repos/extra-any/PKGBUILD (from rev 160673, perl-net-server/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-06-03 16:18:17 UTC (rev 160674) @@ -0,0 +1,46 @@ +# Maintainer: Justin Davis (juster) +# $Id$ + +pkgname=perl-net-server +pkgver=2.002 +pkgrel=1 +pkgdesc='Extensible, general Perl server engine' +arch=(any) +license=(PerlArtistic GPL) +options=(!emptydirs) +depends=(perl) +url=https://metacpan.org/release/Net-Server +source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz";) +md5sums=(7e6fed08f0d9a39202e919ad1360bda9) +sha512sums=(fea00d4e7a7029682759ce7da5e41dd8a433fad75a7c33279b6ffa6ee44e63326b65b2f2d80942424fc86c1a42762a9abef60740530d915c8d3e8ef3761a6562) +_dir="$srcdir/Net-Server-$pkgver" + +build() +( + cd "$_dir" + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + unset PERL5LIB PERL_MM_OPT + /usr/bin/perl Makefile.PL + make +) + +check() +( + cd "$_dir" + export PERL_MM_USE_DEFAULT=1 + unset PERL5LIB + make test +) + +package() +( + cd "$_dir" + make install INSTALLDIRS=vendor DESTDIR="$pkgdir" + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +) + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-net-server/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 12:18:09 Author: juster Revision: 160673 upgpkg: perl-net-server 2.002-1 Modified: perl-net-server/trunk/PKGBUILD --+ PKGBUILD | 50 -- 1 file changed, 24 insertions(+), 26 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 16:16:53 UTC (rev 160672) +++ PKGBUILD2012-06-03 16:18:09 UTC (rev 160673) @@ -1,45 +1,43 @@ -# Packager: Justin "juster" Davis +# Maintainer: Justin Davis (juster) # $Id$ pkgname=perl-net-server -pkgver=0.99 -pkgrel=2 -pkgdesc="Extensible, general Perl server engine" +pkgver=2.002 +pkgrel=1 +pkgdesc='Extensible, general Perl server engine' arch=(any) license=(PerlArtistic GPL) options=(!emptydirs) -depends=('perl') +depends=(perl) url=https://metacpan.org/release/Net-Server -source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-${pkgver}.tar.gz";) -md5sums=(1ae03dff8b1009216a2e5d8f4c9a47b1) -sha512sums=(e9d233657a116cab054f269f73e0c341d265871238076850d43e1fbeb9a99e5abedf09a1c5f95834ef14de834c993f772820a380083c8a28b174360b4b8056fe) -_distdir="${srcdir}/Net-Server-${pkgver}" +source=("http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz";) +md5sums=(7e6fed08f0d9a39202e919ad1360bda9) +sha512sums=(fea00d4e7a7029682759ce7da5e41dd8a433fad75a7c33279b6ffa6ee44e63326b65b2f2d80942424fc86c1a42762a9abef60740530d915c8d3e8ef3761a6562) +_dir="$srcdir/Net-Server-$pkgver" build() ( -export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make + cd "$_dir" + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + unset PERL5LIB PERL_MM_OPT + /usr/bin/perl Makefile.PL + make ) check() ( -export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test + cd "$_dir" + export PERL_MM_USE_DEFAULT=1 + unset PERL5LIB + make test ) -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} +package() +( + cd "$_dir" + make install INSTALLDIRS=vendor DESTDIR="$pkgdir" + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +) # Local Variables: # mode: shell-script
[arch-commits] Commit in mplayer/trunk (PKGBUILD live-media.patch)
Date: Sunday, June 3, 2012 @ 12:16:53 Author: ibiru Revision: 160672 bump to latest snapshot rebuild x264 Modified: mplayer/trunk/PKGBUILD Deleted: mplayer/trunk/live-media.patch --+ PKGBUILD | 15 ++- live-media.patch | 13 - 2 files changed, 6 insertions(+), 22 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 15:50:03 UTC (rev 160671) +++ PKGBUILD2012-06-03 16:16:53 UTC (rev 160672) @@ -4,7 +4,7 @@ pkgbase=mplayer pkgname=('mplayer' 'mencoder') -pkgver=34799 +pkgver=34992 pkgrel=1 arch=('i686' 'x86_64') makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' @@ -13,17 +13,13 @@ license=('GPL') url="http://www.mplayerhq.hu/"; options=(!buildflags !emptydirs) -source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop -live-media.patch) -md5sums=('e8bd960bcdb48fdc5a1f45390dc13c53' - 'c0d6ef795cf6de48e3b87ff7c23f0319' - 'b6c057633ff7001ee0c102b5f81ec1e3') +source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop) +md5sums=('04642b1eb68671577ff53bb84839253a' + 'c0d6ef795cf6de48e3b87ff7c23f0319') build() { cd "$srcdir/$pkgbase" -patch -Np0 -i "$srcdir/live-media.patch" - ./configure --prefix=/usr \ --enable-runtime-cpudetection \ --disable-gui \ @@ -41,7 +37,8 @@ --enable-radio \ --enable-radio-capture \ --language=all \ ---confdir=/etc/mplayer +--confdir=/etc/mplayer \ + --extra-cflags="-fpermissive" [ "$CARCH" = "i686" ] && sed 's|-march=i486|-march=i686|g' -i config.mak make Deleted: live-media.patch === --- live-media.patch2012-06-03 15:50:03 UTC (rev 160671) +++ live-media.patch2012-06-03 16:16:53 UTC (rev 160672) @@ -1,13 +0,0 @@ -Index: libmpdemux/demux_rtp.cpp -=== libmpdemux/demux_rtp.cpp (revision 34798) -+++ libmpdemux/demux_rtp.cpp (working copy) -@@ -19,6 +19,8 @@ - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -+#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1 -+ - extern "C" { - // on MinGW, we must include windows.h before the things it conflicts - #ifdef __MINGW32__// with. they are each protected from
[arch-commits] Commit in ffmpeg/repos (4 files)
Date: Sunday, June 3, 2012 @ 11:50:03 Author: ibiru Revision: 160671 archrelease: copy trunk to staging-i686, staging-x86_64 Added: ffmpeg/repos/staging-i686/ ffmpeg/repos/staging-i686/PKGBUILD (from rev 160670, ffmpeg/trunk/PKGBUILD) ffmpeg/repos/staging-x86_64/ ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 160670, ffmpeg/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 59 ++ staging-x86_64/PKGBUILD | 59 ++ 2 files changed, 118 insertions(+) Copied: ffmpeg/repos/staging-i686/PKGBUILD (from rev 160670, ffmpeg/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 15:50:03 UTC (rev 160671) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Tom Newsom +# Contributor: Paul Mattal + +pkgname=ffmpeg +pkgver=0.11 +pkgrel=1 +epoch=1 +pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" +arch=('i686' 'x86_64') +url="http://ffmpeg.org/"; +license=('GPL') +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib) +makedepends=('yasm' 'git' 'libvdpau') +source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2) +md5sums=('101e1092582bbfca8f2a204cbcecb8fc') + +build() { + cd "$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--enable-libmp3lame \ +--enable-libvorbis \ +--enable-libxvid \ +--enable-libx264 \ +--enable-libvpx \ +--enable-libtheora \ +--enable-libgsm \ +--enable-libspeex \ +--enable-postproc \ +--enable-shared \ +--enable-x11grab \ +--enable-libopencore_amrnb \ +--enable-libopencore_amrwb \ +--enable-libschroedinger \ +--enable-libopenjpeg \ +--enable-librtmp \ +--enable-libpulse \ +--enable-libv4l2 \ +--enable-gpl \ +--enable-version3 \ +--enable-runtime-cpudetect \ +--disable-debug \ +--disable-static + + make + make tools/qt-faststart + make doc/ff{mpeg,play,server}.1 +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install install-man + install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" +} + +# vim:set ts=2 sw=2 et: Copied: ffmpeg/repos/staging-x86_64/PKGBUILD (from rev 160670, ffmpeg/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-06-03 15:50:03 UTC (rev 160671) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Tom Newsom +# Contributor: Paul Mattal + +pkgname=ffmpeg +pkgver=0.11 +pkgrel=1 +epoch=1 +pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" +arch=('i686' 'x86_64') +url="http://ffmpeg.org/"; +license=('GPL') +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib) +makedepends=('yasm' 'git' 'libvdpau') +source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2) +md5sums=('101e1092582bbfca8f2a204cbcecb8fc') + +build() { + cd "$pkgname-$pkgver" + + ./configure \ +--prefix=/usr \ +--enable-libmp3lame \ +--enable-libvorbis \ +--enable-libxvid \ +--enable-libx264 \ +--enable-libvpx \ +--enable-libtheora \ +--enable-libgsm \ +--enable-libspeex \ +--enable-postproc \ +--enable-shared \ +--enable-x11grab \ +--enable-libopencore_amrnb \ +--enable-libopencore_amrwb \ +--enable-libschroedinger \ +--enable-libopenjpeg \ +--enable-librtmp \ +--enable-libpulse \ +--enable-libv4l2 \ +--enable-gpl \ +--enable-version3 \ +--enable-runtime-cpudetect \ +--disable-debug \ +--disable-static + + make + make tools/qt-faststart + make doc/ff{mpeg,play,server}.1 +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install install-man + install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 11:44:16 Author: ibiru Revision: 160670 update to 0.11 switch to released versions Modified: ffmpeg/trunk/PKGBUILD --+ PKGBUILD | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 15:05:06 UTC (rev 160669) +++ PKGBUILD2012-06-03 15:44:16 UTC (rev 160670) @@ -4,20 +4,20 @@ # Contributor: Paul Mattal pkgname=ffmpeg -pkgver=20120509 +pkgver=0.11 pkgrel=1 +epoch=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') url="http://ffmpeg.org/"; license=('GPL') -depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib) makedepends=('yasm' 'git' 'libvdpau') -#git clone git://git.videolan.org/ffmpeg.git -source=(ftp://ftp.archlinux.org/other/ffmpeg/$pkgname-$pkgver.tar.xz) -md5sums=('a35359e424608f369d380f03e4dc9966') +source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2) +md5sums=('101e1092582bbfca8f2a204cbcecb8fc') build() { - cd "$pkgname" + cd "$pkgname-$pkgver" ./configure \ --prefix=/usr \ @@ -38,6 +38,7 @@ --enable-libopenjpeg \ --enable-librtmp \ --enable-libpulse \ +--enable-libv4l2 \ --enable-gpl \ --enable-version3 \ --enable-runtime-cpudetect \ @@ -50,7 +51,7 @@ } package() { - cd "$pkgname" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install install-man install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" }
[arch-commits] Commit in x264/repos (4 files)
Date: Sunday, June 3, 2012 @ 11:05:06 Author: ibiru Revision: 160669 archrelease: copy trunk to staging-i686, staging-x86_64 Added: x264/repos/staging-i686/ x264/repos/staging-i686/PKGBUILD (from rev 160668, x264/trunk/PKGBUILD) x264/repos/staging-x86_64/ x264/repos/staging-x86_64/PKGBUILD (from rev 160668, x264/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 35 +++ staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: x264/repos/staging-i686/PKGBUILD (from rev 160668, x264/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-06-03 15:05:06 UTC (rev 160669) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: damir +# Contributor: Paul Mattal + +pkgname=x264 +pkgver=20120602 +pkgrel=1 +pkgdesc="free library for encoding H264/AVC video streams" +arch=('i686' 'x86_64') +url="http://www.videolan.org/developers/x264.html"; +license=('GPL') +depends=('glibc') +makedepends=('yasm') +source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2) +md5sums=('50e6dc7a1031a19c710e912dffb19a7a') + +build() { +cd "$pkgname-snapshot-$pkgver-2245-stable" + +./configure --enable-shared + +make +} +package() { +cd "$pkgname-snapshot-$pkgver-2245-stable" + +make DESTDIR="$pkgdir" \ + bindir=/usr/bin \ + libdir=/usr/lib \ + includedir=/usr/include \ + install +} + +# vim:set ts=2 sw=2 et: Copied: x264/repos/staging-x86_64/PKGBUILD (from rev 160668, x264/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-06-03 15:05:06 UTC (rev 160669) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: damir +# Contributor: Paul Mattal + +pkgname=x264 +pkgver=20120602 +pkgrel=1 +pkgdesc="free library for encoding H264/AVC video streams" +arch=('i686' 'x86_64') +url="http://www.videolan.org/developers/x264.html"; +license=('GPL') +depends=('glibc') +makedepends=('yasm') +source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2) +md5sums=('50e6dc7a1031a19c710e912dffb19a7a') + +build() { +cd "$pkgname-snapshot-$pkgver-2245-stable" + +./configure --enable-shared + +make +} +package() { +cd "$pkgname-snapshot-$pkgver-2245-stable" + +make DESTDIR="$pkgdir" \ + bindir=/usr/bin \ + libdir=/usr/lib \ + includedir=/usr/include \ + install +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in x264/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 10:27:47 Author: ibiru Revision: 160668 bump snapshot Modified: x264/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 14:22:11 UTC (rev 160667) +++ PKGBUILD2012-06-03 14:27:47 UTC (rev 160668) @@ -4,7 +4,7 @@ # Contributor: Paul Mattal pkgname=x264 -pkgver=20120204 +pkgver=20120602 pkgrel=1 pkgdesc="free library for encoding H264/AVC video streams" arch=('i686' 'x86_64') @@ -13,17 +13,17 @@ depends=('glibc') makedepends=('yasm') source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2) -md5sums=('4d793ecc4f9d308724ea47edf400f312') +md5sums=('50e6dc7a1031a19c710e912dffb19a7a') build() { -cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable" +cd "$pkgname-snapshot-$pkgver-2245-stable" ./configure --enable-shared make } package() { -cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable" +cd "$pkgname-snapshot-$pkgver-2245-stable" make DESTDIR="$pkgdir" \ bindir=/usr/bin \
[arch-commits] Commit in run-parts/repos (3 files)
Date: Sunday, June 3, 2012 @ 10:22:11 Author: pierre Revision: 160667 db-move: moved run-parts from [testing] to [core] (x86_64) Added: run-parts/repos/core-x86_64/PKGBUILD (from rev 160665, run-parts/repos/testing-x86_64/PKGBUILD) Deleted: run-parts/repos/core-x86_64/PKGBUILD run-parts/repos/testing-x86_64/ --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-06-03 14:22:10 UTC (rev 160666) +++ core-x86_64/PKGBUILD2012-06-03 14:22:11 UTC (rev 160667) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=run-parts -pkgver=4.2.1 -pkgrel=1 -pkgdesc='run scripts or programs in a directory' -arch=('i686' 'x86_64') -url='http://packages.qa.debian.org/d/debianutils.html' -license=('GPL') -depends=('glibc') -source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) -sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f') - -build() { - cd $srcdir/debianutils-$pkgver - ./configure --prefix=/usr - make run-parts -} - -package() { - cd $srcdir/debianutils-$pkgver - install -D -m755 run-parts $pkgdir/usr/bin/run-parts - install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 - for l in po4a/*/run-parts.8; do - install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 - done -} Copied: run-parts/repos/core-x86_64/PKGBUILD (from rev 160665, run-parts/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-06-03 14:22:11 UTC (rev 160667) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=run-parts +pkgver=4.3.1 +pkgrel=1 +pkgdesc='run scripts or programs in a directory' +arch=('i686' 'x86_64') +url='http://packages.qa.debian.org/d/debianutils.html' +license=('GPL') +depends=('glibc') +source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) +sha256sums=('03cbb242b8b86f77e0bbe8e391c18aec8f8d08a2a02e8893efd1d5d6e4bc') + +build() { + cd $srcdir/debianutils-$pkgver + ./configure --prefix=/usr + make run-parts +} + +package() { + cd $srcdir/debianutils-$pkgver + install -D -m755 run-parts $pkgdir/usr/bin/run-parts + install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 + for l in po4a/*/run-parts.8; do + install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 + done +}
[arch-commits] Commit in run-parts/repos (3 files)
Date: Sunday, June 3, 2012 @ 10:22:10 Author: pierre Revision: 160666 db-move: moved run-parts from [testing] to [core] (i686) Added: run-parts/repos/core-i686/PKGBUILD (from rev 160665, run-parts/repos/testing-i686/PKGBUILD) Deleted: run-parts/repos/core-i686/PKGBUILD run-parts/repos/testing-i686/ --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-06-03 10:41:33 UTC (rev 160665) +++ core-i686/PKGBUILD 2012-06-03 14:22:10 UTC (rev 160666) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Pierre Schmitz - -pkgname=run-parts -pkgver=4.2.1 -pkgrel=1 -pkgdesc='run scripts or programs in a directory' -arch=('i686' 'x86_64') -url='http://packages.qa.debian.org/d/debianutils.html' -license=('GPL') -depends=('glibc') -source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) -sha256sums=('6359b273bee9b959d243d1490caa8f0f5ff8dc294690b1bdb5df755d6364be0f') - -build() { - cd $srcdir/debianutils-$pkgver - ./configure --prefix=/usr - make run-parts -} - -package() { - cd $srcdir/debianutils-$pkgver - install -D -m755 run-parts $pkgdir/usr/bin/run-parts - install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 - for l in po4a/*/run-parts.8; do - install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 - done -} Copied: run-parts/repos/core-i686/PKGBUILD (from rev 160665, run-parts/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-06-03 14:22:10 UTC (rev 160666) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Pierre Schmitz + +pkgname=run-parts +pkgver=4.3.1 +pkgrel=1 +pkgdesc='run scripts or programs in a directory' +arch=('i686' 'x86_64') +url='http://packages.qa.debian.org/d/debianutils.html' +license=('GPL') +depends=('glibc') +source=("ftp://ftp.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";) +sha256sums=('03cbb242b8b86f77e0bbe8e391c18aec8f8d08a2a02e8893efd1d5d6e4bc') + +build() { + cd $srcdir/debianutils-$pkgver + ./configure --prefix=/usr + make run-parts +} + +package() { + cd $srcdir/debianutils-$pkgver + install -D -m755 run-parts $pkgdir/usr/bin/run-parts + install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8 + for l in po4a/*/run-parts.8; do + install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8 + done +}
[arch-commits] Commit in smb4k/repos (8 files)
Date: Sunday, June 3, 2012 @ 06:41:33 Author: giovanni Revision: 160665 archrelease: copy trunk to extra-i686, extra-x86_64 Added: smb4k/repos/extra-i686/PKGBUILD (from rev 160664, smb4k/trunk/PKGBUILD) smb4k/repos/extra-i686/smb4k.install (from rev 160664, smb4k/trunk/smb4k.install) smb4k/repos/extra-x86_64/PKGBUILD (from rev 160664, smb4k/trunk/PKGBUILD) smb4k/repos/extra-x86_64/smb4k.install (from rev 160664, smb4k/trunk/smb4k.install) Deleted: smb4k/repos/extra-i686/PKGBUILD smb4k/repos/extra-i686/smb4k.install smb4k/repos/extra-x86_64/PKGBUILD smb4k/repos/extra-x86_64/smb4k.install + extra-i686/PKGBUILD| 60 +-- extra-i686/smb4k.install | 22 +++ extra-x86_64/PKGBUILD | 60 +-- extra-x86_64/smb4k.install | 22 +++ 4 files changed, 82 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 10:41:09 UTC (rev 160664) +++ extra-i686/PKGBUILD 2012-06-03 10:41:33 UTC (rev 160665) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Emanuele Rampichini - -pkgname=smb4k -pkgver=1.0.1 -pkgrel=1 -pkgdesc="A KDE program that browses samba shares" -arch=('i686' 'x86_64') -url="http://smb4k.sourceforge.net/"; -license=('GPL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'docbook-xsl') -install=smb4k.install -source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('c4b515e482ef7a7a834a3b660e1ee4d0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake -DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=RELEASE - make VERBOSE=1 -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 160664, smb4k/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 10:41:33 UTC (rev 160665) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Emanuele Rampichini + +pkgname=smb4k +pkgver=1.0.2 +pkgrel=1 +pkgdesc="A KDE program that browses samba shares" +arch=('i686' 'x86_64') +url="http://smb4k.sourceforge.net/"; +license=('GPL') +depends=('kdebase-runtime') +makedepends=('cmake' 'automoc4') +install=smb4k.install +source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('e1c895044faaf18d90ea4b564412455e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + cmake -DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=RELEASE + make VERBOSE=1 +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/smb4k.install === --- extra-i686/smb4k.install2012-06-03 10:41:09 UTC (rev 160664) +++ extra-i686/smb4k.install2012-06-03 10:41:33 UTC (rev 160665) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: smb4k/repos/extra-i686/smb4k.install (from rev 160664, smb4k/trunk/smb4k.install) === --- extra-i686/smb4k.install(rev 0) +++ extra-i686/smb4k.install2012-06-03 10:41:33 UTC (rev 160665) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-06-03 10:41:09 UTC (rev 160664) +++ extra-x86_64/PKGBUILD 2012-06-03 10:41:33 UTC (rev 160665) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Emanuele Rampichini - -pkgname=smb4k -pkgver=1.0.1 -pkgrel=1 -pkgdesc="A KDE program that browses samba shares" -arch=('i686' 'x86_64') -url="http://smb4k.sourceforge.net/"; -license=('GPL') -depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'docbook-xsl') -install=smb4k.install -source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('c4b515e482ef7a7a834a3b660e1ee4d0') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - cmake -DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=RELEASE - make VERBOSE=1 -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: smb4k/repos/extra-x86_64/PKGBUILD (f
[arch-commits] Commit in smb4k/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 06:41:09 Author: giovanni Revision: 160664 upgpkg: smb4k 1.0.2-1 upstream release Modified: smb4k/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 10:40:04 UTC (rev 160663) +++ PKGBUILD2012-06-03 10:41:09 UTC (rev 160664) @@ -3,17 +3,17 @@ # Contributor: Emanuele Rampichini pkgname=smb4k -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="A KDE program that browses samba shares" arch=('i686' 'x86_64') url="http://smb4k.sourceforge.net/"; license=('GPL') depends=('kdebase-runtime') -makedepends=('cmake' 'automoc4' 'docbook-xsl') +makedepends=('cmake' 'automoc4') install=smb4k.install source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('c4b515e482ef7a7a834a3b660e1ee4d0') +md5sums=('e1c895044faaf18d90ea4b564412455e') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in hddtemp/repos (18 files)
Date: Sunday, June 3, 2012 @ 06:40:04 Author: bisson Revision: 160663 archrelease: copy trunk to extra-i686, extra-x86_64 Added: hddtemp/repos/extra-i686/PKGBUILD (from rev 160662, hddtemp/trunk/PKGBUILD) hddtemp/repos/extra-i686/hddtemp (from rev 160662, hddtemp/trunk/hddtemp) hddtemp/repos/extra-i686/hddtemp-0.3-beta15-reg-eip.patch (from rev 160662, hddtemp/trunk/hddtemp-0.3-beta15-reg-eip.patch) hddtemp/repos/extra-i686/hddtemp.confd (from rev 160662, hddtemp/trunk/hddtemp.confd) hddtemp/repos/extra-i686/hddtemp.service (from rev 160662, hddtemp/trunk/hddtemp.service) hddtemp/repos/extra-x86_64/PKGBUILD (from rev 160662, hddtemp/trunk/PKGBUILD) hddtemp/repos/extra-x86_64/hddtemp (from rev 160662, hddtemp/trunk/hddtemp) hddtemp/repos/extra-x86_64/hddtemp-0.3-beta15-reg-eip.patch (from rev 160662, hddtemp/trunk/hddtemp-0.3-beta15-reg-eip.patch) hddtemp/repos/extra-x86_64/hddtemp.confd (from rev 160662, hddtemp/trunk/hddtemp.confd) hddtemp/repos/extra-x86_64/hddtemp.service (from rev 160662, hddtemp/trunk/hddtemp.service) Deleted: hddtemp/repos/extra-i686/PKGBUILD hddtemp/repos/extra-i686/hddtemp hddtemp/repos/extra-i686/hddtemp-0.3-beta15-reg-eip.patch hddtemp/repos/extra-i686/hddtemp.confd hddtemp/repos/extra-x86_64/PKGBUILD hddtemp/repos/extra-x86_64/hddtemp hddtemp/repos/extra-x86_64/hddtemp-0.3-beta15-reg-eip.patch hddtemp/repos/extra-x86_64/hddtemp.confd ---+ extra-i686/PKGBUILD | 94 extra-i686/hddtemp| 78 +-- extra-i686/hddtemp-0.3-beta15-reg-eip.patch | 44 +-- extra-i686/hddtemp.confd |4 - extra-i686/hddtemp.service|9 ++ extra-x86_64/PKGBUILD | 94 extra-x86_64/hddtemp | 78 +-- extra-x86_64/hddtemp-0.3-beta15-reg-eip.patch | 44 +-- extra-x86_64/hddtemp.confd|4 - extra-x86_64/hddtemp.service |9 ++ 10 files changed, 240 insertions(+), 218 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 10:39:06 UTC (rev 160662) +++ extra-i686/PKGBUILD 2012-06-03 10:40:04 UTC (rev 160663) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Andrea Scarpino -# Contributor: Roman Kyrylych -# Contributor: Damir Perisa - -pkgname=hddtemp -pkgver=0.3.beta15.46 -_origver=0.3-beta15 -_patchver=46 -pkgrel=2 -pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information" -arch=('i686' 'x86_64') -url="http://www.guzu.net/linux/hddtemp.php"; -license=('GPL') -depends=('glibc') -backup=('etc/conf.d/hddtemp') -source=(http://www.guzu.net/files/hddtemp-${_origver}.tar.bz2 - http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_${_origver}-${_patchver}.diff.gz -'hddtemp' 'hddtemp.confd' 'hddtemp-0.3-beta15-reg-eip.patch') -md5sums=('8b829339e1ae9df701684ec239021bb8' - '040437845e28771c560b4bb40e41f933' - 'b7ebb86dfeef3bc4577ed1040307e36b' - 'fdca5c43900406f0be76534ef2a5a697' - '526ef28549dd0da7e38d32cfc8523592') -options=('!libtool') - -build() { - cd "$srcdir/$pkgname-${_origver}" - - patch -Np1 -i "$srcdir/${pkgname}_${_origver}-${_patchver}.diff" - patch -Np1 -i "$srcdir/hddtemp-0.3-beta15-reg-eip.patch" - - ./configure --prefix=/usr --mandir=/usr/share/man --with-db-path=/usr/share/$pkgname/hddtemp.db - make -} - -package() { - cd "$srcdir/$pkgname-${_origver}" - make DESTDIR=$pkgdir install - - install -D -m644 "$srcdir/$pkgname-${_origver}/debian/hddtemp.db" \ -"$pkgdir/usr/share/${pkgname}/hddtemp.db" - install -D -m644 "$srcdir/hddtemp.confd" "$pkgdir/etc/conf.d/hddtemp" - install -D -m755 "$srcdir/hddtemp" "$pkgdir/etc/rc.d/hddtemp" -} Copied: hddtemp/repos/extra-i686/PKGBUILD (from rev 160662, hddtemp/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 10:40:04 UTC (rev 160663) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Andrea Scarpino +# Contributor: Roman Kyrylych +# Contributor: Damir Perisa + +pkgname=hddtemp +pkgver=0.3.beta15.46 +_origver=0.3-beta15 +_patchver=46 +pkgrel=3 +pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information" +arch=('i686' 'x86_64') +url="http://www.guzu.net/linux/hddtemp.php"; +license=('GPL') +depends=('glibc') +backup=('etc/conf.d/hddtemp') +source=(http://www.guzu.net/files/hddtemp-${_origver}.tar.bz2 + http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_${_origver}-${_patchver}.diff.gz +'hddtemp' 'hddtemp.service' 'hddtemp.confd' 'hddtemp-0.3
[arch-commits] Commit in hddtemp/trunk (PKGBUILD hddtemp.service)
Date: Sunday, June 3, 2012 @ 06:39:06 Author: bisson Revision: 160662 add systemd service file Added: hddtemp/trunk/hddtemp.service Modified: hddtemp/trunk/PKGBUILD -+ PKGBUILD|6 -- hddtemp.service |9 + 2 files changed, 13 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 10:10:12 UTC (rev 160661) +++ PKGBUILD2012-06-03 10:39:06 UTC (rev 160662) @@ -8,7 +8,7 @@ pkgver=0.3.beta15.46 _origver=0.3-beta15 _patchver=46 -pkgrel=2 +pkgrel=3 pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information" arch=('i686' 'x86_64') url="http://www.guzu.net/linux/hddtemp.php"; @@ -17,10 +17,11 @@ backup=('etc/conf.d/hddtemp') source=(http://www.guzu.net/files/hddtemp-${_origver}.tar.bz2 http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_${_origver}-${_patchver}.diff.gz -'hddtemp' 'hddtemp.confd' 'hddtemp-0.3-beta15-reg-eip.patch') +'hddtemp' 'hddtemp.service' 'hddtemp.confd' 'hddtemp-0.3-beta15-reg-eip.patch') md5sums=('8b829339e1ae9df701684ec239021bb8' '040437845e28771c560b4bb40e41f933' 'b7ebb86dfeef3bc4577ed1040307e36b' + 'b6767bdbb03b6cdbc1995418cafdb1e1' 'fdca5c43900406f0be76534ef2a5a697' '526ef28549dd0da7e38d32cfc8523592') options=('!libtool') @@ -42,5 +43,6 @@ install -D -m644 "$srcdir/$pkgname-${_origver}/debian/hddtemp.db" \ "$pkgdir/usr/share/${pkgname}/hddtemp.db" install -D -m644 "$srcdir/hddtemp.confd" "$pkgdir/etc/conf.d/hddtemp" + install -D -m644 "$srcdir/hddtemp.service" "$pkgdir/usr/lib/systemd/system/hddtemp.service" install -D -m755 "$srcdir/hddtemp" "$pkgdir/etc/rc.d/hddtemp" } Added: hddtemp.service === --- hddtemp.service (rev 0) +++ hddtemp.service 2012-06-03 10:39:06 UTC (rev 160662) @@ -0,0 +1,9 @@ +[Unit] +Description=Hard drive temperature monitor daemon + +[Service] +EnvironmentFile=/etc/conf.d/hddtemp +ExecStart=/usr/sbin/hddtemp -dF $PARAMS $DRIVES + +[Install] +WantedBy=multi-user.target
[arch-commits] Commit in kdelibs/repos (20 files)
Date: Sunday, June 3, 2012 @ 06:10:12 Author: andrea Revision: 160661 archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdelibs/repos/kde-unstable-i686/PKGBUILD (from rev 160660, kdelibs/kde-unstable/PKGBUILD) kdelibs/repos/kde-unstable-i686/archlinux-menu.patch (from rev 160660, kdelibs/kde-unstable/archlinux-menu.patch) kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch (from rev 160660, kdelibs/kde-unstable/kde-applications-menu.patch) kdelibs/repos/kde-unstable-i686/kdelibs.install (from rev 160660, kdelibs/kde-unstable/kdelibs.install) kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch (from rev 160660, kdelibs/kde-unstable/use-pythondontwritebytecode.patch) kdelibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 160660, kdelibs/kde-unstable/PKGBUILD) kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch (from rev 160660, kdelibs/kde-unstable/archlinux-menu.patch) kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch (from rev 160660, kdelibs/kde-unstable/kde-applications-menu.patch) kdelibs/repos/kde-unstable-x86_64/kdelibs.install (from rev 160660, kdelibs/kde-unstable/kdelibs.install) kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch (from rev 160660, kdelibs/kde-unstable/use-pythondontwritebytecode.patch) Deleted: kdelibs/repos/kde-unstable-i686/PKGBUILD kdelibs/repos/kde-unstable-i686/archlinux-menu.patch kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch kdelibs/repos/kde-unstable-i686/kdelibs.install kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch kdelibs/repos/kde-unstable-x86_64/PKGBUILD kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch kdelibs/repos/kde-unstable-x86_64/kdelibs.install kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch ---+ kde-unstable-i686/PKGBUILD| 123 ++-- kde-unstable-i686/archlinux-menu.patch| 44 ++-- kde-unstable-i686/kde-applications-menu.patch | 44 ++-- kde-unstable-i686/kdelibs.install | 26 +- kde-unstable-i686/use-pythondontwritebytecode.patch | 160 kde-unstable-x86_64/PKGBUILD | 123 ++-- kde-unstable-x86_64/archlinux-menu.patch | 44 ++-- kde-unstable-x86_64/kde-applications-menu.patch | 44 ++-- kde-unstable-x86_64/kdelibs.install | 26 +- kde-unstable-x86_64/use-pythondontwritebytecode.patch | 160 10 files changed, 398 insertions(+), 396 deletions(-) Deleted: kde-unstable-i686/PKGBUILD === --- kde-unstable-i686/PKGBUILD 2012-06-03 10:07:48 UTC (rev 160660) +++ kde-unstable-i686/PKGBUILD 2012-06-03 10:10:12 UTC (rev 160661) @@ -1,61 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdelibs -pkgver=4.8.80 -pkgrel=3 -pkgdesc="KDE Core Libraries" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdelibs' -license=('GPL' 'LGPL' 'FDL') -depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee' -'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' -'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' -'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' -'media-player-info' 'herqq') -makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; -'kde-applications-menu.patch' 'archlinux-menu.patch' -'use-pythondontwritebytecode.patch') -sha1sums=('e0d4cef3a09c85e4309e48d7ab62ba9b8eccc575' - '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7739bc67' - 'bbacbbe2194f3961cd7557d98a9ddef158ca11aa') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - # avoid file conflict with gnome-menus - patch -p1 -i "${srcdir}"/kde-applications-menu.patch - # add Archlinux menu entry - patch -p1 -i "${srcdir}"/archlinux-menu.patch - - # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151) - patch -p0 -i "${srcdir}"/use-pythondontwritebytecode.patch - - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DKDE_DISTRIBUTION_TEXT='Arch Linux' \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \ - -DKDE_DEFAULT_HOME='.kde4' \ - -DWITH_FAM=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR=
[arch-commits] Commit in kdelibs/repos/extra-x86_64 (10 files)
Date: Sunday, June 3, 2012 @ 06:07:48 Author: andrea Revision: 160660 archrelease: copy trunk to extra-x86_64 Added: kdelibs/repos/extra-x86_64/PKGBUILD (from rev 160659, kdelibs/trunk/PKGBUILD) kdelibs/repos/extra-x86_64/archlinux-menu.patch (from rev 160659, kdelibs/trunk/archlinux-menu.patch) kdelibs/repos/extra-x86_64/kde-applications-menu.patch (from rev 160659, kdelibs/trunk/kde-applications-menu.patch) kdelibs/repos/extra-x86_64/kdelibs.install (from rev 160659, kdelibs/trunk/kdelibs.install) kdelibs/repos/extra-x86_64/use-pythondontwritebytecode.patch (from rev 160659, kdelibs/trunk/use-pythondontwritebytecode.patch) Deleted: kdelibs/repos/extra-x86_64/PKGBUILD kdelibs/repos/extra-x86_64/archlinux-menu.patch kdelibs/repos/extra-x86_64/kde-applications-menu.patch kdelibs/repos/extra-x86_64/kdelibs.install kdelibs/repos/extra-x86_64/use-pythondontwritebytecode.patch ---+ PKGBUILD | 124 +-- archlinux-menu.patch | 44 - kde-applications-menu.patch | 44 - kdelibs.install | 26 ++--- use-pythondontwritebytecode.patch | 160 ++-- 5 files changed, 199 insertions(+), 199 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-06-03 10:07:24 UTC (rev 160659) +++ PKGBUILD2012-06-03 10:07:48 UTC (rev 160660) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdelibs -pkgver=4.8.3 -pkgrel=3 -pkgdesc="KDE Core Libraries" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee' -'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' -'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' -'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' -'media-player-info') -makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; -'kde-applications-menu.patch' 'archlinux-menu.patch' -'use-pythondontwritebytecode.patch') -sha1sums=('50633efa4ea2a133e51bf55286ff754c46f2eae2' - '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7739bc67' - 'a1e35760d5b4e29471ad357c963a343c67200f32') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - # avoid file conflict with gnome-menus - patch -p1 -i "${srcdir}"/kde-applications-menu.patch - # add Archlinux menu entry - patch -p1 -i "${srcdir}"/archlinux-menu.patch - - # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151) - patch -p0 -i "${srcdir}"/use-pythondontwritebytecode.patch - - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DKDE_DISTRIBUTION_TEXT='Arch Linux' \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \ - -DKDE_DEFAULT_HOME='.kde4' \ - -DWITH_FAM=OFF \ - -DWITH_HUpnp=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # cert bundle seems to be hardcoded - # link it to the one from ca-certificates - rm -f "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt - ln -sf /etc/ssl/certs/ca-certificates.crt "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt -} Copied: kdelibs/repos/extra-x86_64/PKGBUILD (from rev 160659, kdelibs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-06-03 10:07:48 UTC (rev 160660) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdelibs +pkgver=4.8.3 +pkgrel=3 +pkgdesc="KDE Core Libraries" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee' +'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' +'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' +'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' +'media-player-info') +makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; +'kde-applications-menu.patch' 'archlinux-menu.patch' +'use-pythondontwritebytecode.patch') +sha1sums=('50633efa4ea2a133e51bf55286ff754c46f2eae2' + '86ee8c8660f19de8141ac99cd6943964d97a1ed7' + '63a850ab4196b9d06934f2b4a13acd9f7739bc67' +
[arch-commits] Commit in kdelibs/repos/extra-i686 (10 files)
Date: Sunday, June 3, 2012 @ 06:07:24 Author: andrea Revision: 160659 archrelease: copy trunk to extra-i686 Added: kdelibs/repos/extra-i686/PKGBUILD (from rev 160658, kdelibs/trunk/PKGBUILD) kdelibs/repos/extra-i686/archlinux-menu.patch (from rev 160658, kdelibs/trunk/archlinux-menu.patch) kdelibs/repos/extra-i686/kde-applications-menu.patch (from rev 160658, kdelibs/trunk/kde-applications-menu.patch) kdelibs/repos/extra-i686/kdelibs.install (from rev 160658, kdelibs/trunk/kdelibs.install) kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch (from rev 160658, kdelibs/trunk/use-pythondontwritebytecode.patch) Deleted: kdelibs/repos/extra-i686/PKGBUILD kdelibs/repos/extra-i686/archlinux-menu.patch kdelibs/repos/extra-i686/kde-applications-menu.patch kdelibs/repos/extra-i686/kdelibs.install kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch ---+ PKGBUILD | 124 +-- archlinux-menu.patch | 44 - kde-applications-menu.patch | 44 - kdelibs.install | 26 ++--- use-pythondontwritebytecode.patch | 160 ++-- 5 files changed, 199 insertions(+), 199 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-06-03 10:06:31 UTC (rev 160658) +++ PKGBUILD2012-06-03 10:07:24 UTC (rev 160659) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdelibs -pkgver=4.8.3 -pkgrel=3 -pkgdesc="KDE Core Libraries" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee' -'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' -'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' -'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' -'media-player-info') -makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; -'kde-applications-menu.patch' 'archlinux-menu.patch' -'use-pythondontwritebytecode.patch') -sha1sums=('50633efa4ea2a133e51bf55286ff754c46f2eae2' - '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7739bc67' - 'a1e35760d5b4e29471ad357c963a343c67200f32') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - # avoid file conflict with gnome-menus - patch -p1 -i "${srcdir}"/kde-applications-menu.patch - # add Archlinux menu entry - patch -p1 -i "${srcdir}"/archlinux-menu.patch - - # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151) - patch -p0 -i "${srcdir}"/use-pythondontwritebytecode.patch - - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DKDE_DISTRIBUTION_TEXT='Arch Linux' \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DSYSCONF_INSTALL_DIR=/etc \ - -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \ - -DKDE_DEFAULT_HOME='.kde4' \ - -DWITH_FAM=OFF \ - -DWITH_HUpnp=OFF - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install - - # cert bundle seems to be hardcoded - # link it to the one from ca-certificates - rm -f "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt - ln -sf /etc/ssl/certs/ca-certificates.crt "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt -} Copied: kdelibs/repos/extra-i686/PKGBUILD (from rev 160658, kdelibs/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-06-03 10:07:24 UTC (rev 160659) @@ -0,0 +1,62 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=kdelibs +pkgver=4.8.3 +pkgrel=3 +pkgdesc="KDE Core Libraries" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee' +'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' +'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' +'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' +'media-player-info') +makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; +'kde-applications-menu.patch' 'archlinux-menu.patch' +'use-pythondontwritebytecode.patch') +sha1sums=('50633efa4ea2a133e51bf55286ff754c46f2eae2' + '86ee8c8660f19de8141ac99cd6943964d97a1ed7' + '63a850ab4196b9d06934f2b4a13acd9f7739bc67' + 'a1e35760d5b4e29471ad3
[arch-commits] Commit in kdelibs (21 files)
Date: Sunday, June 3, 2012 @ 06:06:31 Author: andrea Revision: 160658 archrelease: copy trunk to extra-i686 Added: kdelibs/repos/extra-i686/PKGBUILD (from rev 160657, kdelibs/trunk/PKGBUILD) kdelibs/repos/extra-i686/archlinux-menu.patch (from rev 160657, kdelibs/trunk/archlinux-menu.patch) kdelibs/repos/extra-i686/kde-applications-menu.patch (from rev 160657, kdelibs/trunk/kde-applications-menu.patch) kdelibs/repos/extra-i686/kdelibs.install (from rev 160657, kdelibs/trunk/kdelibs.install) kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch (from rev 160657, kdelibs/trunk/use-pythondontwritebytecode.patch) kdelibs/repos/extra-x86_64/PKGBUILD (from rev 160657, kdelibs/trunk/PKGBUILD) kdelibs/repos/extra-x86_64/archlinux-menu.patch (from rev 160657, kdelibs/trunk/archlinux-menu.patch) kdelibs/repos/extra-x86_64/kde-applications-menu.patch (from rev 160657, kdelibs/trunk/kde-applications-menu.patch) kdelibs/repos/extra-x86_64/kdelibs.install (from rev 160657, kdelibs/trunk/kdelibs.install) kdelibs/repos/extra-x86_64/use-pythondontwritebytecode.patch (from rev 160657, kdelibs/trunk/use-pythondontwritebytecode.patch) Modified: kdelibs/kde-unstable/PKGBUILD Deleted: kdelibs/repos/extra-i686/PKGBUILD kdelibs/repos/extra-i686/archlinux-menu.patch kdelibs/repos/extra-i686/kde-applications-menu.patch kdelibs/repos/extra-i686/kdelibs.install kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch kdelibs/repos/extra-x86_64/PKGBUILD kdelibs/repos/extra-x86_64/archlinux-menu.patch kdelibs/repos/extra-x86_64/kde-applications-menu.patch kdelibs/repos/extra-x86_64/kdelibs.install kdelibs/repos/extra-x86_64/use-pythondontwritebytecode.patch --+ kde-unstable/PKGBUILD|7 repos/extra-i686/PKGBUILD| 123 ++--- repos/extra-i686/archlinux-menu.patch| 44 ++-- repos/extra-i686/kde-applications-menu.patch | 44 ++-- repos/extra-i686/kdelibs.install | 26 +- repos/extra-i686/use-pythondontwritebytecode.patch | 160 - repos/extra-x86_64/PKGBUILD | 123 ++--- repos/extra-x86_64/archlinux-menu.patch | 44 ++-- repos/extra-x86_64/kde-applications-menu.patch | 44 ++-- repos/extra-x86_64/kdelibs.install | 26 +- repos/extra-x86_64/use-pythondontwritebytecode.patch | 160 - 11 files changed, 402 insertions(+), 399 deletions(-) Modified: kde-unstable/PKGBUILD === --- kde-unstable/PKGBUILD 2012-06-03 10:02:50 UTC (rev 160657) +++ kde-unstable/PKGBUILD 2012-06-03 10:06:31 UTC (rev 160658) @@ -4,7 +4,7 @@ pkgname=kdelibs pkgver=4.8.80 -pkgrel=3 +pkgrel=4 pkgdesc="KDE Core Libraries" arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/kdelibs' @@ -13,7 +13,7 @@ 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' -'media-player-info' 'herqq') +'media-player-info') makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; @@ -46,7 +46,8 @@ -DSYSCONF_INSTALL_DIR=/etc \ -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \ -DKDE_DEFAULT_HOME='.kde4' \ - -DWITH_FAM=OFF + -DWITH_FAM=OFF \ + -DWITH_HUpnp=OFF make } Deleted: repos/extra-i686/PKGBUILD === --- repos/extra-i686/PKGBUILD 2012-06-03 10:02:50 UTC (rev 160657) +++ repos/extra-i686/PKGBUILD 2012-06-03 10:06:31 UTC (rev 160658) @@ -1,61 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdelibs -pkgver=4.8.3 -pkgrel=2 -pkgdesc="KDE Core Libraries" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee' -'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' -'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' -'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' -'media-player-info' 'herqq') -makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; -'kde-applications-menu.patch' 'archlinux-menu.patch' -'use-pythondontwritebytecode.patch') -sha1sums=('50633efa4ea2a133e51bf55286ff754c46f2eae2' - '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7
[arch-commits] Commit in kdelibs/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 06:02:50 Author: andrea Revision: 160657 upgpkg: kdelibs 4.8.3-3 Disable HUPnP support to fix crashes (FS30106) Modified: kdelibs/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 09:29:44 UTC (rev 160656) +++ PKGBUILD2012-06-03 10:02:50 UTC (rev 160657) @@ -4,7 +4,7 @@ pkgname=kdelibs pkgver=4.8.3 -pkgrel=2 +pkgrel=3 pkgdesc="KDE Core Libraries" arch=('i686' 'x86_64') url='http://www.kde.org' @@ -13,7 +13,7 @@ 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit' -'media-player-info' 'herqq') +'media-player-info') makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"; @@ -46,7 +46,8 @@ -DSYSCONF_INSTALL_DIR=/etc \ -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \ -DKDE_DEFAULT_HOME='.kde4' \ - -DWITH_FAM=OFF + -DWITH_FAM=OFF \ + -DWITH_HUpnp=OFF make }
[arch-commits] Commit in phonon-vlc/repos (4 files)
Date: Sunday, June 3, 2012 @ 05:29:44 Author: andrea Revision: 160656 archrelease: copy trunk to extra-i686, extra-x86_64 Added: phonon-vlc/repos/extra-i686/PKGBUILD (from rev 160655, phonon-vlc/trunk/PKGBUILD) phonon-vlc/repos/extra-x86_64/PKGBUILD (from rev 160655, phonon-vlc/trunk/PKGBUILD) Deleted: phonon-vlc/repos/extra-i686/PKGBUILD phonon-vlc/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 62 extra-x86_64/PKGBUILD | 62 2 files changed, 62 insertions(+), 62 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 09:29:15 UTC (rev 160655) +++ extra-i686/PKGBUILD 2012-06-03 09:29:44 UTC (rev 160656) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=phonon-vlc -pkgver=0.5.0 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://phonon.kde.org/' -pkgdesc="Phonon VLC backend" -license=('LGPL') -depends=('vlc') -makedepends=('cmake' 'automoc4' 'phonon') -provides=('phonon-backend') -source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz";) -md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../phonon-backend-vlc-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_SKIP_RPATH=ON - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: phonon-vlc/repos/extra-i686/PKGBUILD (from rev 160655, phonon-vlc/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 09:29:44 UTC (rev 160656) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=phonon-vlc +pkgver=0.5.0 +pkgrel=2 +arch=('i686' 'x86_64') +url='http://phonon.kde.org/' +pkgdesc="Phonon VLC backend" +license=('LGPL') +depends=('vlc') +makedepends=('cmake' 'automoc4' 'phonon') +provides=('phonon-backend') +source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz";) +md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../phonon-backend-vlc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_SKIP_RPATH=ON + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-06-03 09:29:15 UTC (rev 160655) +++ extra-x86_64/PKGBUILD 2012-06-03 09:29:44 UTC (rev 160656) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=phonon-vlc -pkgver=0.5.0 -pkgrel=1 -arch=('i686' 'x86_64') -url='http://phonon.kde.org/' -pkgdesc="Phonon VLC backend" -license=('LGPL') -depends=('vlc') -makedepends=('cmake' 'automoc4' 'phonon') -provides=('phonon-backend') -source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz";) -md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../phonon-backend-vlc-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_SKIP_RPATH=ON - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: phonon-vlc/repos/extra-x86_64/PKGBUILD (from rev 160655, phonon-vlc/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-06-03 09:29:44 UTC (rev 160656) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino + +pkgname=phonon-vlc +pkgver=0.5.0 +pkgrel=2 +arch=('i686' 'x86_64') +url='http://phonon.kde.org/' +pkgdesc="Phonon VLC backend" +license=('LGPL') +depends=('vlc') +makedepends=('cmake' 'automoc4' 'phonon') +provides=('phonon-backend') +source=("http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz";) +md5sums=('fc5dc2b353fa0d9e428ecfc3c485eb66') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../phonon-backend-vlc-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_SKIP_RPATH=ON + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in phonon-vlc/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 05:29:15 Author: andrea Revision: 160655 upgpkg: phonon-vlc 0.5.0-2 Rebuild with VLC2 is needed (FS#30114) Modified: phonon-vlc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 08:20:42 UTC (rev 160654) +++ PKGBUILD2012-06-03 09:29:15 UTC (rev 160655) @@ -3,7 +3,7 @@ pkgname=phonon-vlc pkgver=0.5.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://phonon.kde.org/' pkgdesc="Phonon VLC backend"
[arch-commits] Commit in weechat/repos (4 files)
Date: Sunday, June 3, 2012 @ 04:20:42 Author: giovanni Revision: 160654 archrelease: copy trunk to extra-i686, extra-x86_64 Added: weechat/repos/extra-i686/PKGBUILD (from rev 160653, weechat/trunk/PKGBUILD) weechat/repos/extra-x86_64/PKGBUILD (from rev 160653, weechat/trunk/PKGBUILD) Deleted: weechat/repos/extra-i686/PKGBUILD weechat/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 66 extra-x86_64/PKGBUILD | 66 2 files changed, 66 insertions(+), 66 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 08:20:16 UTC (rev 160653) +++ extra-i686/PKGBUILD 2012-06-03 08:20:42 UTC (rev 160654) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: lucke - -pkgname=weechat -pkgver=0.3.7 -pkgrel=2 -pkgdesc="Fast, light and extensible IRC client (curses UI)" -arch=('i686' 'x86_64') -url="http://www.weechat.org/"; -license=('GPL') -depends=('gnutls' 'curl' 'libgcrypt') -makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') -optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') -options=('!libtool') -source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('62bb5002b2ba9e5816dfeededc3fa276') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - mkdir build - cd build - cmake .. -DPREFIX=/usr \ --DPYTHON_EXECUTABLE=/usr/bin/python2 \ --DPYTHON_LIBRARY=/usr/lib/libpython2.7.so -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}/build" - - make DESTDIR="${pkgdir}/" install -} Copied: weechat/repos/extra-i686/PKGBUILD (from rev 160653, weechat/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 08:20:42 UTC (rev 160654) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: lucke + +pkgname=weechat +pkgver=0.3.8 +pkgrel=1 +pkgdesc="Fast, light and extensible IRC client (curses UI)" +arch=('i686' 'x86_64') +url="http://www.weechat.org/"; +license=('GPL') +depends=('gnutls' 'curl' 'libgcrypt') +makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') +optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') +options=('!libtool') +source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('c07047eca33c176df25e94964bdec7bf') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + mkdir build + cd build + cmake .. -DPREFIX=/usr \ +-DPYTHON_EXECUTABLE=/usr/bin/python2 \ +-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}/build" + + make DESTDIR="${pkgdir}/" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-06-03 08:20:16 UTC (rev 160653) +++ extra-x86_64/PKGBUILD 2012-06-03 08:20:42 UTC (rev 160654) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: lucke - -pkgname=weechat -pkgver=0.3.7 -pkgrel=2 -pkgdesc="Fast, light and extensible IRC client (curses UI)" -arch=('i686' 'x86_64') -url="http://www.weechat.org/"; -license=('GPL') -depends=('gnutls' 'curl' 'libgcrypt') -makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') -optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') -options=('!libtool') -source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('62bb5002b2ba9e5816dfeededc3fa276') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - mkdir build - cd build - cmake .. -DPREFIX=/usr \ --DPYTHON_EXECUTABLE=/usr/bin/python2 \ --DPYTHON_LIBRARY=/usr/lib/libpython2.7.so -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}/build" - - make DESTDIR="${pkgdir}/" install -} Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 160653, weechat/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-06-03 08:20:42 UTC (rev 160654) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: lucke + +pkgname=weechat +pkgver=0.3.8 +pkgrel=1 +pkgdesc="Fast, light and extensible IRC client (curses UI)" +arch=('i686' 'x86_64') +url="http://www.weechat.org/"; +license=('GPL') +depends=('gnutls' 'curl' 'libgcrypt') +makedepends=('cmake' 'pkgconfig' 'perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') +optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') +options=('!libtool') +source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('c07047eca33c176df25e94964bdec7bf') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + mkdir build + cd build + cmake .. -DPREFIX=
[arch-commits] Commit in weechat/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 04:20:16 Author: giovanni Revision: 160653 upgpkg: weechat 0.3.8-1 upstream release Modified: weechat/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 08:11:02 UTC (rev 160652) +++ PKGBUILD2012-06-03 08:20:16 UTC (rev 160653) @@ -3,8 +3,8 @@ # Contributor: lucke pkgname=weechat -pkgver=0.3.7 -pkgrel=2 +pkgver=0.3.8 +pkgrel=1 pkgdesc="Fast, light and extensible IRC client (curses UI)" arch=('i686' 'x86_64') url="http://www.weechat.org/"; @@ -14,7 +14,7 @@ optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell') options=('!libtool') source=("http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('62bb5002b2ba9e5816dfeededc3fa276') +md5sums=('c07047eca33c176df25e94964bdec7bf') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in mercurial/repos (8 files)
Date: Sunday, June 3, 2012 @ 04:11:02 Author: giovanni Revision: 160652 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mercurial/repos/extra-i686/PKGBUILD (from rev 160651, mercurial/trunk/PKGBUILD) mercurial/repos/extra-i686/mercurial.profile (from rev 160651, mercurial/trunk/mercurial.profile) mercurial/repos/extra-x86_64/PKGBUILD (from rev 160651, mercurial/trunk/PKGBUILD) mercurial/repos/extra-x86_64/mercurial.profile (from rev 160651, mercurial/trunk/mercurial.profile) Deleted: mercurial/repos/extra-i686/PKGBUILD mercurial/repos/extra-i686/mercurial.profile mercurial/repos/extra-x86_64/PKGBUILD mercurial/repos/extra-x86_64/mercurial.profile + extra-i686/PKGBUILD| 94 +++ extra-i686/mercurial.profile |2 extra-x86_64/PKGBUILD | 94 +++ extra-x86_64/mercurial.profile |2 4 files changed, 96 insertions(+), 96 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 08:10:39 UTC (rev 160651) +++ extra-i686/PKGBUILD 2012-06-03 08:11:02 UTC (rev 160652) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Douglas Soares de Andrade - -pkgname=mercurial -pkgver=2.2.1 -pkgrel=1 -pkgdesc="A scalable distributed SCM tool" -arch=('i686' 'x86_64') -url="http://mercurial.selenic.com/"; -license=('GPL') -depends=('python2') -optdepends=('tk: for the hgk GUI') -backup=('etc/mercurial/hgrc') -source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"; -'mercurial.profile') -md5sums=('0ff7c7f7c50e506d494ff84baa10a77d' - '43e1d36564d4c7fbe9a091d3ea370a44') - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - python2 setup.py install --root="${pkgdir}/" --optimize=1 - - sed -i -e 's#env python#env python2#' \ -"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py - - install -d ${pkgdir}/usr/share/man/{man1,man5} - install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" - install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5" - install -m755 contrib/hgk "${pkgdir}/usr/bin" - install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg" - install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg" - install -d "${pkgdir}/usr/share/emacs/site-lisp" - install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp" - - vimpath="${pkgdir}/usr/share/vim/vimfiles" - install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim" - - # set some variables - install -m755 -d ${pkgdir}/etc/profile.d - install -m755 ${srcdir}/mercurial.profile "${pkgdir}/etc/profile.d/mercurial.sh" - - # install configuration file - install -m755 -d ${pkgdir}/etc/mercurial - install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc" -} Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 160651, mercurial/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 08:11:02 UTC (rev 160652) @@ -0,0 +1,47 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Douglas Soares de Andrade + +pkgname=mercurial +pkgver=2.2.2 +pkgrel=1 +pkgdesc="A scalable distributed SCM tool" +arch=('i686' 'x86_64') +url="http://mercurial.selenic.com/"; +license=('GPL') +depends=('python2') +optdepends=('tk: for the hgk GUI') +backup=('etc/mercurial/hgrc') +source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"; +'mercurial.profile') +md5sums=('9f59b5d71969cbb2671702cd2a7a5a11' + '43e1d36564d4c7fbe9a091d3ea370a44') + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + python2 setup.py install --root="${pkgdir}/" --optimize=1 + + sed -i -e 's#env python#env python2#' \ +"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py + + install -d ${pkgdir}/usr/share/man/{man1,man5} + install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1" + install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5" + install -m755 contrib/hgk "${pkgdir}/usr/bin" + install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg" + install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg" + install -d "${pkgdir}/usr/share/emacs/site-lisp" + install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp" + + vimpath="${pkgdir}/usr/share/vim/vimfiles" + install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim" + + # set some variables + install -m755 -d ${pkgdir}/etc/profile.d + install -m755 ${srcdir}/mercurial.profile "${pkgdir}/etc/profile.d/mercurial.sh" + + # install configuration file + install -m755 -d ${pkgdir}/etc/mercurial +
[arch-commits] Commit in mercurial/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 04:10:39 Author: giovanni Revision: 160651 upgpkg: mercurial 2.2.2-1 upstream release Modified: mercurial/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 07:59:58 UTC (rev 160650) +++ PKGBUILD2012-06-03 08:10:39 UTC (rev 160651) @@ -3,7 +3,7 @@ # Contributor: Douglas Soares de Andrade pkgname=mercurial -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ backup=('etc/mercurial/hgrc') source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz"; 'mercurial.profile') -md5sums=('0ff7c7f7c50e506d494ff84baa10a77d' +md5sums=('9f59b5d71969cbb2671702cd2a7a5a11' '43e1d36564d4c7fbe9a091d3ea370a44') package() {
[arch-commits] Commit in help2man/repos (8 files)
Date: Sunday, June 3, 2012 @ 03:59:58 Author: giovanni Revision: 160650 archrelease: copy trunk to extra-i686, extra-x86_64 Added: help2man/repos/extra-i686/PKGBUILD (from rev 160649, help2man/trunk/PKGBUILD) help2man/repos/extra-i686/help2man.install (from rev 160649, help2man/trunk/help2man.install) help2man/repos/extra-x86_64/PKGBUILD (from rev 160649, help2man/trunk/PKGBUILD) help2man/repos/extra-x86_64/help2man.install (from rev 160649, help2man/trunk/help2man.install) Deleted: help2man/repos/extra-i686/PKGBUILD help2man/repos/extra-i686/help2man.install help2man/repos/extra-x86_64/PKGBUILD help2man/repos/extra-x86_64/help2man.install ---+ extra-i686/PKGBUILD | 62 extra-i686/help2man.install | 36 +++ extra-x86_64/PKGBUILD | 62 extra-x86_64/help2man.install | 36 +++ 4 files changed, 98 insertions(+), 98 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-06-03 07:59:34 UTC (rev 160649) +++ extra-i686/PKGBUILD 2012-06-03 07:59:58 UTC (rev 160650) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Paul Mattal - -pkgname=help2man -pkgver=1.40.9 -pkgrel=1 -pkgdesc="Conversion tool to create man files" -arch=('i686' 'x86_64') -url="http://www.gnu.org/software/help2man/"; -license=('GPL') -depends=('perl-locale-gettext') -install=help2man.install -source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('243aa6d549888c265616f2a082777a56') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --libdir=/usr/lib - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install -} Copied: help2man/repos/extra-i686/PKGBUILD (from rev 160649, help2man/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-06-03 07:59:58 UTC (rev 160650) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Paul Mattal + +pkgname=help2man +pkgver=1.40.10 +pkgrel=1 +pkgdesc="Conversion tool to create man files" +arch=('i686' 'x86_64') +url="http://www.gnu.org/software/help2man/"; +license=('GPL') +depends=('perl-locale-gettext') +install=help2man.install +source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('7181a363af41e0f476dd81f36b105a8e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --libdir=/usr/lib + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/help2man.install === --- extra-i686/help2man.install 2012-06-03 07:59:34 UTC (rev 160649) +++ extra-i686/help2man.install 2012-06-03 07:59:58 UTC (rev 160650) @@ -1,18 +0,0 @@ -info_dir=/usr/share/info -info_files=(help2man.info) - -post_install() { - for f in ${info_files[@]}; do -install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null - done -} - -post_upgrade() { - post_install -} - -pre_remove() { - for f in ${info_files[@]}; do -install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null - done -} Copied: help2man/repos/extra-i686/help2man.install (from rev 160649, help2man/trunk/help2man.install) === --- extra-i686/help2man.install (rev 0) +++ extra-i686/help2man.install 2012-06-03 07:59:58 UTC (rev 160650) @@ -0,0 +1,18 @@ +info_dir=/usr/share/info +info_files=(help2man.info) + +post_install() { + for f in ${info_files[@]}; do +install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null + done +} + +post_upgrade() { + post_install +} + +pre_remove() { + for f in ${info_files[@]}; do +install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null + done +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-06-03 07:59:34 UTC (rev 160649) +++ extra-x86_64/PKGBUILD 2012-06-03 07:59:58 UTC (rev 160650) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Paul Mattal - -pkgname=help2man -pkgver=1.40.9 -pkgrel=1 -pkgdesc="Conversion tool to create man files" -arch=('i686' 'x86_64') -url="http://www.gnu.org/software/help2man/"; -license=('GPL') -depends=('perl-locale-gettext') -install=help2man.install -source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums
[arch-commits] Commit in help2man/trunk (PKGBUILD)
Date: Sunday, June 3, 2012 @ 03:59:34 Author: giovanni Revision: 160649 upgpkg: help2man 1.40.10-1 upstream release Modified: help2man/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-06-03 05:23:46 UTC (rev 160648) +++ PKGBUILD2012-06-03 07:59:34 UTC (rev 160649) @@ -3,7 +3,7 @@ # Contributor: Paul Mattal pkgname=help2man -pkgver=1.40.9 +pkgver=1.40.10 pkgrel=1 pkgdesc="Conversion tool to create man files" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('perl-locale-gettext') install=help2man.install source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('243aa6d549888c265616f2a082777a56') +md5sums=('7181a363af41e0f476dd81f36b105a8e') build() { cd "${srcdir}/${pkgname}-${pkgver}"