[arch-commits] Commit in rdesktop/repos (12 files)
Date: Wednesday, January 11, 2012 @ 00:01:01 Author: eric Revision: 146436 archrelease: copy trunk to extra-i686, extra-x86_64 Added: rdesktop/repos/extra-i686/PKGBUILD (from rev 146435, rdesktop/trunk/PKGBUILD) rdesktop/repos/extra-i686/rdesktop-libao.patch (from rev 146435, rdesktop/trunk/rdesktop-libao.patch) rdesktop/repos/extra-i686/rdesktop-send_physical_buttons.diff (from rev 146435, rdesktop/trunk/rdesktop-send_physical_buttons.diff) rdesktop/repos/extra-x86_64/PKGBUILD (from rev 146435, rdesktop/trunk/PKGBUILD) rdesktop/repos/extra-x86_64/rdesktop-libao.patch (from rev 146435, rdesktop/trunk/rdesktop-libao.patch) rdesktop/repos/extra-x86_64/rdesktop-send_physical_buttons.diff (from rev 146435, rdesktop/trunk/rdesktop-send_physical_buttons.diff) Deleted: rdesktop/repos/extra-i686/PKGBUILD rdesktop/repos/extra-i686/rdesktop-libao.patch rdesktop/repos/extra-i686/rdesktop-send_physical_buttons.diff rdesktop/repos/extra-x86_64/PKGBUILD rdesktop/repos/extra-x86_64/rdesktop-libao.patch rdesktop/repos/extra-x86_64/rdesktop-send_physical_buttons.diff --+ extra-i686/PKGBUILD | 70 +- extra-i686/rdesktop-libao.patch | 40 +++--- extra-i686/rdesktop-send_physical_buttons.diff | 140 ++--- extra-x86_64/PKGBUILD| 70 +- extra-x86_64/rdesktop-libao.patch| 40 +++--- extra-x86_64/rdesktop-send_physical_buttons.diff | 140 ++--- 6 files changed, 250 insertions(+), 250 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-11 05:00:39 UTC (rev 146435) +++ extra-i686/PKGBUILD 2012-01-11 05:01:01 UTC (rev 146436) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Dan McGee - -pkgname=rdesktop -pkgver=1.7.0 -pkgrel=2 -depends=('libx11' 'openssl' 'libao' 'libsamplerate') -pkgdesc="An open source client for Windows Remote Desktop Services" -url="http://www.rdesktop.org/"; -license=('GPL') -arch=('i686' 'x86_64') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch') -md5sums=('77fa93b21aa38837a85e81c00e757228' - '880d3aeac67b901e6bf44d1323374768' - 'bd2c9bc68bddcc2652c668753d787df7') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - # FS#15113 - patch -i ${srcdir}/rdesktop-send_physical_buttons.diff - - # Fix libao segfault, from Fedora - patch -i ${srcdir}/rdesktop-libao.patch - - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install -} Copied: rdesktop/repos/extra-i686/PKGBUILD (from rev 146435, rdesktop/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-11 05:01:01 UTC (rev 146436) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Dan McGee + +pkgname=rdesktop +pkgver=1.7.1 +pkgrel=1 +pkgdesc="An open source client for Windows Remote Desktop Services" +arch=('i686' 'x86_64') +url="http://www.rdesktop.org/"; +license=('GPL3') +depends=('libx11' 'openssl' 'libao' 'libsamplerate') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"; +'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch') +md5sums=('c4b39115951c4a6d74f511c99b18fcf9' + '880d3aeac67b901e6bf44d1323374768' + 'bd2c9bc68bddcc2652c668753d787df7') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + # FS#15113 + patch -i "${srcdir}/rdesktop-send_physical_buttons.diff" + + # Fix libao segfault, from Fedora + patch -i "${srcdir}/rdesktop-libao.patch" + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/rdesktop-libao.patch === --- extra-i686/rdesktop-libao.patch 2012-01-11 05:00:39 UTC (rev 146435) +++ extra-i686/rdesktop-libao.patch 2012-01-11 05:01:01 UTC (rev 146436) @@ -1,20 +0,0 @@ -diff -up rdesktop-1.6.0/rdpsnd_libao.c.ao rdesktop-1.6.0/rdpsnd_libao.c rdesktop-1.6.0/rdpsnd_libao.c.ao 2007-10-30 14:57:30.0 +0100 -+++ rdesktop-1.6.0/rdpsnd_libao.c 2010-12-02 21:22:39.0 +0100 -@@ -76,7 +76,7 @@ libao_open(void) - format.channels = 2; - format.rate = 44100; - format.byte_format = AO_FMT_NATIVE; -- -+ format.matrix = NULL; - - o_device = ao_open_live(default_driver, &format, NULL); - if (o_device == NULL) -@@ -115,6 +115,7 @@ libao_set_format(RD_WAVEFORMATEX * pwfx) - format.channels = pwfx->nChannels; - format.rate = 44100; - format.byte_format =
[arch-commits] Commit in rdesktop/trunk (PKGBUILD)
Date: Wednesday, January 11, 2012 @ 00:00:39 Author: eric Revision: 146435 upgpkg: rdesktop 1.7.1-1 Upstream update, Updated license Modified: rdesktop/trunk/PKGBUILD --+ PKGBUILD | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-11 04:50:27 UTC (rev 146434) +++ PKGBUILD2012-01-11 05:00:39 UTC (rev 146435) @@ -3,33 +3,33 @@ # Contributor: Dan McGee pkgname=rdesktop -pkgver=1.7.0 -pkgrel=2 -depends=('libx11' 'openssl' 'libao' 'libsamplerate') +pkgver=1.7.1 +pkgrel=1 pkgdesc="An open source client for Windows Remote Desktop Services" +arch=('i686' 'x86_64') url="http://www.rdesktop.org/"; -license=('GPL') -arch=('i686' 'x86_64') +license=('GPL3') +depends=('libx11' 'openssl' 'libao' 'libsamplerate') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"; 'rdesktop-send_physical_buttons.diff' 'rdesktop-libao.patch') -md5sums=('77fa93b21aa38837a85e81c00e757228' +md5sums=('c4b39115951c4a6d74f511c99b18fcf9' '880d3aeac67b901e6bf44d1323374768' 'bd2c9bc68bddcc2652c668753d787df7') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" # FS#15113 - patch -i ${srcdir}/rdesktop-send_physical_buttons.diff + patch -i "${srcdir}/rdesktop-send_physical_buttons.diff" # Fix libao segfault, from Fedora - patch -i ${srcdir}/rdesktop-libao.patch + patch -i "${srcdir}/rdesktop-libao.patch" ./configure --prefix=/usr make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in ed/repos (3 files)
Date: Tuesday, January 10, 2012 @ 23:50:27 Author: dreisner Revision: 146434 db-move: moved ed from [testing] to [core] (x86_64) Added: ed/repos/core-x86_64/PKGBUILD (from rev 146432, ed/repos/testing-x86_64/PKGBUILD) Deleted: ed/repos/core-x86_64/PKGBUILD ed/repos/testing-x86_64/ --+ PKGBUILD | 80 - 1 file changed, 38 insertions(+), 42 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-01-11 04:50:26 UTC (rev 146433) +++ core-x86_64/PKGBUILD2012-01-11 04:50:27 UTC (rev 146434) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Dave Reisner -# Maintainer: Andreas Radke - -pkgname=ed -pkgver=1.5 -pkgrel=4 -pkgdesc="A POSIX-compliant line-oriented text editor" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnu.org/software/ed/ed.html"; -depends=('glibc' 'sh') -options=('!emptydirs') -source=(ftp://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.gz) -md5sums=('e66c03d7e4c67b025d5b6093ec678267') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/ \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - "CFLAGS=$CFLAGS" \ - "LDFLAGS=$LDFLAGS" - - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - - make check -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make "DESTDIR=$pkgdir" install - - # nuke info pages - rm -r "$pkgdir/usr/share/info" -} Copied: ed/repos/core-x86_64/PKGBUILD (from rev 146432, ed/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-01-11 04:50:27 UTC (rev 146434) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Dave Reisner +# Maintainer: Andreas Radke + +pkgname=ed +pkgver=1.6 +pkgrel=1 +pkgdesc="A POSIX-compliant line-oriented text editor" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnu.org/software/ed/ed.html"; +depends=('glibc' 'sh') +options=('!emptydirs') +source=(ftp://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.gz) +md5sums=('9a78593decccaa889523aa4bb555ed4b') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/ \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + "CFLAGS=$CFLAGS" \ + "LDFLAGS=$LDFLAGS" + + make +} + +check() { + make -C "$pkgname-$pkgver" check +} + +package() { + make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install + + # nuke info pages + rm -r "$pkgdir/usr/share/info" +}
[arch-commits] Commit in ed/repos (core-i686/PKGBUILD core-i686/PKGBUILD testing-i686)
Date: Tuesday, January 10, 2012 @ 23:50:26 Author: dreisner Revision: 146433 db-move: moved ed from [testing] to [core] (i686) Added: ed/repos/core-i686/PKGBUILD (from rev 146432, ed/repos/testing-i686/PKGBUILD) Deleted: ed/repos/core-i686/PKGBUILD ed/repos/testing-i686/ --+ PKGBUILD | 80 - 1 file changed, 38 insertions(+), 42 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-01-11 00:54:52 UTC (rev 146432) +++ core-i686/PKGBUILD 2012-01-11 04:50:26 UTC (rev 146433) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Dave Reisner -# Maintainer: Andreas Radke - -pkgname=ed -pkgver=1.5 -pkgrel=4 -pkgdesc="A POSIX-compliant line-oriented text editor" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnu.org/software/ed/ed.html"; -depends=('glibc' 'sh') -options=('!emptydirs') -source=(ftp://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.gz) -md5sums=('e66c03d7e4c67b025d5b6093ec678267') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/ \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - "CFLAGS=$CFLAGS" \ - "LDFLAGS=$LDFLAGS" - - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - - make check -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make "DESTDIR=$pkgdir" install - - # nuke info pages - rm -r "$pkgdir/usr/share/info" -} Copied: ed/repos/core-i686/PKGBUILD (from rev 146432, ed/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-01-11 04:50:26 UTC (rev 146433) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Dave Reisner +# Maintainer: Andreas Radke + +pkgname=ed +pkgver=1.6 +pkgrel=1 +pkgdesc="A POSIX-compliant line-oriented text editor" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnu.org/software/ed/ed.html"; +depends=('glibc' 'sh') +options=('!emptydirs') +source=(ftp://ftp.gnu.org/gnu/ed/${pkgname}-${pkgver}.tar.gz) +md5sums=('9a78593decccaa889523aa4bb555ed4b') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/ \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + "CFLAGS=$CFLAGS" \ + "LDFLAGS=$LDFLAGS" + + make +} + +check() { + make -C "$pkgname-$pkgver" check +} + +package() { + make -C "$pkgname-$pkgver" "DESTDIR=$pkgdir" install + + # nuke info pages + rm -r "$pkgdir/usr/share/info" +}
[arch-commits] Commit in dcraw/repos (12 files)
Date: Tuesday, January 10, 2012 @ 19:54:52 Author: eric Revision: 146432 archrelease: copy trunk to extra-i686, extra-x86_64 Added: dcraw/repos/extra-i686/PKGBUILD (from rev 146431, dcraw/trunk/PKGBUILD) dcraw/repos/extra-i686/dcraw.install (from rev 146431, dcraw/trunk/dcraw.install) dcraw/repos/extra-i686/license.txt (from rev 146431, dcraw/trunk/license.txt) dcraw/repos/extra-x86_64/PKGBUILD (from rev 146431, dcraw/trunk/PKGBUILD) dcraw/repos/extra-x86_64/dcraw.install (from rev 146431, dcraw/trunk/dcraw.install) dcraw/repos/extra-x86_64/license.txt (from rev 146431, dcraw/trunk/license.txt) Deleted: dcraw/repos/extra-i686/PKGBUILD dcraw/repos/extra-i686/dcraw.install dcraw/repos/extra-i686/license.txt dcraw/repos/extra-x86_64/PKGBUILD dcraw/repos/extra-x86_64/dcraw.install dcraw/repos/extra-x86_64/license.txt + extra-i686/PKGBUILD| 96 +-- extra-i686/dcraw.install | 26 +-- extra-i686/license.txt | 32 +++--- extra-x86_64/PKGBUILD | 96 +-- extra-x86_64/dcraw.install | 26 +-- extra-x86_64/license.txt | 32 +++--- 6 files changed, 154 insertions(+), 154 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-11 00:54:18 UTC (rev 146431) +++ extra-i686/PKGBUILD 2012-01-11 00:54:52 UTC (rev 146432) @@ -1,48 +0,0 @@ -# $Id$ -# Maintainer: tobias -# Contributor: Tobias Kieslich - -pkgname=dcraw -pkgver=9.11 -pkgrel=1 -pkgdesc="A command line based converter for digicams raw output" -arch=('i686' 'x86_64') -url="http://www.cybercom.net/~dcoffin/dcraw/"; -license=('custom') -depends=('lcms' 'jasper') -source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz -license.txt) -sha1sums=('79dc403d6b629df6dac3218ad33dc89c4a86c234' - '502c8f0ac7434d48f5dcb2eefe7599627cb69454') - -build() { - cd "${srcdir}/${pkgname}" - gcc ${CFLAGS} -O3 -o dcraw dcraw.c \ --Wall -Wno-unused-result -Wno-array-bounds \ --lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\" -} - -package() { - cd "${srcdir}/${pkgname}" - install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw - install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1 - - for langchar in \ -fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \ -ca.latin1 da.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \ -zh_TW.big5 zh_CN.gb2312 - do -lang=$(echo $langchar | cut -d. -f1) -char=$(echo $langchar | cut -d. -f2-) -if [ -f dcraw_${lang}.1 ]; then - mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1 - iconv -f utf-8 -t $char dcraw_$lang.1 > "${pkgdir}"/usr/share/man/$lang/man1/dcraw.1 - mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1 - cp dcraw_$lang.1 "${pkgdir}"/usr/share/man/$lang.UTF-8/man1/dcraw.1 -fi -mkdir -p -m 755 "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES -msgfmt -o "${pkgdir}"/usr/share/locale/$lang/LC_MESSAGES/dcraw.mo dcraw_$lang.po - done - - install -Dm644 "${srcdir}/license.txt" "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt -} Copied: dcraw/repos/extra-i686/PKGBUILD (from rev 146431, dcraw/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-11 00:54:52 UTC (rev 146432) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: tobias +# Contributor: Tobias Kieslich + +pkgname=dcraw +pkgver=9.12 +pkgrel=1 +pkgdesc="A command line based converter for digicams raw output" +arch=('i686' 'x86_64') +url="http://www.cybercom.net/~dcoffin/dcraw/"; +license=('custom') +depends=('lcms' 'jasper') +source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz +license.txt) +sha1sums=('b0110f83692b14940a8e43759d7ccefa77103cc6' + '502c8f0ac7434d48f5dcb2eefe7599627cb69454') + +build() { + cd "${srcdir}/${pkgname}" + gcc ${CFLAGS} -O3 -o dcraw dcraw.c \ +-Wall -Wno-unused-result -Wno-array-bounds \ +-lm -ljasper -ljpeg -llcms -DLOCALEDIR=\"/usr/share/locale/\" +} + +package() { + cd "${srcdir}/${pkgname}" + install -Dm755 dcraw "${pkgdir}"/usr/bin/dcraw + install -Dm644 dcraw.1 "${pkgdir}"/usr/share/man/man1/dcraw.1 + + for langchar in \ +fr.latin1 it.latin1 de.latin1 pt.latin1 es.latin1 nl.latin1 sv.latin1 \ +ca.latin1 da.latin1 cs.latin2 hu.latin2 pl.latin2 eo.latin3 ru.koi8-r \ +zh_TW.big5 zh_CN.gb2312 + do +lang=$(echo $langchar | cut -d. -f1) +char=$(echo $langchar | cut -d. -f2-) +if [ -f dcraw_${lang}.1 ]; then + mkdir -p -m 755 "${pkgdir}"/usr/share/man/$lang/man1 + iconv -f utf-8 -t $char dcraw_$lang.1 > "${pkgdir}"/usr/share/man/$lang/man1/dcraw.1 + mkdir -p -m 755 "${pkgdir}"/usr/
[arch-commits] Commit in dcraw/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 19:54:18 Author: eric Revision: 146431 upgpkg: dcraw 9.12-1 Upstream update Modified: dcraw/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 23:37:56 UTC (rev 146430) +++ PKGBUILD2012-01-11 00:54:18 UTC (rev 146431) @@ -3,7 +3,7 @@ # Contributor: Tobias Kieslich pkgname=dcraw -pkgver=9.11 +pkgver=9.12 pkgrel=1 pkgdesc="A command line based converter for digicams raw output" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('lcms' 'jasper') source=(http://www.cybercom.net/~dcoffin/dcraw/archive/${pkgname}-${pkgver}.tar.gz license.txt) -sha1sums=('79dc403d6b629df6dac3218ad33dc89c4a86c234' +sha1sums=('b0110f83692b14940a8e43759d7ccefa77103cc6' '502c8f0ac7434d48f5dcb2eefe7599627cb69454') build() {
[arch-commits] Commit in xine-ui/repos (13 files)
Date: Tuesday, January 10, 2012 @ 18:37:56 Author: eric Revision: 146430 db-move: moved xine-ui from [testing] to [extra] (x86_64) Added: xine-ui/repos/extra-x86_64/PKGBUILD (from rev 146414, xine-ui/repos/testing-x86_64/PKGBUILD) xine-ui/repos/extra-x86_64/fix_lirc.diff (from rev 146414, xine-ui/repos/testing-x86_64/fix_lirc.diff) xine-ui/repos/extra-x86_64/lirc-check-a89347673097.patch (from rev 146414, xine-ui/repos/testing-x86_64/lirc-check-a89347673097.patch) xine-ui/repos/extra-x86_64/lirc-makefile-a68dd15ff7ae.patch (from rev 146414, xine-ui/repos/testing-x86_64/lirc-makefile-a68dd15ff7ae.patch) xine-ui/repos/extra-x86_64/xine-ui-xdg.diff (from rev 146414, xine-ui/repos/testing-x86_64/xine-ui-xdg.diff) xine-ui/repos/extra-x86_64/xine-ui.install (from rev 146414, xine-ui/repos/testing-x86_64/xine-ui.install) Deleted: xine-ui/repos/extra-x86_64/PKGBUILD xine-ui/repos/extra-x86_64/fix_lirc.diff xine-ui/repos/extra-x86_64/lirc-check-a89347673097.patch xine-ui/repos/extra-x86_64/lirc-makefile-a68dd15ff7ae.patch xine-ui/repos/extra-x86_64/xine-ui-xdg.diff xine-ui/repos/extra-x86_64/xine-ui.install xine-ui/repos/testing-x86_64/ --+ PKGBUILD | 84 +++ fix_lirc.diff| 26 +- lirc-check-a89347673097.patch| 128 +-- lirc-makefile-a68dd15ff7ae.patch | 38 +-- xine-ui-xdg.diff | 412 ++--- xine-ui.install | 26 +- 6 files changed, 357 insertions(+), 357 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:54 UTC (rev 146429) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:56 UTC (rev 146430) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=xine-ui -pkgver=0.99.6 -pkgrel=3 -pkgdesc="A free video player for Unix" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.xine-project.org"; -depends=('xine-lib' 'curl' 'libxtst' 'libpng' 'libxft' 'libxxf86vm' -'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme' -'desktop-file-utils' 'lirc-utils') -makedepends=('libxt') -options=('!strip') -install=xine-ui.install -source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz - lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch -fix_lirc.diff xine-ui-xdg.diff) -sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e' - 'b2df43ede3a9d1a34b80139704a4cbbc7295c584' - '8bbd39f61de7b6991385457a4944b8ea104da88b' - '2361df9ddad59c426b0f863414c6d527b463a38a' - '9c70c6543dae6815710b239b4638ffe3843bac86') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 < "${srcdir}/lirc-check-a89347673097.patch" - patch -p1 < "${srcdir}/lirc-makefile-a68dd15ff7ae.patch" - patch -p1 < "${srcdir}/fix_lirc.diff" - patch -p1 < "${srcdir}/xine-ui-xdg.diff" - sed -i '/\#include /d' src/xitk/download.c - autoconf - ./configure --prefix=/usr --mandir=/usr/share/man \ ---with-x --enable-lirc --without-aalib --enable-debug - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install -} Copied: xine-ui/repos/extra-x86_64/PKGBUILD (from rev 146414, xine-ui/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:56 UTC (rev 146430) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=xine-ui +pkgver=0.99.6 +pkgrel=4 +pkgdesc="A free video player for Unix" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.xine-project.org"; +depends=('xine-lib' 'curl' 'libpng' 'libxft' 'libxxf86vm' +'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme' +'desktop-file-utils' 'lirc-utils') +makedepends=('libxt') +options=('!strip') +install=xine-ui.install +source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz + lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch +fix_lirc.diff xine-ui-xdg.diff) +sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e' + 'b2df43ede3a9d1a34b80139704a4cbbc7295c584' + '8bbd39f61de7b6991385457a4944b8ea104da88b' + '2361df9ddad59c426b0f863414c6d527b463a38a' + '9c70c6543dae6815710b239b4638ffe3843bac86') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 < "${srcdir}/lirc-check-a89347673097.patch" + patch -p1 < "${srcdir}/lirc-makefile-a68dd15ff7ae.patch" + patch -p1 < "${srcdir}/fix_lirc.diff" + patch -p1 < "${srcdir}/xine-ui-xdg.diff" + sed -i '/\#include /d' src/xitk/download.c + autoconf + ./configure --prefix=/usr --mandir=/usr/share/man \ +--with-x --enable-lirc --without-aalib --enable-debug + make +} + +package() { + c
[arch-commits] Commit in xine-ui/repos (13 files)
Date: Tuesday, January 10, 2012 @ 18:37:54 Author: eric Revision: 146429 db-move: moved xine-ui from [testing] to [extra] (i686) Added: xine-ui/repos/extra-i686/PKGBUILD (from rev 146414, xine-ui/repos/testing-i686/PKGBUILD) xine-ui/repos/extra-i686/fix_lirc.diff (from rev 146414, xine-ui/repos/testing-i686/fix_lirc.diff) xine-ui/repos/extra-i686/lirc-check-a89347673097.patch (from rev 146414, xine-ui/repos/testing-i686/lirc-check-a89347673097.patch) xine-ui/repos/extra-i686/lirc-makefile-a68dd15ff7ae.patch (from rev 146414, xine-ui/repos/testing-i686/lirc-makefile-a68dd15ff7ae.patch) xine-ui/repos/extra-i686/xine-ui-xdg.diff (from rev 146414, xine-ui/repos/testing-i686/xine-ui-xdg.diff) xine-ui/repos/extra-i686/xine-ui.install (from rev 146414, xine-ui/repos/testing-i686/xine-ui.install) Deleted: xine-ui/repos/extra-i686/PKGBUILD xine-ui/repos/extra-i686/fix_lirc.diff xine-ui/repos/extra-i686/lirc-check-a89347673097.patch xine-ui/repos/extra-i686/lirc-makefile-a68dd15ff7ae.patch xine-ui/repos/extra-i686/xine-ui-xdg.diff xine-ui/repos/extra-i686/xine-ui.install xine-ui/repos/testing-i686/ --+ PKGBUILD | 84 +++ fix_lirc.diff| 26 +- lirc-check-a89347673097.patch| 128 +-- lirc-makefile-a68dd15ff7ae.patch | 38 +-- xine-ui-xdg.diff | 412 ++--- xine-ui.install | 26 +- 6 files changed, 357 insertions(+), 357 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:52 UTC (rev 146428) +++ extra-i686/PKGBUILD 2012-01-10 23:37:54 UTC (rev 146429) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=xine-ui -pkgver=0.99.6 -pkgrel=3 -pkgdesc="A free video player for Unix" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.xine-project.org"; -depends=('xine-lib' 'curl' 'libxtst' 'libpng' 'libxft' 'libxxf86vm' -'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme' -'desktop-file-utils' 'lirc-utils') -makedepends=('libxt') -options=('!strip') -install=xine-ui.install -source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz - lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch -fix_lirc.diff xine-ui-xdg.diff) -sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e' - 'b2df43ede3a9d1a34b80139704a4cbbc7295c584' - '8bbd39f61de7b6991385457a4944b8ea104da88b' - '2361df9ddad59c426b0f863414c6d527b463a38a' - '9c70c6543dae6815710b239b4638ffe3843bac86') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 < "${srcdir}/lirc-check-a89347673097.patch" - patch -p1 < "${srcdir}/lirc-makefile-a68dd15ff7ae.patch" - patch -p1 < "${srcdir}/fix_lirc.diff" - patch -p1 < "${srcdir}/xine-ui-xdg.diff" - sed -i '/\#include /d' src/xitk/download.c - autoconf - ./configure --prefix=/usr --mandir=/usr/share/man \ ---with-x --enable-lirc --without-aalib --enable-debug - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install -} Copied: xine-ui/repos/extra-i686/PKGBUILD (from rev 146414, xine-ui/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:54 UTC (rev 146429) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=xine-ui +pkgver=0.99.6 +pkgrel=4 +pkgdesc="A free video player for Unix" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.xine-project.org"; +depends=('xine-lib' 'curl' 'libpng' 'libxft' 'libxxf86vm' +'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme' +'desktop-file-utils' 'lirc-utils') +makedepends=('libxt') +options=('!strip') +install=xine-ui.install +source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz + lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch +fix_lirc.diff xine-ui-xdg.diff) +sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e' + 'b2df43ede3a9d1a34b80139704a4cbbc7295c584' + '8bbd39f61de7b6991385457a4944b8ea104da88b' + '2361df9ddad59c426b0f863414c6d527b463a38a' + '9c70c6543dae6815710b239b4638ffe3843bac86') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 < "${srcdir}/lirc-check-a89347673097.patch" + patch -p1 < "${srcdir}/lirc-makefile-a68dd15ff7ae.patch" + patch -p1 < "${srcdir}/fix_lirc.diff" + patch -p1 < "${srcdir}/xine-ui-xdg.diff" + sed -i '/\#include /d' src/xitk/download.c + autoconf + ./configure --prefix=/usr --mandir=/usr/share/man \ +--with-x --enable-lirc --without-aalib --enable-debug + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" desktopdir=/usr/
[arch-commits] Commit in xine-lib/repos (3 files)
Date: Tuesday, January 10, 2012 @ 18:37:51 Author: eric Revision: 146427 db-move: moved xine-lib from [testing] to [extra] (i686) Added: xine-lib/repos/extra-i686/PKGBUILD (from rev 146414, xine-lib/repos/testing-i686/PKGBUILD) Deleted: xine-lib/repos/extra-i686/PKGBUILD xine-lib/repos/testing-i686/ --+ PKGBUILD | 87 ++--- 1 file changed, 44 insertions(+), 43 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:48 UTC (rev 146426) +++ extra-i686/PKGBUILD 2012-01-10 23:37:51 UTC (rev 146427) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=xine-lib -pkgver=1.1.20 -pkgrel=1 -pkgdesc="A multimedia playback engine" -arch=('i686' 'x86_64') -url="http://www.xine-project.org"; -license=('LGPL' 'GPL') -depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug') -makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa' - 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 'aalib') -optdepends=('imagemagick: for using the imagemagick plugin' \ -'smbclient: for using the smb plugin' \ -'jack: for using the jack plugin' \ -'vcdimager: for using the vcd plugin' \ -'gdk-pixbuf2: for using the gdk-pixbuf plugin' \ -'mesa: for using the opengl plugin' \ -'libpulse: for using the pulseaudio plugin' \ -'speex: for using the speex plugin' \ -'v4l-utils: for using the v4l 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') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) -sha1sums=('1dbd48e14113739101429391d45f65ebbf6519fc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \ -configure src/input/input_v4l.c src/video_out/video_out_syncfb.h - ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg --with-external-libfaad \ ---disable-optimizations - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: xine-lib/repos/extra-i686/PKGBUILD (from rev 146414, xine-lib/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:51 UTC (rev 146427) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=xine-lib +pkgver=1.2.0 +pkgrel=1 +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') +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') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) +sha1sums=('5d5385f2a0c3bb7beaba1079cd9b62c4c92a301d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in xine-lib/repos (3 files)
Date: Tuesday, January 10, 2012 @ 18:37:52 Author: eric Revision: 146428 db-move: moved xine-lib from [testing] to [extra] (x86_64) Added: xine-lib/repos/extra-x86_64/PKGBUILD (from rev 146414, xine-lib/repos/testing-x86_64/PKGBUILD) Deleted: xine-lib/repos/extra-x86_64/PKGBUILD xine-lib/repos/testing-x86_64/ --+ PKGBUILD | 87 ++--- 1 file changed, 44 insertions(+), 43 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:51 UTC (rev 146427) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:52 UTC (rev 146428) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=xine-lib -pkgver=1.1.20 -pkgrel=1 -pkgdesc="A multimedia playback engine" -arch=('i686' 'x86_64') -url="http://www.xine-project.org"; -license=('LGPL' 'GPL') -depends=('libxvmc' 'flac' 'ffmpeg' 'libxinerama' 'libmodplug') -makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'smbclient' 'mesa' - 'v4l-utils' 'vcdimager' 'jack' 'gdk-pixbuf2' 'libpulse' 'speex' 'aalib') -optdepends=('imagemagick: for using the imagemagick plugin' \ -'smbclient: for using the smb plugin' \ -'jack: for using the jack plugin' \ -'vcdimager: for using the vcd plugin' \ -'gdk-pixbuf2: for using the gdk-pixbuf plugin' \ -'mesa: for using the opengl plugin' \ -'libpulse: for using the pulseaudio plugin' \ -'speex: for using the speex plugin' \ -'v4l-utils: for using the v4l 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') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) -sha1sums=('1dbd48e14113739101429391d45f65ebbf6519fc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \ -configure src/input/input_v4l.c src/video_out/video_out_syncfb.h - ./configure --prefix=/usr --with-wavpack --with-external-ffmpeg --with-external-libfaad \ ---disable-optimizations - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: xine-lib/repos/extra-x86_64/PKGBUILD (from rev 146414, xine-lib/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:52 UTC (rev 146428) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=xine-lib +pkgver=1.2.0 +pkgrel=1 +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') +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') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz) +sha1sums=('5d5385f2a0c3bb7beaba1079cd9b62c4c92a301d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --with-wavpack --enable-vdpau --disable-optimizations + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in oxine/repos (3 files)
Date: Tuesday, January 10, 2012 @ 18:37:48 Author: eric Revision: 146426 db-move: moved oxine from [testing] to [extra] (x86_64) Added: oxine/repos/extra-x86_64/PKGBUILD (from rev 146414, oxine/repos/testing-x86_64/PKGBUILD) Deleted: oxine/repos/extra-x86_64/PKGBUILD oxine/repos/testing-x86_64/ --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:46 UTC (rev 146425) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:48 UTC (rev 146426) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Alexander Baldeck -# Contributor: Rouslan Solomakhin -# Contributor: dorphell - -pkgname=oxine -pkgver=0.7.1 -pkgrel=4 -pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems" -arch=('i686' 'x86_64') -url="http://oxine.sourceforge.net/"; -license=('GPL') -depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst') -source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz) -md5sums=('2a2d05ee21892624e35cf539e532c0dd') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|#include ||' configure src/download.c - ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \ ---without-imagemagick --disable-gdkpixbuf --disable-weather - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: oxine/repos/extra-x86_64/PKGBUILD (from rev 146414, oxine/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:48 UTC (rev 146426) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Alexander Baldeck +# Contributor: Rouslan Solomakhin +# Contributor: dorphell + +pkgname=oxine +pkgver=0.7.1 +pkgrel=5 +pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems" +arch=('i686' 'x86_64') +url="http://oxine.sourceforge.net/"; +license=('GPL') +depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst') +source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz) +md5sums=('2a2d05ee21892624e35cf539e532c0dd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|#include ||' configure src/download.c + ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \ +--without-imagemagick --disable-gdkpixbuf --disable-weather + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in oxine/repos (3 files)
Date: Tuesday, January 10, 2012 @ 18:37:46 Author: eric Revision: 146425 db-move: moved oxine from [testing] to [extra] (i686) Added: oxine/repos/extra-i686/PKGBUILD (from rev 146414, oxine/repos/testing-i686/PKGBUILD) Deleted: oxine/repos/extra-i686/PKGBUILD oxine/repos/testing-i686/ --+ PKGBUILD | 56 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:44 UTC (rev 146424) +++ extra-i686/PKGBUILD 2012-01-10 23:37:46 UTC (rev 146425) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Alexander Baldeck -# Contributor: Rouslan Solomakhin -# Contributor: dorphell - -pkgname=oxine -pkgver=0.7.1 -pkgrel=4 -pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems" -arch=('i686' 'x86_64') -url="http://oxine.sourceforge.net/"; -license=('GPL') -depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst') -source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz) -md5sums=('2a2d05ee21892624e35cf539e532c0dd') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|#include ||' configure src/download.c - ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \ ---without-imagemagick --disable-gdkpixbuf --disable-weather - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: oxine/repos/extra-i686/PKGBUILD (from rev 146414, oxine/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:46 UTC (rev 146425) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Alexander Baldeck +# Contributor: Rouslan Solomakhin +# Contributor: dorphell + +pkgname=oxine +pkgver=0.7.1 +pkgrel=5 +pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems" +arch=('i686' 'x86_64') +url="http://oxine.sourceforge.net/"; +license=('GPL') +depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst') +source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz) +md5sums=('2a2d05ee21892624e35cf539e532c0dd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|#include ||' configure src/download.c + ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \ +--without-imagemagick --disable-gdkpixbuf --disable-weather + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in opencv/repos (3 files)
Date: Tuesday, January 10, 2012 @ 18:37:44 Author: eric Revision: 146424 db-move: moved opencv from [testing] to [extra] (x86_64) Added: opencv/repos/extra-x86_64/PKGBUILD (from rev 146414, opencv/repos/testing-x86_64/PKGBUILD) Deleted: opencv/repos/extra-x86_64/PKGBUILD opencv/repos/testing-x86_64/ --+ PKGBUILD | 230 +++-- 1 file changed, 119 insertions(+), 111 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:43 UTC (rev 146423) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:44 UTC (rev 146424) @@ -1,111 +0,0 @@ -# $Id$ -# Maintainer: Ray Rashif -# Contributor: Tobias Powalowski - -pkgbase=opencv -pkgname=('opencv' 'opencv-docs' 'opencv-samples') -_realname=OpenCV -pkgver=2.3.1_a -_realver=2.3.1 -pkgrel=2 -pkgdesc="Open Source Computer Vision Library" -arch=('i686' 'x86_64') -license=('BSD') -url="http://opencv.willowgarage.com/"; -depends=('jasper' 'gstreamer0.10-base' 'openexr' - 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') -makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') -optdepends=('opencv-docs' -'opencv-samples' -'eigen2' -'python2-numpy: Python 2.x interface') -options=('!libtool') -source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${_realver}a.tar.bz2";) -md5sums=('82e4b6bfa349777233eea09b075e931e') - -_cmakeopts=('-D CMAKE_BUILD_TYPE=Release' -'-D CMAKE_INSTALL_PREFIX=/usr' -'-D CMAKE_SKIP_RPATH=ON' -'-D BUILD_TESTS=OFF' -'-D ENABLE_SSE=ON' -'-D ENABLE_SSE2=ON' -'-D ENABLE_SSE3=OFF' -'-D ENABLE_SSSE3=OFF' -'-D ENABLE_SSE41=OFF' -'-D ENABLE_SSE42=OFF' -'-D BUILD_EXAMPLES=ON' -'-D INSTALL_C_EXAMPLES=ON' -'-D INSTALL_PYTHON_EXAMPLES=ON' -'-D WITH_XINE=ON' -'-D WITH_QT=OFF' -'-D WITH_QT_OPENGL=OFF' -'-D WITH_UNICAP=OFF' -'-D WITH_PVAPI=OFF' -'-D WITH_OPENNI=OFF' -'-D WITH_TBB=OFF' -'-D WITH_IPP=OFF' -'-D WITH_CUDA=OFF' -'-D USE_FAST_MATH=ON') - -build() { - cd "$srcdir/$_realname-$_realver" - - # x64, i.e "Athlon64" and upwards, can use SSE3 - [ $CARCH = x86_64 ] && \ -_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON} - - cmake ${_cmakeopts[@]} . - - make -} - -package_opencv() { - cd "$srcdir/$_realname-$_realver" - - make DESTDIR="$pkgdir" install - - # install license file - install -Dm644 "$srcdir/$_realname-$_realver/doc/license.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - cd "$pkgdir/usr/share" - - # prepare FSH-friendly dirs - if [ -d OpenCV ]; then -mv opencv/samples OpenCV/ -rm -r opencv -mv OpenCV opencv - fi - - # separate docs package; also be -R friendly - [ -d opencv/doc ] && mv opencv/doc "$srcdir/opencv-doc" - - # separate samples package - [ -d opencv/samples ] && mv opencv/samples "$srcdir/opencv-samples" -} - -package_opencv-docs() { - pkgdesc+=" (documentation)" - unset depends - unset optdepends - options=('docs') - - cd "$srcdir" - - mkdir -p "$pkgdir/usr/share/doc" - cp -r opencv-doc "$pkgdir/usr/share/doc/opencv" -} - -package_opencv-samples() { - pkgdesc+=" (samples)" - depends=('bash') - unset optdepends - unset options - - cd "$srcdir" - - mkdir -p "$pkgdir/usr/share/opencv" - cp -r opencv-samples "$pkgdir/usr/share/opencv/samples" -} - -# vim:set ts=2 sw=2 et: Copied: opencv/repos/extra-x86_64/PKGBUILD (from rev 146414, opencv/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:44 UTC (rev 146424) @@ -0,0 +1,119 @@ +# $Id$ +# Maintainer: Ray Rashif +# Contributor: Tobias Powalowski + +pkgbase=opencv +pkgname=('opencv' 'opencv-docs' 'opencv-samples') +_realname=OpenCV +pkgver=2.3.1_a +_realver=2.3.1 +pkgrel=3 +pkgdesc="Open Source Computer Vision Library" +arch=('i686' 'x86_64') +license=('BSD') +url="http://opencv.willowgarage.com/"; +depends=('jasper' 'gstreamer0.10-base' 'openexr' + 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') +makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') +optdepends=('opencv-docs' +'opencv-samples' +'eigen2' +'python2-numpy: Python 2.x interface') +options=('!libtool') +source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${_realver}a.tar.bz2";) +md5sums=('82e4b6bfa349777233eea09b075e931e') + +_cmakeopts=('-D CMAKE_BUILD_TYPE=Release' +'-D CMAKE_INSTALL_PREFIX=/usr' +'-D CMAKE_SKIP_RPATH=ON' +'-D BUILD_TESTS=OFF' +'-D ENABLE_SSE=ON' +'-D ENABLE_SSE2=ON' +
[arch-commits] Commit in kdelibs/repos (12 files)
Date: Tuesday, January 10, 2012 @ 18:37:42 Author: eric Revision: 146422 db-move: moved kdelibs from [testing] to [extra] (x86_64) Added: kdelibs/repos/extra-x86_64/PKGBUILD (from rev 146414, kdelibs/repos/testing-x86_64/PKGBUILD) kdelibs/repos/extra-x86_64/archlinux-menu.patch (from rev 146414, kdelibs/repos/testing-x86_64/archlinux-menu.patch) kdelibs/repos/extra-x86_64/fix-knotify-filepath.patch (from rev 146414, kdelibs/repos/testing-x86_64/fix-knotify-filepath.patch) kdelibs/repos/extra-x86_64/kde-applications-menu.patch (from rev 146414, kdelibs/repos/testing-x86_64/kde-applications-menu.patch) kdelibs/repos/extra-x86_64/kdelibs-4.7.4-xinelib12x.patch (from rev 146414, kdelibs/repos/testing-x86_64/kdelibs-4.7.4-xinelib12x.patch) kdelibs/repos/extra-x86_64/kdelibs.install (from rev 146414, kdelibs/repos/testing-x86_64/kdelibs.install) Deleted: kdelibs/repos/extra-x86_64/PKGBUILD kdelibs/repos/extra-x86_64/archlinux-menu.patch kdelibs/repos/extra-x86_64/fix-knotify-filepath.patch kdelibs/repos/extra-x86_64/kde-applications-menu.patch kdelibs/repos/extra-x86_64/kdelibs.install kdelibs/repos/testing-x86_64/ + PKGBUILD | 127 +++ archlinux-menu.patch | 44 ++--- fix-knotify-filepath.patch | 26 +++ kde-applications-menu.patch| 44 ++--- kdelibs-4.7.4-xinelib12x.patch | 32 + kdelibs.install| 26 +++ 6 files changed, 167 insertions(+), 132 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:41 UTC (rev 146421) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:42 UTC (rev 146422) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdelibs -pkgver=4.7.4 -pkgrel=4 -pkgdesc="KDE Core Libraries" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5' -'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 'grantlee' -'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils' -'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor' -'docbook-xsl' 'qtwebkit') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'avahi' 'libgl' 'hspell') -replaces=('kdelibs-experimental') -install='kdelibs.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"; -'kde-applications-menu.patch' 'archlinux-menu.patch' -'fix-knotify-filepath.patch') -sha1sums=('78b25e93a8c70ccc1e0f117cce960fe4e1deb8d8' - '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7739bc67' - '3312f6005aa56a9b992c74008fe5b314f1c8ffba') - -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 - - # https://bugs.kde.org/show_bug.cgi?id=285028 - patch -p1 -i "${srcdir}"/fix-knotify-filepath.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="${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 146414, kdelibs/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:42 UTC (rev 146422) @@ -0,0 +1,65 @@ +# $Id: PKGBUILD 145730 2011-12-29 13:52:20Z andrea $ +# Maintainer: Andrea Scarpino + +pkgname=kdelibs +pkgver=4.7.4 +pkgrel=5 +pkgdesc="KDE Core Libraries" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5' +'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 'grantlee' +'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils' +'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor' +'docbook
[arch-commits] Commit in opencv/repos (3 files)
Date: Tuesday, January 10, 2012 @ 18:37:43 Author: eric Revision: 146423 db-move: moved opencv from [testing] to [extra] (i686) Added: opencv/repos/extra-i686/PKGBUILD (from rev 146414, opencv/repos/testing-i686/PKGBUILD) Deleted: opencv/repos/extra-i686/PKGBUILD opencv/repos/testing-i686/ --+ PKGBUILD | 230 +++-- 1 file changed, 119 insertions(+), 111 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:42 UTC (rev 146422) +++ extra-i686/PKGBUILD 2012-01-10 23:37:43 UTC (rev 146423) @@ -1,111 +0,0 @@ -# $Id$ -# Maintainer: Ray Rashif -# Contributor: Tobias Powalowski - -pkgbase=opencv -pkgname=('opencv' 'opencv-docs' 'opencv-samples') -_realname=OpenCV -pkgver=2.3.1_a -_realver=2.3.1 -pkgrel=2 -pkgdesc="Open Source Computer Vision Library" -arch=('i686' 'x86_64') -license=('BSD') -url="http://opencv.willowgarage.com/"; -depends=('jasper' 'gstreamer0.10-base' 'openexr' - 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') -makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') -optdepends=('opencv-docs' -'opencv-samples' -'eigen2' -'python2-numpy: Python 2.x interface') -options=('!libtool') -source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${_realver}a.tar.bz2";) -md5sums=('82e4b6bfa349777233eea09b075e931e') - -_cmakeopts=('-D CMAKE_BUILD_TYPE=Release' -'-D CMAKE_INSTALL_PREFIX=/usr' -'-D CMAKE_SKIP_RPATH=ON' -'-D BUILD_TESTS=OFF' -'-D ENABLE_SSE=ON' -'-D ENABLE_SSE2=ON' -'-D ENABLE_SSE3=OFF' -'-D ENABLE_SSSE3=OFF' -'-D ENABLE_SSE41=OFF' -'-D ENABLE_SSE42=OFF' -'-D BUILD_EXAMPLES=ON' -'-D INSTALL_C_EXAMPLES=ON' -'-D INSTALL_PYTHON_EXAMPLES=ON' -'-D WITH_XINE=ON' -'-D WITH_QT=OFF' -'-D WITH_QT_OPENGL=OFF' -'-D WITH_UNICAP=OFF' -'-D WITH_PVAPI=OFF' -'-D WITH_OPENNI=OFF' -'-D WITH_TBB=OFF' -'-D WITH_IPP=OFF' -'-D WITH_CUDA=OFF' -'-D USE_FAST_MATH=ON') - -build() { - cd "$srcdir/$_realname-$_realver" - - # x64, i.e "Athlon64" and upwards, can use SSE3 - [ $CARCH = x86_64 ] && \ -_cmakeopts=${_cmakeopts[@]/ENABLE_SSE3=OFF/ENABLE_SSE3=ON} - - cmake ${_cmakeopts[@]} . - - make -} - -package_opencv() { - cd "$srcdir/$_realname-$_realver" - - make DESTDIR="$pkgdir" install - - # install license file - install -Dm644 "$srcdir/$_realname-$_realver/doc/license.txt" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - cd "$pkgdir/usr/share" - - # prepare FSH-friendly dirs - if [ -d OpenCV ]; then -mv opencv/samples OpenCV/ -rm -r opencv -mv OpenCV opencv - fi - - # separate docs package; also be -R friendly - [ -d opencv/doc ] && mv opencv/doc "$srcdir/opencv-doc" - - # separate samples package - [ -d opencv/samples ] && mv opencv/samples "$srcdir/opencv-samples" -} - -package_opencv-docs() { - pkgdesc+=" (documentation)" - unset depends - unset optdepends - options=('docs') - - cd "$srcdir" - - mkdir -p "$pkgdir/usr/share/doc" - cp -r opencv-doc "$pkgdir/usr/share/doc/opencv" -} - -package_opencv-samples() { - pkgdesc+=" (samples)" - depends=('bash') - unset optdepends - unset options - - cd "$srcdir" - - mkdir -p "$pkgdir/usr/share/opencv" - cp -r opencv-samples "$pkgdir/usr/share/opencv/samples" -} - -# vim:set ts=2 sw=2 et: Copied: opencv/repos/extra-i686/PKGBUILD (from rev 146414, opencv/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:43 UTC (rev 146423) @@ -0,0 +1,119 @@ +# $Id$ +# Maintainer: Ray Rashif +# Contributor: Tobias Powalowski + +pkgbase=opencv +pkgname=('opencv' 'opencv-docs' 'opencv-samples') +_realname=OpenCV +pkgver=2.3.1_a +_realver=2.3.1 +pkgrel=3 +pkgdesc="Open Source Computer Vision Library" +arch=('i686' 'x86_64') +license=('BSD') +url="http://opencv.willowgarage.com/"; +depends=('jasper' 'gstreamer0.10-base' 'openexr' + 'gtk2' 'xine-lib' 'libdc1394' 'v4l-utils') +makedepends=('pkg-config' 'cmake' 'python2-numpy' 'eigen2') +optdepends=('opencv-docs' +'opencv-samples' +'eigen2' +'python2-numpy: Python 2.x interface') +options=('!libtool') +source=("http://downloads.sourceforge.net/opencvlibrary/$_realname-${_realver}a.tar.bz2";) +md5sums=('82e4b6bfa349777233eea09b075e931e') + +_cmakeopts=('-D CMAKE_BUILD_TYPE=Release' +'-D CMAKE_INSTALL_PREFIX=/usr' +'-D CMAKE_SKIP_RPATH=ON' +'-D BUILD_TESTS=OFF' +'-D ENABLE_SSE=ON' +'-D ENABLE_SSE2=ON' +'-D ENABLE_SSE3=OFF' +'-D ENABLE_S
[arch-commits] Commit in kdelibs/repos (12 files)
Date: Tuesday, January 10, 2012 @ 18:37:41 Author: eric Revision: 146421 db-move: moved kdelibs from [testing] to [extra] (i686) Added: kdelibs/repos/extra-i686/PKGBUILD (from rev 146414, kdelibs/repos/testing-i686/PKGBUILD) kdelibs/repos/extra-i686/archlinux-menu.patch (from rev 146414, kdelibs/repos/testing-i686/archlinux-menu.patch) kdelibs/repos/extra-i686/fix-knotify-filepath.patch (from rev 146414, kdelibs/repos/testing-i686/fix-knotify-filepath.patch) kdelibs/repos/extra-i686/kde-applications-menu.patch (from rev 146414, kdelibs/repos/testing-i686/kde-applications-menu.patch) kdelibs/repos/extra-i686/kdelibs-4.7.4-xinelib12x.patch (from rev 146414, kdelibs/repos/testing-i686/kdelibs-4.7.4-xinelib12x.patch) kdelibs/repos/extra-i686/kdelibs.install (from rev 146414, kdelibs/repos/testing-i686/kdelibs.install) Deleted: kdelibs/repos/extra-i686/PKGBUILD kdelibs/repos/extra-i686/archlinux-menu.patch kdelibs/repos/extra-i686/fix-knotify-filepath.patch kdelibs/repos/extra-i686/kde-applications-menu.patch kdelibs/repos/extra-i686/kdelibs.install kdelibs/repos/testing-i686/ + PKGBUILD | 127 +++ archlinux-menu.patch | 44 ++--- fix-knotify-filepath.patch | 26 +++ kde-applications-menu.patch| 44 ++--- kdelibs-4.7.4-xinelib12x.patch | 32 + kdelibs.install| 26 +++ 6 files changed, 167 insertions(+), 132 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:38 UTC (rev 146420) +++ extra-i686/PKGBUILD 2012-01-10 23:37:41 UTC (rev 146421) @@ -1,62 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino - -pkgname=kdelibs -pkgver=4.7.4 -pkgrel=4 -pkgdesc="KDE Core Libraries" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL' 'FDL') -depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5' -'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 'grantlee' -'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils' -'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor' -'docbook-xsl' 'qtwebkit') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'avahi' 'libgl' 'hspell') -replaces=('kdelibs-experimental') -install='kdelibs.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"; -'kde-applications-menu.patch' 'archlinux-menu.patch' -'fix-knotify-filepath.patch') -sha1sums=('78b25e93a8c70ccc1e0f117cce960fe4e1deb8d8' - '86ee8c8660f19de8141ac99cd6943964d97a1ed7' - '63a850ab4196b9d06934f2b4a13acd9f7739bc67' - '3312f6005aa56a9b992c74008fe5b314f1c8ffba') - -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 - - # https://bugs.kde.org/show_bug.cgi?id=285028 - patch -p1 -i "${srcdir}"/fix-knotify-filepath.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="${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 146414, kdelibs/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:41 UTC (rev 146421) @@ -0,0 +1,65 @@ +# $Id: PKGBUILD 145730 2011-12-29 13:52:20Z andrea $ +# Maintainer: Andrea Scarpino + +pkgname=kdelibs +pkgver=4.7.4 +pkgrel=5 +pkgdesc="KDE Core Libraries" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL' 'FDL') +depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'krb5' +'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 'grantlee' +'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils' +'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor' +'docbook-xsl' 'qtwebkit') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'avahi' 'libgl
[arch-commits] Commit in kdebase-runtime/repos (7 files)
Date: Tuesday, January 10, 2012 @ 18:37:36 Author: eric Revision: 146419 db-move: moved kdebase-runtime from [testing] to [extra] (i686) Added: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 146414, kdebase-runtime/repos/testing-i686/PKGBUILD) kdebase-runtime/repos/extra-i686/kdebase-runtime.install (from rev 146414, kdebase-runtime/repos/testing-i686/kdebase-runtime.install) kdebase-runtime/repos/extra-i686/libqzeitgeist08.patch (from rev 146414, kdebase-runtime/repos/testing-i686/libqzeitgeist08.patch) Deleted: kdebase-runtime/repos/extra-i686/PKGBUILD kdebase-runtime/repos/extra-i686/kdebase-runtime.install kdebase-runtime/repos/extra-i686/libqzeitgeist08.patch kdebase-runtime/repos/testing-i686/ -+ PKGBUILD| 86 +-- kdebase-runtime.install | 24 ++--- libqzeitgeist08.patch | 204 +++--- 3 files changed, 157 insertions(+), 157 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:34 UTC (rev 146418) +++ extra-i686/PKGBUILD 2012-01-10 23:37:36 UTC (rev 146419) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgname=kdebase-runtime -pkgver=4.7.4 -pkgrel=2 -pkgdesc="KDE Base Runtime Environment" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL') -depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' -'xorg-xauth' 'hicolor-icon-theme') -makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib') -optdepends=('htdig: to build the search index in khelpcenter' -'rarian: needed by khelpcenter' -'gdb: drkonq crash handler') -install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2"; -'libqzeitgeist08.patch') -sha1sums=('bf5c266b7748cda44cc3a2fb231a2d6dde2b09f6' - '164c9e4305029cb68a2101cfeeb76c7066c2fd39') - -build() { -cd "${srcdir}"/kde-runtime-${pkgver} -patch -p1 -i "${srcdir}"/libqzeitgeist08.patch - -cd "${srcdir}" - mkdir build - cd build - cmake ../kde-runtime-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "$srcdir/build" - make DESTDIR="$pkgdir" install - rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme" - ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" -} Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 146414, kdebase-runtime/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:36 UTC (rev 146419) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=kdebase-runtime +pkgver=4.7.4 +pkgrel=3 +pkgdesc="KDE Base Runtime Environment" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL') +depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' +'xorg-xauth' 'hicolor-icon-theme') +makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib') +optdepends=('htdig: to build the search index in khelpcenter' +'rarian: needed by khelpcenter' +'gdb: drkonq crash handler') +install="${pkgname}.install" +source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2"; +'libqzeitgeist08.patch') +sha1sums=('bf5c266b7748cda44cc3a2fb231a2d6dde2b09f6' + '164c9e4305029cb68a2101cfeeb76c7066c2fd39') + +build() { +cd "${srcdir}"/kde-runtime-${pkgver} +patch -p1 -i "${srcdir}"/libqzeitgeist08.patch + +cd "${srcdir}" + mkdir build + cd build + cmake ../kde-runtime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "$srcdir/build" + make DESTDIR="$pkgdir" install + rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme" + ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" +} Deleted: extra-i686/kdebase-runtime.install === --- extra-i686/kdebase-runtime.install 2012-01-10 23:37:34 UTC (rev 146418) +++ extra-i686/kdebase-runtime.install 2012-01-10 23:37:36 UTC (rev 146419) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdebase-runtime/repos/extra-i686/kdebase-runtime.install (from rev 146414, kdebase-runtime/re
[arch-commits] Commit in kdebase-runtime/repos (7 files)
Date: Tuesday, January 10, 2012 @ 18:37:38 Author: eric Revision: 146420 db-move: moved kdebase-runtime from [testing] to [extra] (x86_64) Added: kdebase-runtime/repos/extra-x86_64/PKGBUILD (from rev 146414, kdebase-runtime/repos/testing-x86_64/PKGBUILD) kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install (from rev 146414, kdebase-runtime/repos/testing-x86_64/kdebase-runtime.install) kdebase-runtime/repos/extra-x86_64/libqzeitgeist08.patch (from rev 146414, kdebase-runtime/repos/testing-x86_64/libqzeitgeist08.patch) Deleted: kdebase-runtime/repos/extra-x86_64/PKGBUILD kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install kdebase-runtime/repos/extra-x86_64/libqzeitgeist08.patch kdebase-runtime/repos/testing-x86_64/ -+ PKGBUILD| 86 +-- kdebase-runtime.install | 24 ++--- libqzeitgeist08.patch | 204 +++--- 3 files changed, 157 insertions(+), 157 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:36 UTC (rev 146419) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:38 UTC (rev 146420) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Pierre Schmitz - -pkgname=kdebase-runtime -pkgver=4.7.4 -pkgrel=2 -pkgdesc="KDE Base Runtime Environment" -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('GPL' 'LGPL') -depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' -'xorg-xauth' 'hicolor-icon-theme') -makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib') -optdepends=('htdig: to build the search index in khelpcenter' -'rarian: needed by khelpcenter' -'gdb: drkonq crash handler') -install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2"; -'libqzeitgeist08.patch') -sha1sums=('bf5c266b7748cda44cc3a2fb231a2d6dde2b09f6' - '164c9e4305029cb68a2101cfeeb76c7066c2fd39') - -build() { -cd "${srcdir}"/kde-runtime-${pkgver} -patch -p1 -i "${srcdir}"/libqzeitgeist08.patch - -cd "${srcdir}" - mkdir build - cd build - cmake ../kde-runtime-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "$srcdir/build" - make DESTDIR="$pkgdir" install - rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme" - ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" -} Copied: kdebase-runtime/repos/extra-x86_64/PKGBUILD (from rev 146414, kdebase-runtime/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:38 UTC (rev 146420) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz + +pkgname=kdebase-runtime +pkgver=4.7.4 +pkgrel=3 +pkgdesc="KDE Base Runtime Environment" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL') +depends=('kdelibs' 'ntrack' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' +'xorg-xauth' 'hicolor-icon-theme') +makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'xine-lib') +optdepends=('htdig: to build the search index in khelpcenter' +'rarian: needed by khelpcenter' +'gdb: drkonq crash handler') +install="${pkgname}.install" +source=("http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.bz2"; +'libqzeitgeist08.patch') +sha1sums=('bf5c266b7748cda44cc3a2fb231a2d6dde2b09f6' + '164c9e4305029cb68a2101cfeeb76c7066c2fd39') + +build() { +cd "${srcdir}"/kde-runtime-${pkgver} +patch -p1 -i "${srcdir}"/libqzeitgeist08.patch + +cd "${srcdir}" + mkdir build + cd build + cmake ../kde-runtime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "$srcdir/build" + make DESTDIR="$pkgdir" install + rm -f "${pkgdir}/usr/share/icons/hicolor/index.theme" + ln -sf /usr/lib/kde4/libexec/kdesu "${pkgdir}/usr/bin/" +} Deleted: extra-x86_64/kdebase-runtime.install === --- extra-x86_64/kdebase-runtime.install2012-01-10 23:37:36 UTC (rev 146419) +++ extra-x86_64/kdebase-runtime.install2012-01-10 23:37:38 UTC (rev 146420) @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdebase-runti
[arch-commits] Commit in kaffeine/repos (4 files)
Date: Tuesday, January 10, 2012 @ 18:37:34 Author: eric Revision: 146418 db-move: moved kaffeine from [testing] to [extra] (x86_64) Added: kaffeine/repos/extra-x86_64/PKGBUILD (from rev 146414, kaffeine/repos/testing-x86_64/PKGBUILD) kaffeine/repos/extra-x86_64/kaffeine.install (from rev 146414, kaffeine/repos/testing-x86_64/kaffeine.install) Deleted: kaffeine/repos/extra-x86_64/PKGBUILD kaffeine/repos/testing-x86_64/ --+ PKGBUILD | 61 ++--- kaffeine.install | 12 ++ 2 files changed, 43 insertions(+), 30 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:33 UTC (rev 146417) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:34 UTC (rev 146418) @@ -1,30 +0,0 @@ -# $Id$ -# Contributor: Pierre Schmitz - -pkgname=kaffeine -pkgver=1.2.2 -pkgrel=1 -pkgdesc='KDE media player' -license=('GPL') -arch=('i686' 'x86_64') -url="http://kaffeine.kde.org"; -depends=('kdelibs' 'kdebase-runtime' 'xine-lib') -makedepends=('pkgconfig' 'cmake' 'automoc4') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) - -build() { - cd $srcdir - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { -cd $srcdir/build - make DESTDIR=$pkgdir install -} -md5sums=('690e48d2e5fe123887109aa9b1bc1c31') Copied: kaffeine/repos/extra-x86_64/PKGBUILD (from rev 146414, kaffeine/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:34 UTC (rev 146418) @@ -0,0 +1,31 @@ +# $Id$ +# Contributor: Pierre Schmitz + +pkgname=kaffeine +pkgver=1.2.2 +pkgrel=2 +pkgdesc='KDE media player' +license=('GPL') +arch=('i686' 'x86_64') +url="http://kaffeine.kde.org"; +depends=('kdelibs' 'kdebase-runtime' 'xine-lib') +makedepends=('pkg-config' 'cmake' 'automoc4') +install=kaffeine.install +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('690e48d2e5fe123887109aa9b1bc1c31') + +build() { + cd "$srcdir" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { +cd "$srcdir/build" + make DESTDIR="$pkgdir" install +} Copied: kaffeine/repos/extra-x86_64/kaffeine.install (from rev 146414, kaffeine/repos/testing-x86_64/kaffeine.install) === --- extra-x86_64/kaffeine.install (rev 0) +++ extra-x86_64/kaffeine.install 2012-01-10 23:37:34 UTC (rev 146418) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in k9copy/repos (5 files)
Date: Tuesday, January 10, 2012 @ 18:37:32 Author: eric Revision: 146416 db-move: moved k9copy from [testing] to [extra] (x86_64) Added: k9copy/repos/extra-x86_64/PKGBUILD (from rev 146414, k9copy/repos/testing-x86_64/PKGBUILD) k9copy/repos/extra-x86_64/k9copy.install (from rev 146414, k9copy/repos/testing-x86_64/k9copy.install) Deleted: k9copy/repos/extra-x86_64/PKGBUILD k9copy/repos/extra-x86_64/k9copy.install k9copy/repos/testing-x86_64/ + PKGBUILD | 62 +++ k9copy.install | 22 +-- 2 files changed, 42 insertions(+), 42 deletions(-) Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 23:37:31 UTC (rev 146415) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:32 UTC (rev 146416) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Stefano Zamprogno - -pkgname=k9copy -pkgver=2.3.8 -pkgrel=1 -pkgdesc="A small utility which allows the copy of DVD under Linux" -arch=('i686' 'x86_64') -url="http://k9copy.sourceforge.net"; -license=('GPL') -depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor') -makedepends=('automoc4' 'cmake') -install=k9copy.install -source=("http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz";) -md5sums=('584f6cc50f28befbeb0d5c1ec9476456') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}-Source" - - sed -i -e "s:Name=k9copy:Name=K9copy:g" k9copy.desktop k9copy_assistant.desktop - - cmake -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}-Source" - - make DESTDIR="${pkgdir}" install -} Copied: k9copy/repos/extra-x86_64/PKGBUILD (from rev 146414, k9copy/repos/testing-x86_64/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 23:37:32 UTC (rev 146416) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Stefano Zamprogno + +pkgname=k9copy +pkgver=2.3.8 +pkgrel=2 +pkgdesc="A small utility which allows the copy of DVD under Linux" +arch=('i686' 'x86_64') +url="http://k9copy.sourceforge.net"; +license=('GPL') +depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor') +makedepends=('automoc4' 'cmake') +install=k9copy.install +source=("http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz";) +md5sums=('584f6cc50f28befbeb0d5c1ec9476456') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + + sed -i -e "s:Name=k9copy:Name=K9copy:g" k9copy.desktop k9copy_assistant.desktop + + cmake -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/k9copy.install === --- extra-x86_64/k9copy.install 2012-01-10 23:37:31 UTC (rev 146415) +++ extra-x86_64/k9copy.install 2012-01-10 23:37:32 UTC (rev 146416) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: k9copy/repos/extra-x86_64/k9copy.install (from rev 146414, k9copy/repos/testing-x86_64/k9copy.install) === --- extra-x86_64/k9copy.install (rev 0) +++ extra-x86_64/k9copy.install 2012-01-10 23:37:32 UTC (rev 146416) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in kaffeine/repos (4 files)
Date: Tuesday, January 10, 2012 @ 18:37:33 Author: eric Revision: 146417 db-move: moved kaffeine from [testing] to [extra] (i686) Added: kaffeine/repos/extra-i686/PKGBUILD (from rev 146414, kaffeine/repos/testing-i686/PKGBUILD) kaffeine/repos/extra-i686/kaffeine.install (from rev 146414, kaffeine/repos/testing-i686/kaffeine.install) Deleted: kaffeine/repos/extra-i686/PKGBUILD kaffeine/repos/testing-i686/ --+ PKGBUILD | 61 ++--- kaffeine.install | 12 ++ 2 files changed, 43 insertions(+), 30 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 23:37:32 UTC (rev 146416) +++ extra-i686/PKGBUILD 2012-01-10 23:37:33 UTC (rev 146417) @@ -1,30 +0,0 @@ -# $Id$ -# Contributor: Pierre Schmitz - -pkgname=kaffeine -pkgver=1.2.2 -pkgrel=1 -pkgdesc='KDE media player' -license=('GPL') -arch=('i686' 'x86_64') -url="http://kaffeine.kde.org"; -depends=('kdelibs' 'kdebase-runtime' 'xine-lib') -makedepends=('pkgconfig' 'cmake' 'automoc4') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) - -build() { - cd $srcdir - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { -cd $srcdir/build - make DESTDIR=$pkgdir install -} -md5sums=('690e48d2e5fe123887109aa9b1bc1c31') Copied: kaffeine/repos/extra-i686/PKGBUILD (from rev 146414, kaffeine/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:33 UTC (rev 146417) @@ -0,0 +1,31 @@ +# $Id$ +# Contributor: Pierre Schmitz + +pkgname=kaffeine +pkgver=1.2.2 +pkgrel=2 +pkgdesc='KDE media player' +license=('GPL') +arch=('i686' 'x86_64') +url="http://kaffeine.kde.org"; +depends=('kdelibs' 'kdebase-runtime' 'xine-lib') +makedepends=('pkg-config' 'cmake' 'automoc4') +install=kaffeine.install +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('690e48d2e5fe123887109aa9b1bc1c31') + +build() { + cd "$srcdir" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { +cd "$srcdir/build" + make DESTDIR="$pkgdir" install +} Copied: kaffeine/repos/extra-i686/kaffeine.install (from rev 146414, kaffeine/repos/testing-i686/kaffeine.install) === --- extra-i686/kaffeine.install (rev 0) +++ extra-i686/kaffeine.install 2012-01-10 23:37:33 UTC (rev 146417) @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in k9copy/repos (5 files)
Date: Tuesday, January 10, 2012 @ 18:37:31 Author: eric Revision: 146415 db-move: moved k9copy from [testing] to [extra] (i686) Added: k9copy/repos/extra-i686/PKGBUILD (from rev 146414, k9copy/repos/testing-i686/PKGBUILD) k9copy/repos/extra-i686/k9copy.install (from rev 146414, k9copy/repos/testing-i686/k9copy.install) Deleted: k9copy/repos/extra-i686/PKGBUILD k9copy/repos/extra-i686/k9copy.install k9copy/repos/testing-i686/ + PKGBUILD | 62 +++ k9copy.install | 22 +-- 2 files changed, 42 insertions(+), 42 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 21:56:27 UTC (rev 146414) +++ extra-i686/PKGBUILD 2012-01-10 23:37:31 UTC (rev 146415) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Giovanni Scafora -# Contributor: Stefano Zamprogno - -pkgname=k9copy -pkgver=2.3.8 -pkgrel=1 -pkgdesc="A small utility which allows the copy of DVD under Linux" -arch=('i686' 'x86_64') -url="http://k9copy.sourceforge.net"; -license=('GPL') -depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor') -makedepends=('automoc4' 'cmake') -install=k9copy.install -source=("http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz";) -md5sums=('584f6cc50f28befbeb0d5c1ec9476456') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}-Source" - - sed -i -e "s:Name=k9copy:Name=K9copy:g" k9copy.desktop k9copy_assistant.desktop - - cmake -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}-Source" - - make DESTDIR="${pkgdir}" install -} Copied: k9copy/repos/extra-i686/PKGBUILD (from rev 146414, k9copy/repos/testing-i686/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 23:37:31 UTC (rev 146415) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Stefano Zamprogno + +pkgname=k9copy +pkgver=2.3.8 +pkgrel=2 +pkgdesc="A small utility which allows the copy of DVD under Linux" +arch=('i686' 'x86_64') +url="http://k9copy.sourceforge.net"; +license=('GPL') +depends=('kdebase-runtime' 'libmpeg2' 'xine-lib' 'dvd+rw-tools' 'dvdauthor') +makedepends=('automoc4' 'cmake') +install=k9copy.install +source=("http://downloads.sourceforge.net/project/${pkgname}/k9copy-kde4/${pkgver}/${pkgname}-${pkgver}-Source.tar.gz";) +md5sums=('584f6cc50f28befbeb0d5c1ec9476456') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + + sed -i -e "s:Name=k9copy:Name=K9copy:g" k9copy.desktop k9copy_assistant.desktop + + cmake -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-Source" + + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/k9copy.install === --- extra-i686/k9copy.install 2012-01-10 21:56:27 UTC (rev 146414) +++ extra-i686/k9copy.install 2012-01-10 23:37:31 UTC (rev 146415) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: k9copy/repos/extra-i686/k9copy.install (from rev 146414, k9copy/repos/testing-i686/k9copy.install) === --- extra-i686/k9copy.install (rev 0) +++ extra-i686/k9copy.install 2012-01-10 23:37:31 UTC (rev 146415) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in gnome-icon-theme-symbolic/repos/extra-any (4 files)
Date: Tuesday, January 10, 2012 @ 16:56:27 Author: heftig Revision: 146414 archrelease: copy trunk to extra-any Added: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 146413, gnome-icon-theme-symbolic/trunk/PKGBUILD) gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install (from rev 146413, gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install) Deleted: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install ---+ PKGBUILD | 56 ++-- gnome-icon-theme-symbolic.install | 22 +++--- 2 files changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-01-10 21:55:41 UTC (rev 146413) +++ PKGBUILD2012-01-10 21:56:27 UTC (rev 146414) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens -# Contributor: Ionut Biru - -pkgname=gnome-icon-theme-symbolic -pkgver=3.2.1 -pkgrel=1 -pkgdesc="GNOME icon theme, symbolic icons" -arch=(any) -depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme') -makedepends=('intltool') -url="http://www.gnome.org"; -license=('GPL') -install=gnome-icon-theme-symbolic.install -groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('a558af2f87f761f00421f49c1addd2149b70228158e09327fa861219ac1a63cb') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 146413, gnome-icon-theme-symbolic/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-01-10 21:56:27 UTC (rev 146414) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens +# Contributor: Ionut Biru + +pkgname=gnome-icon-theme-symbolic +pkgver=3.2.2 +pkgrel=1 +pkgdesc="GNOME icon theme, symbolic icons" +arch=(any) +depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme') +makedepends=('intltool') +url="http://www.gnome.org"; +license=('GPL') +install=gnome-icon-theme-symbolic.install +groups=('gnome') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('04d5b4a0c372bc806b57660fb28cf91d38c782f7cd3f96d63ea0f7f93d8ee73d') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: gnome-icon-theme-symbolic.install === --- gnome-icon-theme-symbolic.install 2012-01-10 21:55:41 UTC (rev 146413) +++ gnome-icon-theme-symbolic.install 2012-01-10 21:56:27 UTC (rev 146414) @@ -1,11 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/gnome -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install (from rev 146413, gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install) === --- gnome-icon-theme-symbolic.install (rev 0) +++ gnome-icon-theme-symbolic.install 2012-01-10 21:56:27 UTC (rev 146414) @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/gnome +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 16:55:41 Author: heftig Revision: 146413 3.2.2 Modified: gnome-icon-theme-symbolic/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 21:47:26 UTC (rev 146412) +++ PKGBUILD2012-01-10 21:55:41 UTC (rev 146413) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru pkgname=gnome-icon-theme-symbolic -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="GNOME icon theme, symbolic icons" arch=(any) @@ -14,7 +14,7 @@ install=gnome-icon-theme-symbolic.install groups=('gnome') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('a558af2f87f761f00421f49c1addd2149b70228158e09327fa861219ac1a63cb') +sha256sums=('04d5b4a0c372bc806b57660fb28cf91d38c782f7cd3f96d63ea0f7f93d8ee73d') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in bluez/repos (14 files)
Date: Tuesday, January 10, 2012 @ 16:47:26 Author: andrea Revision: 146412 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bluez/repos/extra-i686/PKGBUILD (from rev 146411, bluez/trunk/PKGBUILD) bluez/repos/extra-i686/bluetooth.conf.d (from rev 146411, bluez/trunk/bluetooth.conf.d) bluez/repos/extra-i686/make-libcheck-optional.patch (from rev 146411, bluez/trunk/make-libcheck-optional.patch) bluez/repos/extra-i686/rc.bluetooth (from rev 146411, bluez/trunk/rc.bluetooth) bluez/repos/extra-x86_64/PKGBUILD (from rev 146411, bluez/trunk/PKGBUILD) bluez/repos/extra-x86_64/bluetooth.conf.d (from rev 146411, bluez/trunk/bluetooth.conf.d) bluez/repos/extra-x86_64/make-libcheck-optional.patch (from rev 146411, bluez/trunk/make-libcheck-optional.patch) bluez/repos/extra-x86_64/rc.bluetooth (from rev 146411, bluez/trunk/rc.bluetooth) Deleted: bluez/repos/extra-i686/PKGBUILD bluez/repos/extra-i686/bluetooth.conf.d bluez/repos/extra-i686/rc.bluetooth bluez/repos/extra-x86_64/PKGBUILD bluez/repos/extra-x86_64/bluetooth.conf.d bluez/repos/extra-x86_64/rc.bluetooth ---+ extra-i686/PKGBUILD | 174 extra-i686/bluetooth.conf.d | 60 extra-i686/make-libcheck-optional.patch | 79 +++ extra-i686/rc.bluetooth | 200 ++-- extra-x86_64/PKGBUILD | 174 extra-x86_64/bluetooth.conf.d | 60 extra-x86_64/make-libcheck-optional.patch | 79 +++ extra-x86_64/rc.bluetooth | 200 ++-- 8 files changed, 598 insertions(+), 428 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 21:46:52 UTC (rev 146411) +++ extra-i686/PKGBUILD 2012-01-10 21:47:26 UTC (rev 146412) @@ -1,84 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Geoffroy Carrier - -pkgname=bluez -pkgver=4.96 -pkgrel=3 -pkgdesc="Libraries and tools for the Bluetooth protocol stack" -url="http://www.bluez.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -depends=('dbus-core') -makedepends=('gstreamer0.10-base' 'libusb-compat' 'libnl' 'libsndfile') -optdepends=("gstreamer0.10-base: bluetooth GStreamer support" - "alsa-lib: Audio bluetooth devices support" - "dbus-python: to run bluez-simple-agent" - "pygobject: to run bluez-simple-agent" - "libusb-compat: USB adapters support" - "cups: CUPS backend" - "libnl: netlink plugin") -conflicts=('bluez-libs' 'bluez-utils') -provides=('bluez-libs' 'bluez-utils') -replaces=('bluez-libs' 'bluez-utils') -options=('!libtool' 'emptydirs') -backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf -'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf') -#source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2"; -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"; -'bluetooth.conf.d' -'rc.bluetooth') -md5sums=('255c3dda8b93210ab0dcf8d04ddaf69f' - '7412982b440f29fa7f76a41a87fef985' - '8f9498707f809506928b2e480d3b6789') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---libexecdir=/lib \ ---enable-gstreamer \ ---enable-alsa \ ---enable-usb \ ---enable-tools \ ---enable-bccmd \ ---enable-dfutool \ ---enable-hid2hci \ ---enable-hidd \ ---enable-pand \ ---enable-dund \ ---enable-cups \ ---enable-wiimote - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth - - install -d ${pkgdir}/etc/bluetooth - install -m644 network/network.conf \ -input/input.conf \ -audio/audio.conf \ -serial/serial.conf \ -${pkgdir}/etc/bluetooth/ - - install -Dm644 ${srcdir}/bluetooth.conf.d \ -${pkgdir}/etc/conf.d/bluetooth - - # FS#27630 - install -Dm755 test/simple-agent "${pkgdir}"/usr/bin/bluez-simple-agent - install -Dm755 test/test-device "${pkgdir}"/usr/bin/bluez-test-device - install -Dm755 test/test-input "${pkgdir}"/usr/bin/bluez-test-input - sed -i 's#/usr/bin/python#/usr/bin/python2#' \ -"${pkgdir}"/usr/bin/bluez-simple-agent \ -"${pkgdir}"/usr/bin/bluez-test-device \ -"${pkgdir}"/usr/bin/bluez-test-input - - # http://mailman.archlinux.org/pipermail/arch-general/2011-April/019787.html - rm "${pkgdir}"/lib/udev/rules.d/97-bluetooth.rules -} Copied: bluez/repos/extra-i686/PKGBUILD (from rev 146411, bluez/trunk/PKGBUILD) === --- extra-i686/PKGBUILD
[arch-commits] Commit in bluez/trunk (PKGBUILD make-libcheck-optional.patch)
Date: Tuesday, January 10, 2012 @ 16:46:52 Author: andrea Revision: 146411 upgpkg: bluez 4.97-1 Upstream release Added: bluez/trunk/make-libcheck-optional.patch Modified: bluez/trunk/PKGBUILD --+ PKGBUILD | 24 +++- make-libcheck-optional.patch | 79 + 2 files changed, 94 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 21:40:52 UTC (rev 146410) +++ PKGBUILD2012-01-10 21:46:52 UTC (rev 146411) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Andrea Scarpino +# Maintainer: +# Contributor: Andrea Scarpino # Contributor: Geoffroy Carrier pkgname=bluez -pkgver=4.96 -pkgrel=3 +pkgver=4.97 +pkgrel=1 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/"; arch=('i686' 'x86_64') @@ -24,17 +25,21 @@ options=('!libtool' 'emptydirs') backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf 'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf') -#source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2"; -source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"; +source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2"; 'bluetooth.conf.d' -'rc.bluetooth') -md5sums=('255c3dda8b93210ab0dcf8d04ddaf69f' +'rc.bluetooth' +'make-libcheck-optional.patch') +md5sums=('b302cee7f9b9527d29775449d7e1dfe6' '7412982b440f29fa7f76a41a87fef985' - '8f9498707f809506928b2e480d3b6789') + '8f9498707f809506928b2e480d3b6789' + 'f112fc5bcaeecc7b6ea994f14786e235') build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -p1 -i "${srcdir}"/make-libcheck-optional.patch + autoreconf -i -f + ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ @@ -50,7 +55,8 @@ --enable-pand \ --enable-dund \ --enable-cups \ ---enable-wiimote +--enable-wiimote \ +--disable-test make } Added: make-libcheck-optional.patch === --- make-libcheck-optional.patch(rev 0) +++ make-libcheck-optional.patch2012-01-10 21:46:52 UTC (rev 146411) @@ -0,0 +1,79 @@ +From: Marcel Holtmann +Date: Wed, 28 Dec 2011 04:09:56 + (-0800) +Subject: build: Move libcheck under TEST conditional +X-Git-Url: http://git.kernel.org/?p=bluetooth%2Fbluez.git;a=commitdiff_plain;h=bf5d45f2fbd1b1463512f4eb8d30bffb3478ccc7;hp=ec632165d6707bece074dbba43d704e26346ab0a + +build: Move libcheck under TEST conditional +--- + +diff --git a/Makefile.am b/Makefile.am +index 9112483..5cf287c 100644 +--- a/Makefile.am b/Makefile.am +@@ -449,6 +449,7 @@ endif + + unit_objects = + ++if TEST + unit_tests = unit/test-eir + + noinst_PROGRAMS += $(unit_tests) +@@ -456,8 +457,10 @@ noinst_PROGRAMS += $(unit_tests) + unit_test_eir_SOURCES = unit/test-eir.c src/eir.c src/glib-helper.c + unit_test_eir_LDADD = lib/libbluetooth-private.la @GLIB_LIBS@ @CHECK_LIBS@ + unit_test_eir_CFLAGS = $(AM_CFLAGS) @CHECK_CFLAGS@ +-unit_test_eir_SHORTNAME = unit + unit_objects += $(unit_test_eir_OBJECTS) ++else ++unit_tests = ++endif + + TESTS = $(unit_tests) + +diff --git a/acinclude.m4 b/acinclude.m4 +index 2097d77..753b994 100644 +--- a/acinclude.m4 b/acinclude.m4 +@@ -170,6 +170,12 @@ AC_DEFUN([AC_PATH_READLINE], [ + []) + ]) + ++AC_DEFUN([AC_PATH_CHECK], [ ++ PKG_CHECK_MODULES(CHECK, check >= 0.9.4, check_found=yes, check_found=no) ++ AC_SUBST(CHECK_CFLAGS) ++ AC_SUBST(CHECK_LIBS) ++]) ++ + AC_DEFUN([AC_PATH_OUI], [ + AC_ARG_WITH(ouifile, + AS_HELP_STRING([--with-ouifile=PATH],[Path to the oui.txt file @<:@auto@:>@]), +@@ -422,7 +428,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [ + AM_CONDITIONAL(PAND, test "${pand_enable}" = "yes") + AM_CONDITIONAL(DUND, test "${dund_enable}" = "yes") + AM_CONDITIONAL(CUPS, test "${cups_enable}" = "yes") +- AM_CONDITIONAL(TEST, test "${test_enable}" = "yes") ++ AM_CONDITIONAL(TEST, test "${test_enable}" = "yes" && test "${check_found}" = "yes") + AM_CONDITIONAL(TOOLS, test "${tools_enable}" = "yes") + AM_CONDITIONAL(BCCMD, test "${bccmd_enable}" = "yes") + AM_CONDITIONAL(PCMCIA, test "${pcmcia_enable}" = "yes") +diff --git a/configure.ac b/configure.ac +index 3a5dfde..a7670da 100644 +--- a/configure.ac b/configure.ac +@@ -24,8 +24,6 @@ AC_PROG_YACC + AM_PROG_LEX + AM_PROG_MKDIR_P + +-PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) +- + m4_define([_LT_AC_TAGCONFIG], []) + m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) + +@@ -50,6 +48,7 @@ AC_PATH_UDEV + AC_PATH_SNDFILE + AC_PATH_OUI + AC_PATH_READLINE ++AC_PATH_CHECK + + AC_ARG_BLUEZ +
[arch-commits] Commit in bluez-hcidump/repos (4 files)
Date: Tuesday, January 10, 2012 @ 16:40:52 Author: andrea Revision: 146410 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bluez-hcidump/repos/extra-i686/PKGBUILD (from rev 146409, bluez-hcidump/trunk/PKGBUILD) bluez-hcidump/repos/extra-x86_64/PKGBUILD (from rev 146409, bluez-hcidump/trunk/PKGBUILD) Deleted: bluez-hcidump/repos/extra-i686/PKGBUILD bluez-hcidump/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 52 extra-x86_64/PKGBUILD | 52 2 files changed, 52 insertions(+), 52 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 21:40:26 UTC (rev 146409) +++ extra-i686/PKGBUILD 2012-01-10 21:40:52 UTC (rev 146410) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Geoffroy carrier -# Contributor: Giovanni Scafora - -pkgname=bluez-hcidump -pkgver=2.1 -pkgrel=1 -pkgdesc="Bluetooth HCI package analyzer" -url="http://www.bluez.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -depends=('glibc' 'bluez') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz";) -md5sums=('b160f0672276398344eebe9df1b37a2c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: bluez-hcidump/repos/extra-i686/PKGBUILD (from rev 146409, bluez-hcidump/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 21:40:52 UTC (rev 146410) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino +# Contributor: Geoffroy carrier + +pkgname=bluez-hcidump +pkgver=2.2 +pkgrel=1 +pkgdesc="Bluetooth HCI package analyzer" +url="http://www.bluez.org/"; +arch=('i686' 'x86_64') +license=('GPL2') +depends=('bluez') +source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz";) +md5sums=('3c298a8be67099fe227f3e4d9de539d5') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 21:40:26 UTC (rev 146409) +++ extra-x86_64/PKGBUILD 2012-01-10 21:40:52 UTC (rev 146410) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Geoffroy carrier -# Contributor: Giovanni Scafora - -pkgname=bluez-hcidump -pkgver=2.1 -pkgrel=1 -pkgdesc="Bluetooth HCI package analyzer" -url="http://www.bluez.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -depends=('glibc' 'bluez') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz";) -md5sums=('b160f0672276398344eebe9df1b37a2c') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: bluez-hcidump/repos/extra-x86_64/PKGBUILD (from rev 146409, bluez-hcidump/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 21:40:52 UTC (rev 146410) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino +# Contributor: Geoffroy carrier + +pkgname=bluez-hcidump +pkgver=2.2 +pkgrel=1 +pkgdesc="Bluetooth HCI package analyzer" +url="http://www.bluez.org/"; +arch=('i686' 'x86_64') +license=('GPL2') +depends=('bluez') +source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz";) +md5sums=('3c298a8be67099fe227f3e4d9de539d5') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in bluez-hcidump/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 16:40:26 Author: andrea Revision: 146409 upgpkg: bluez-hcidump 2.2-1 Upstream release Modified: bluez-hcidump/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 21:28:35 UTC (rev 146408) +++ PKGBUILD2012-01-10 21:40:26 UTC (rev 146409) @@ -1,18 +1,18 @@ # $Id$ -# Maintainer: Andrea Scarpino +# Maintainer: +# Contributor: Andrea Scarpino # Contributor: Geoffroy carrier -# Contributor: Giovanni Scafora pkgname=bluez-hcidump -pkgver=2.1 +pkgver=2.2 pkgrel=1 pkgdesc="Bluetooth HCI package analyzer" url="http://www.bluez.org/"; arch=('i686' 'x86_64') license=('GPL2') -depends=('glibc' 'bluez') +depends=('bluez') source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.gz";) -md5sums=('b160f0672276398344eebe9df1b37a2c') +md5sums=('3c298a8be67099fe227f3e4d9de539d5') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in obexd/repos (4 files)
Date: Tuesday, January 10, 2012 @ 16:28:35 Author: andrea Revision: 146408 archrelease: copy trunk to extra-i686, extra-x86_64 Added: obexd/repos/extra-i686/PKGBUILD (from rev 146407, obexd/trunk/PKGBUILD) obexd/repos/extra-x86_64/PKGBUILD (from rev 146407, obexd/trunk/PKGBUILD) Deleted: obexd/repos/extra-i686/PKGBUILD obexd/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 95 extra-x86_64/PKGBUILD | 95 2 files changed, 96 insertions(+), 94 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 21:28:09 UTC (rev 146407) +++ extra-i686/PKGBUILD 2012-01-10 21:28:35 UTC (rev 146408) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Geoffroy Carrier - -pkgbase=obexd -pkgname=('obexd-client' 'obexd-server') -pkgver=0.42 -pkgrel=1 -url="http://www.bluez.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -makedepends=('openobex' 'libical') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2";) -md5sums=('39a85d219dba37d83f5a07a74d1fa563') - -build() { - cd "${srcdir}/${pkgbase}-${pkgver}" - ./configure --prefix=/usr \ ---libexecdir=/usr/lib/obexd - make -} - -package_obexd-client() { - pkgdesc="D-Bus service providing high-level OBEX client side functionality" - depends=('openobex' 'glib2') - provides=("obexd=${pkgver}") - replaces=('obexd') - conflicts=('obexd') - - cd "${srcdir}/${pkgbase}-${pkgver}/client" - install -m755 -d "${pkgdir}/usr/lib/obexd" - install -m755 -d "${pkgdir}/usr/share/dbus-1/services" - install -m755 obex-client "${pkgdir}/usr/lib/obexd/" - install -m644 obex-client.service "${pkgdir}/usr/share/dbus-1/services/" -} - -package_obexd-server() { - pkgdesc="D-Bus service providing high-level OBEX server side functionality" - depends=('openobex' 'glib2' 'libical') - conflicts=('obex-data-server') - - cd "${srcdir}/${pkgbase}-${pkgver}/src" - install -m755 -d "${pkgdir}/usr/lib/obexd" - install -m755 -d "${pkgdir}/usr/share/dbus-1/services" - install -m755 obexd "${pkgdir}/usr/lib/obexd/" - install -m644 obexd.service "${pkgdir}/usr/share/dbus-1/services/" -} Copied: obexd/repos/extra-i686/PKGBUILD (from rev 146407, obexd/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 21:28:35 UTC (rev 146408) @@ -0,0 +1,48 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino +# Contributor: Geoffroy Carrier + +pkgbase=obexd +pkgname=('obexd-client' 'obexd-server') +pkgver=0.43 +pkgrel=1 +url="http://www.bluez.org/"; +arch=('i686' 'x86_64') +license=('GPL2') +makedepends=('glib2' 'openobex' 'libical') +source=("http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2";) +md5sums=('7490dc8536d8ac56afb884c87f24bd08') + +build() { + cd "${srcdir}/${pkgbase}-${pkgver}" + ./configure --prefix=/usr \ +--libexecdir=/usr/lib/obexd + make +} + +package_obexd-client() { + pkgdesc="D-Bus service providing high-level OBEX client side functionality" + depends=('openobex' 'glib2') + provides=("obexd=${pkgver}") + replaces=('obexd') + conflicts=('obexd') + + cd "${srcdir}/${pkgbase}-${pkgver}/client" + install -m755 -d "${pkgdir}/usr/lib/obexd" + install -m755 -d "${pkgdir}/usr/share/dbus-1/services" + install -m755 obex-client "${pkgdir}/usr/lib/obexd/" + install -m644 obex-client.service "${pkgdir}/usr/share/dbus-1/services/" +} + +package_obexd-server() { + pkgdesc="D-Bus service providing high-level OBEX server side functionality" + depends=('openobex' 'glib2' 'libical') + conflicts=('obex-data-server') + + cd "${srcdir}/${pkgbase}-${pkgver}/src" + install -m755 -d "${pkgdir}/usr/lib/obexd" + install -m755 -d "${pkgdir}/usr/share/dbus-1/services" + install -m755 obexd "${pkgdir}/usr/lib/obexd/" + install -m644 obexd.service "${pkgdir}/usr/share/dbus-1/services/" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 21:28:09 UTC (rev 146407) +++ extra-x86_64/PKGBUILD 2012-01-10 21:28:35 UTC (rev 146408) @@ -1,47 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Geoffroy Carrier - -pkgbase=obexd -pkgname=('obexd-client' 'obexd-server') -pkgver=0.42 -pkgrel=1 -url="http://www.bluez.org/"; -arch=('i686' 'x86_64') -license=('GPL2') -makedepends=('openobex' 'libical') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2";) -md5sums=('39a85d219dba37d83f5a07a74d1fa563') - -build() { - cd "${srcdir}/${pkgbase}-${pkgver}" - ./configure --prefix=/usr \ ---libexecdir=/usr/lib/obexd - make -} - -package_obexd-client() { - pkgdesc="D-Bus service providing high-level OBEX client side functionality" -
[arch-commits] Commit in obexd/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 16:28:09 Author: andrea Revision: 146407 upgpkg: obexd 0.43-1 Upstream release Modified: obexd/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 21:17:56 UTC (rev 146406) +++ PKGBUILD2012-01-10 21:28:09 UTC (rev 146407) @@ -1,17 +1,18 @@ # $Id$ -# Maintainer: Andrea Scarpino +# Maintainer: +# Contributor: Andrea Scarpino # Contributor: Geoffroy Carrier pkgbase=obexd pkgname=('obexd-client' 'obexd-server') -pkgver=0.42 +pkgver=0.43 pkgrel=1 url="http://www.bluez.org/"; arch=('i686' 'x86_64') license=('GPL2') -makedepends=('openobex' 'libical') +makedepends=('glib2' 'openobex' 'libical') source=("http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2";) -md5sums=('39a85d219dba37d83f5a07a74d1fa563') +md5sums=('7490dc8536d8ac56afb884c87f24bd08') build() { cd "${srcdir}/${pkgbase}-${pkgver}"
[arch-commits] Commit in ttf-arphic-ukai/repos/extra-any (4 files)
Date: Tuesday, January 10, 2012 @ 16:17:56 Author: andrea Revision: 146406 archrelease: copy trunk to extra-any Added: ttf-arphic-ukai/repos/extra-any/PKGBUILD (from rev 146405, ttf-arphic-ukai/trunk/PKGBUILD) ttf-arphic-ukai/repos/extra-any/ttf.install (from rev 146405, ttf-arphic-ukai/trunk/ttf.install) Deleted: ttf-arphic-ukai/repos/extra-any/PKGBUILD ttf-arphic-ukai/repos/extra-any/ttf.install -+ PKGBUILD| 43 ++- ttf.install | 30 +++--- 2 files changed, 37 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-01-10 21:17:41 UTC (rev 146405) +++ PKGBUILD2012-01-10 21:17:56 UTC (rev 146406) @@ -1,21 +0,0 @@ -# $Id$ -# Maintainer: Firmicus -# Contributor: Damir Perisa - -pkgname=ttf-arphic-ukai -pkgver=0.2.20080216.1 -pkgrel=2 -pkgdesc="Kaiti (brush stroke) unicode TTFonts" -arch=('any') -url="http://www.freedesktop.org/wiki/Software/CJKUnifonts"; -license=('custom: Arphic Public_License') -depends=('fontconfig' 'xorg-font-utils') -install=ttf.install -source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz) -md5sums=('4d3beb55db000bfedd18c9c7d6e631d8') - -build() { - cd ${srcdir} - install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc - install -D -m644 license/english/ARPHICPL.TXT ${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT -} Copied: ttf-arphic-ukai/repos/extra-any/PKGBUILD (from rev 146405, ttf-arphic-ukai/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-01-10 21:17:56 UTC (rev 146406) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: +# Contributor: Firmicus +# Contributor: Damir Perisa + +pkgname=ttf-arphic-ukai +pkgver=0.2.20080216.1 +pkgrel=3 +pkgdesc="Kaiti (brush stroke) unicode TTFonts" +arch=('any') +url="http://www.freedesktop.org/wiki/Software/CJKUnifonts"; +license=('custom: Arphic Public_License') +depends=('fontconfig' 'xorg-font-utils') +install=ttf.install +source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz) +md5sums=('4d3beb55db000bfedd18c9c7d6e631d8') + +package() { + cd ${srcdir} + install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc + install -D -m644 license/english/ARPHICPL.TXT ${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT +} Deleted: ttf.install === --- ttf.install 2012-01-10 21:17:41 UTC (rev 146405) +++ ttf.install 2012-01-10 21:17:56 UTC (rev 146406) @@ -1,15 +0,0 @@ -post_install() { - echo -n "Updating font cache... " - fc-cache -f > /dev/null - mkfontscale /usr/share/fonts/TTF - mkfontdir /usr/share/fonts/TTF - echo "done." -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: ttf-arphic-ukai/repos/extra-any/ttf.install (from rev 146405, ttf-arphic-ukai/trunk/ttf.install) === --- ttf.install (rev 0) +++ ttf.install 2012-01-10 21:17:56 UTC (rev 146406) @@ -0,0 +1,15 @@ +post_install() { + echo -n "Updating font cache... " + fc-cache -f > /dev/null + mkfontscale /usr/share/fonts/TTF + mkfontdir /usr/share/fonts/TTF + echo "done." +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in ttf-arphic-ukai/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 16:17:41 Author: andrea Revision: 146405 upgpkg: ttf-arphic-ukai 0.2.20080216.1-3 Rebuild old package Modified: ttf-arphic-ukai/trunk/PKGBUILD --+ PKGBUILD |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 21:14:26 UTC (rev 146404) +++ PKGBUILD2012-01-10 21:17:41 UTC (rev 146405) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: Firmicus +# Maintainer: +# Contributor: Firmicus # Contributor: Damir Perisa pkgname=ttf-arphic-ukai pkgver=0.2.20080216.1 -pkgrel=2 +pkgrel=3 pkgdesc="Kaiti (brush stroke) unicode TTFonts" arch=('any') url="http://www.freedesktop.org/wiki/Software/CJKUnifonts"; @@ -14,7 +15,7 @@ source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz) md5sums=('4d3beb55db000bfedd18c9c7d6e631d8') -build() { +package() { cd ${srcdir} install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc install -D -m644 license/english/ARPHICPL.TXT ${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
[arch-commits] Commit in tidyhtml/repos (4 files)
Date: Tuesday, January 10, 2012 @ 16:14:26 Author: andrea Revision: 146404 archrelease: copy trunk to extra-i686, extra-x86_64 Added: tidyhtml/repos/extra-i686/PKGBUILD (from rev 146403, tidyhtml/trunk/PKGBUILD) tidyhtml/repos/extra-x86_64/PKGBUILD (from rev 146403, tidyhtml/trunk/PKGBUILD) Deleted: tidyhtml/repos/extra-i686/PKGBUILD tidyhtml/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 78 +--- extra-x86_64/PKGBUILD | 78 +--- 2 files changed, 84 insertions(+), 72 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 21:14:00 UTC (rev 146403) +++ extra-i686/PKGBUILD 2012-01-10 21:14:26 UTC (rev 146404) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: eric -# Contributor : Markus Meissner - -pkgname=tidyhtml -# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup -pkgver=1.46 -pkgrel=1 -pkgdesc="A tool to tidy down your HTML code to a clean style" -arch=('i686' 'x86_64') -url="http://tidy.sourceforge.net/"; -license=('custom') -options=('!libtool') -source=(ftp://ftp.archlinux.org/other/tidyhtml/${pkgname}-${pkgver}.tar.bz2) -md5sums=('3d970d54be83c5ec985687e9976a2832') - -mksource() { - mkdir tidyhtml-${pkgver} - cd tidyhtml-${pkgver} - cvs -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy login #hit enter for password - cvs -z3 -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy - cd .. - tar -cvjf tidyhtml-${pkgver}.tar.bz2 tidyhtml-${pkgver}/* -} - -build(){ - cd $srcdir/${pkgname}-${pkgver}/tidy - source build/gnuauto/setup.sh - - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install - - install -Dm644 htmldoc/license.html \ -${pkgdir}/usr/share/licenses/${pkgname}/license.txt -} Copied: tidyhtml/repos/extra-i686/PKGBUILD (from rev 146403, tidyhtml/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 21:14:26 UTC (rev 146404) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: +# Contributor: eric +# Contributor: Markus Meissner + +pkgname=tidyhtml +# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup +pkgver=1.46 +pkgrel=2 +pkgdesc="A tool to tidy down your HTML code to a clean style" +arch=('i686' 'x86_64') +url="http://tidy.sourceforge.net/"; +license=('custom') +depends=('glibc') +options=('!libtool') +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('3d970d54be83c5ec985687e9976a2832') + +mksource() { + mkdir ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} + cvs -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy login #hit enter for password + cvs -z3 -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy + cd .. + tar -cvjf ${pkgname}-${pkgver}.tar.bz2 ${pkgname}-${pkgver}/* +} + +build(){ + cd $srcdir/${pkgname}-${pkgver}/tidy + source build/gnuauto/setup.sh + + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/${pkgname}-${pkgver}/tidy + make DESTDIR=$pkgdir install + + install -Dm644 htmldoc/license.html \ +${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 21:14:00 UTC (rev 146403) +++ extra-x86_64/PKGBUILD 2012-01-10 21:14:26 UTC (rev 146404) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: eric -# Contributor : Markus Meissner - -pkgname=tidyhtml -# obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup -pkgver=1.46 -pkgrel=1 -pkgdesc="A tool to tidy down your HTML code to a clean style" -arch=('i686' 'x86_64') -url="http://tidy.sourceforge.net/"; -license=('custom') -options=('!libtool') -source=(ftp://ftp.archlinux.org/other/tidyhtml/${pkgname}-${pkgver}.tar.bz2) -md5sums=('3d970d54be83c5ec985687e9976a2832') - -mksource() { - mkdir tidyhtml-${pkgver} - cd tidyhtml-${pkgver} - cvs -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy login #hit enter for password - cvs -z3 -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy - cd .. - tar -cvjf tidyhtml-${pkgver}.tar.bz2 tidyhtml-${pkgver}/* -} - -build(){ - cd $srcdir/${pkgname}-${pkgver}/tidy - source build/gnuauto/setup.sh - - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$pkgdir install - - install -Dm644 htmldoc/license.html \ -${pkgdir}/usr/share/licenses/${pkgname}/license.txt -} Copied: tidyhtml/repos/extra-x86_64/PKGBUILD (from rev 146403, tidyhtml/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x8
[arch-commits] Commit in tidyhtml/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 16:14:00 Author: andrea Revision: 146403 upgpkg: tidyhtml 1.46-2 Rebuild old package Modified: tidyhtml/trunk/PKGBUILD --+ PKGBUILD | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 21:03:54 UTC (rev 146402) +++ PKGBUILD2012-01-10 21:14:00 UTC (rev 146403) @@ -1,26 +1,28 @@ # $Id$ -# Maintainer: eric -# Contributor : Markus Meissner +# Maintainer: +# Contributor: eric +# Contributor: Markus Meissner pkgname=tidyhtml # obtain pkgver from http://tidy.cvs.sourceforge.net/tidy/tidy/src/version.h?view=markup pkgver=1.46 -pkgrel=1 +pkgrel=2 pkgdesc="A tool to tidy down your HTML code to a clean style" arch=('i686' 'x86_64') url="http://tidy.sourceforge.net/"; license=('custom') +depends=('glibc') options=('!libtool') -source=(ftp://ftp.archlinux.org/other/tidyhtml/${pkgname}-${pkgver}.tar.bz2) +source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) md5sums=('3d970d54be83c5ec985687e9976a2832') mksource() { - mkdir tidyhtml-${pkgver} - cd tidyhtml-${pkgver} + mkdir ${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} cvs -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy login #hit enter for password cvs -z3 -d:pserver:anonym...@tidy.cvs.sourceforge.net:/cvsroot/tidy co -P tidy cd .. - tar -cvjf tidyhtml-${pkgver}.tar.bz2 tidyhtml-${pkgver}/* + tar -cvjf ${pkgname}-${pkgver}.tar.bz2 ${pkgname}-${pkgver}/* } build(){ @@ -28,9 +30,13 @@ source build/gnuauto/setup.sh ./configure --prefix=/usr - make || return 1 + make +} + +package() { + cd $srcdir/${pkgname}-${pkgver}/tidy make DESTDIR=$pkgdir install install -Dm644 htmldoc/license.html \ -${pkgdir}/usr/share/licenses/${pkgname}/license.txt +${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }
[arch-commits] Commit in ttf-khmer/repos/extra-any (4 files)
Date: Tuesday, January 10, 2012 @ 16:03:54 Author: andrea Revision: 146402 archrelease: copy trunk to extra-any Added: ttf-khmer/repos/extra-any/PKGBUILD (from rev 146401, ttf-khmer/trunk/PKGBUILD) ttf-khmer/repos/extra-any/ttf.install (from rev 146401, ttf-khmer/trunk/ttf.install) Deleted: ttf-khmer/repos/extra-any/PKGBUILD ttf-khmer/repos/extra-any/ttf.install -+ PKGBUILD| 44 ++-- ttf.install | 30 +++--- 2 files changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-01-10 21:03:40 UTC (rev 146401) +++ PKGBUILD2012-01-10 21:03:54 UTC (rev 146402) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: Firmicus -# Contributor: Damir Perisa - -pkgname=ttf-khmer -pkgver=5.0 -pkgrel=2 -pkgdesc="TTFont collection for Khmer (Cambodia)" -arch=('any') -license=('LGPL') -url="http://www.khmeros.info/drupal/?q=en/download/fonts"; -depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') -install=ttf.install -source=(http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip) -md5sums=('dc1ddeb526ccbc06603da880d1e89e7b') - -build() { - cd ${srcdir}/All_KhmerOS_${pkgver} - install -dm755 ${pkgdir}/usr/share/fonts/TTF - install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/ -} - Copied: ttf-khmer/repos/extra-any/PKGBUILD (from rev 146401, ttf-khmer/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-01-10 21:03:54 UTC (rev 146402) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: +# Contributor: Firmicus +# Contributor: Damir Perisa + +pkgname=ttf-khmer +pkgver=5.0 +pkgrel=3 +pkgdesc="TTFont collection for Khmer (Cambodia)" +arch=('any') +license=('LGPL') +url='http://www.khmeros.info/drupal612/en/taxonomy/term/53' +depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') +install=ttf.install +source=("http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip";) +md5sums=('dc1ddeb526ccbc06603da880d1e89e7b') + +package() { + cd ${srcdir}/All_KhmerOS_${pkgver} + install -dm755 ${pkgdir}/usr/share/fonts/TTF + install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/ +} Deleted: ttf.install === --- ttf.install 2012-01-10 21:03:40 UTC (rev 146401) +++ ttf.install 2012-01-10 21:03:54 UTC (rev 146402) @@ -1,15 +0,0 @@ -post_install() { - echo -n "Updating font cache... " - fc-cache -f > /dev/null - mkfontscale /usr/share/fonts/TTF - mkfontdir /usr/share/fonts/TTF - echo "done." -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} Copied: ttf-khmer/repos/extra-any/ttf.install (from rev 146401, ttf-khmer/trunk/ttf.install) === --- ttf.install (rev 0) +++ ttf.install 2012-01-10 21:03:54 UTC (rev 146402) @@ -0,0 +1,15 @@ +post_install() { + echo -n "Updating font cache... " + fc-cache -f > /dev/null + mkfontscale /usr/share/fonts/TTF + mkfontdir /usr/share/fonts/TTF + echo "done." +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
[arch-commits] Commit in ttf-khmer/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 16:03:40 Author: andrea Revision: 146401 upgpkg: ttf-khmer 5.0-3 Rebuild old package Modified: ttf-khmer/trunk/PKGBUILD --+ PKGBUILD | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 20:33:06 UTC (rev 146400) +++ PKGBUILD2012-01-10 21:03:40 UTC (rev 146401) @@ -1,22 +1,22 @@ # $Id$ -# Maintainer: Firmicus +# Maintainer: +# Contributor: Firmicus # Contributor: Damir Perisa pkgname=ttf-khmer pkgver=5.0 -pkgrel=2 +pkgrel=3 pkgdesc="TTFont collection for Khmer (Cambodia)" arch=('any') license=('LGPL') -url="http://www.khmeros.info/drupal/?q=en/download/fonts"; +url='http://www.khmeros.info/drupal612/en/taxonomy/term/53' depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 'fontconfig') install=ttf.install -source=(http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip) +source=("http://downloads.sourceforge.net/sourceforge/khmer/All_KhmerOS_${pkgver}.zip";) md5sums=('dc1ddeb526ccbc06603da880d1e89e7b') -build() { +package() { cd ${srcdir}/All_KhmerOS_${pkgver} install -dm755 ${pkgdir}/usr/share/fonts/TTF install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/ } -
[arch-commits] Commit in wavpack/repos (4 files)
Date: Tuesday, January 10, 2012 @ 15:33:06 Author: andrea Revision: 146400 archrelease: copy trunk to extra-i686, extra-x86_64 Added: wavpack/repos/extra-i686/PKGBUILD (from rev 146399, wavpack/trunk/PKGBUILD) wavpack/repos/extra-x86_64/PKGBUILD (from rev 146399, wavpack/trunk/PKGBUILD) Deleted: wavpack/repos/extra-i686/PKGBUILD wavpack/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 62 +--- extra-x86_64/PKGBUILD | 62 +--- 2 files changed, 66 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 20:32:40 UTC (rev 146399) +++ extra-i686/PKGBUILD 2012-01-10 20:33:06 UTC (rev 146400) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: François Charette -# Contributor: Shinlun Hsieh -# Contributor: Michal Hybner -pkgname=wavpack -pkgver=4.60.1 -pkgrel=1 -pkgdesc="Audio compression format with lossless, lossy, and hybrid compression modes" -arch=('i686' 'x86_64') -url="http://www.wavpack.com/"; -license=('custom') -depends=('glibc') -options=('!libtool') -source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2) -md5sums=('7bb1528f910e4d0003426c02db856063') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-mmx --disable-static || return 1 - make || return 1 -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 - install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} - install -m644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 - rm -f ${pkgdir}/usr/lib/*.a -} Copied: wavpack/repos/extra-i686/PKGBUILD (from rev 146399, wavpack/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 20:33:06 UTC (rev 146400) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: +# Contributor: François Charette +# Contributor: Shinlun Hsieh +# Contributor: Michal Hybner + +pkgname=wavpack +pkgver=4.60.1 +pkgrel=2 +pkgdesc="Audio compression format with lossless, lossy, and hybrid compression modes" +arch=('i686' 'x86_64') +url="http://www.wavpack.com/"; +license=('custom') +depends=('glibc') +options=('!libtool') +source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('7bb1528f910e4d0003426c02db856063') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--enable-mmx \ +--disable-static + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + + install -Dm644 license.txt \ +${pkgdir}/usr/share/licenses/${pkgname}/LICENSE +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 20:32:40 UTC (rev 146399) +++ extra-x86_64/PKGBUILD 2012-01-10 20:33:06 UTC (rev 146400) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: François Charette -# Contributor: Shinlun Hsieh -# Contributor: Michal Hybner -pkgname=wavpack -pkgver=4.60.1 -pkgrel=1 -pkgdesc="Audio compression format with lossless, lossy, and hybrid compression modes" -arch=('i686' 'x86_64') -url="http://www.wavpack.com/"; -license=('custom') -depends=('glibc') -options=('!libtool') -source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2) -md5sums=('7bb1528f910e4d0003426c02db856063') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-mmx --disable-static || return 1 - make || return 1 -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 - install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} - install -m644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 - rm -f ${pkgdir}/usr/lib/*.a -} Copied: wavpack/repos/extra-x86_64/PKGBUILD (from rev 146399, wavpack/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-01-10 20:33:06 UTC (rev 146400) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: +# Contributor: François Charette +# Contributor: Shinlun Hsieh +# Contributor: Michal Hybner + +pkgname=wavpack +pkgver=4.60.1 +pkgrel=2 +pkgdesc="Audio compression format with lossless, lossy, and hybrid compression modes" +arch=('i686' 'x86_64') +url="http://www.wavpack.com/"; +license=('custom') +depends=('glibc') +options=('!libtool') +source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('7bb1528f910e4d0003426c02db856063') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--enable-mmx \ +--disable-static + make +} + +package() { + cd ${srcdir}/${pkgname}-
[arch-commits] Commit in wavpack/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 15:32:40 Author: andrea Revision: 146399 upgpkg: wavpack 4.60.1-2 Rebuild old package Modified: wavpack/trunk/PKGBUILD --+ PKGBUILD | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 16:04:17 UTC (rev 146398) +++ PKGBUILD2012-01-10 20:32:40 UTC (rev 146399) @@ -1,29 +1,33 @@ # $Id$ -# Maintainer: François Charette +# Maintainer: +# Contributor: François Charette # Contributor: Shinlun Hsieh # Contributor: Michal Hybner + pkgname=wavpack pkgver=4.60.1 -pkgrel=1 +pkgrel=2 pkgdesc="Audio compression format with lossless, lossy, and hybrid compression modes" arch=('i686' 'x86_64') url="http://www.wavpack.com/"; license=('custom') depends=('glibc') options=('!libtool') -source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2) +source=("http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2";) md5sums=('7bb1528f910e4d0003426c02db856063') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr --enable-mmx --disable-static || return 1 - make || return 1 + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--enable-mmx \ +--disable-static + make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 - install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} - install -m644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1 - rm -f ${pkgdir}/usr/lib/*.a + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install + + install -Dm644 license.txt \ +${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }
[arch-commits] Commit in btrfs-progs/repos (4 files)
Date: Tuesday, January 10, 2012 @ 11:04:17 Author: tomegun Revision: 146398 archrelease: copy trunk to testing-i686, testing-x86_64 Added: btrfs-progs/repos/testing-i686/ btrfs-progs/repos/testing-i686/PKGBUILD (from rev 146397, btrfs-progs/trunk/PKGBUILD) btrfs-progs/repos/testing-x86_64/ btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 146397, btrfs-progs/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 29 + testing-x86_64/PKGBUILD | 29 + 2 files changed, 58 insertions(+) Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 146397, btrfs-progs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-01-10 16:04:17 UTC (rev 146398) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Tobias Powalowski +pkgname=btrfs-progs +pkgver=0.19.20120110 +pkgrel=1 +pkgdesc="btrfs filesystem utilities" +arch=(i686 x86_64) +depends=('glibc' 'e2fsprogs') +source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz) +url="http://btrfs.wiki.kernel.org/"; +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') + +build() { + cd $srcdir/$pkgname + make CFLAGS="$CFLAGS" all convert +} + +package() { + cd $srcdir/$pkgname + make prefix=$pkgdir/usr install + # fix manpage + mkdir -p $pkgdir/usr/share/ + mv $pkgdir/usr/man $pkgdir/usr/share/man +} +md5sums=('a3f6fbeb166f8e6b5c06833888d4ecf2') Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 146397, btrfs-progs/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-01-10 16:04:17 UTC (rev 146398) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Tobias Powalowski +pkgname=btrfs-progs +pkgver=0.19.20120110 +pkgrel=1 +pkgdesc="btrfs filesystem utilities" +arch=(i686 x86_64) +depends=('glibc' 'e2fsprogs') +source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz) +url="http://btrfs.wiki.kernel.org/"; +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') + +build() { + cd $srcdir/$pkgname + make CFLAGS="$CFLAGS" all convert +} + +package() { + cd $srcdir/$pkgname + make prefix=$pkgdir/usr install + # fix manpage + mkdir -p $pkgdir/usr/share/ + mv $pkgdir/usr/man $pkgdir/usr/share/man +} +md5sums=('a3f6fbeb166f8e6b5c06833888d4ecf2')
[arch-commits] Commit in (4 files)
Date: Tuesday, January 10, 2012 @ 10:32:53 Author: tomegun Revision: 146397 added btrfs-progs pacakge since upstream changed name from btrfs-progs-unstable Added: btrfs-progs/ btrfs-progs/repos/ btrfs-progs/trunk/ btrfs-progs/trunk/PKGBUILD --+ PKGBUILD | 29 + 1 file changed, 29 insertions(+) Added: btrfs-progs/trunk/PKGBUILD === --- btrfs-progs/trunk/PKGBUILD (rev 0) +++ btrfs-progs/trunk/PKGBUILD 2012-01-10 15:32:53 UTC (rev 146397) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Tobias Powalowski +pkgname=btrfs-progs +pkgver=0.19.20120110 +pkgrel=1 +pkgdesc="btrfs filesystem utilities" +arch=(i686 x86_64) +depends=('glibc' 'e2fsprogs') +source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz) +url="http://btrfs.wiki.kernel.org/"; +replaces=('btrfs-progs-unstable') +conflicts=('btrfs-progs-unstable') +provides=('btrfs-progs-unstable') +license=('GPL2') + +build() { + cd $srcdir/$pkgname + make CFLAGS="$CFLAGS" all convert +} + +package() { + cd $srcdir/$pkgname + make prefix=$pkgdir/usr install + # fix manpage + mkdir -p $pkgdir/usr/share/ + mv $pkgdir/usr/man $pkgdir/usr/share/man +} +md5sums=('a3f6fbeb166f8e6b5c06833888d4ecf2') Property changes on: btrfs-progs/trunk/PKGBUILD ___ Added: svn:keywords ## -0,0 +1 ## +Id
[arch-commits] Commit in ffmpeg/repos (4 files)
Date: Tuesday, January 10, 2012 @ 08:06:16 Author: ibiru Revision: 146396 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ffmpeg/repos/extra-i686/PKGBUILD (from rev 146395, ffmpeg/trunk/PKGBUILD) ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 146395, ffmpeg/trunk/PKGBUILD) Deleted: ffmpeg/repos/extra-i686/PKGBUILD ffmpeg/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 116 extra-x86_64/PKGBUILD | 116 2 files changed, 116 insertions(+), 116 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-01-10 13:04:38 UTC (rev 146395) +++ extra-i686/PKGBUILD 2012-01-10 13:06:16 UTC (rev 146396) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Tom Newsom -# Contributor: Paul Mattal - -pkgname=ffmpeg -pkgver=20111211 -pkgrel=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 libvdpau libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) -makedepends=('yasm' 'git') -#git clone git://git.videolan.org/ffmpeg.git -source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz) -md5sums=('75d512bf5137d0b055e54313702ef5fc') - -build() { - cd "$srcdir/$pkgname" - - ./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-gpl \ ---enable-version3 \ ---enable-runtime-cpudetect \ ---disable-debug \ ---disable-static - - make - make tools/qt-faststart - make doc/ff{mpeg,play,server}.1 -} - -package() { - cd "$srcdir/$pkgname" - 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/extra-i686/PKGBUILD (from rev 146395, ffmpeg/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-01-10 13:06:16 UTC (rev 146396) @@ -0,0 +1,58 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Tom Newsom +# Contributor: Paul Mattal + +pkgname=ffmpeg +pkgver=20120110 +pkgrel=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) +makedepends=('yasm' 'git' 'libvdpau') +#git clone git://git.videolan.org/ffmpeg.git +source=(ftp://ftp.archlinux.org/other/ffmpeg/$pkgname-$pkgver.tar.xz) +md5sums=('a8121ae2fbe83044ac27501e3f58780d') + +build() { + cd "$srcdir/$pkgname" + + ./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-gpl \ +--enable-version3 \ +--enable-runtime-cpudetect \ +--disable-debug \ +--disable-static + + make + make tools/qt-faststart + make doc/ff{mpeg,play,server}.1 +} + +package() { + cd "$srcdir/$pkgname" + make DESTDIR="$pkgdir" install install-man + install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-01-10 13:04:38 UTC (rev 146395) +++ extra-x86_64/PKGBUILD 2012-01-10 13:06:16 UTC (rev 146396) @@ -1,58 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Tom Newsom -# Contributor: Paul Mattal - -pkgname=ffmpeg -pkgver=20111211 -pkgrel=1 -pkgdesc="Complete and free Internet live audio and video broadcasti
[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)
Date: Tuesday, January 10, 2012 @ 08:04:38 Author: ibiru Revision: 146395 new snapshot Modified: ffmpeg/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-01-10 13:00:05 UTC (rev 146394) +++ PKGBUILD2012-01-10 13:04:38 UTC (rev 146395) @@ -4,17 +4,17 @@ # Contributor: Paul Mattal pkgname=ffmpeg -pkgver=20111211 +pkgver=20120110 pkgrel=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 libvdpau libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib) -makedepends=('yasm' 'git') +depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex 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=('75d512bf5137d0b055e54313702ef5fc') +source=(ftp://ftp.archlinux.org/other/ffmpeg/$pkgname-$pkgver.tar.xz) +md5sums=('a8121ae2fbe83044ac27501e3f58780d') build() { cd "$srcdir/$pkgname"
[arch-commits] Commit in linux/trunk (linux.install)
Date: Tuesday, January 10, 2012 @ 08:00:05 Author: thomas Revision: 146394 linux: remove second part of the /boot warning. Modified: linux/trunk/linux.install ---+ linux.install |1 - 1 file changed, 1 deletion(-) Modified: linux.install === --- linux.install 2012-01-10 11:39:59 UTC (rev 146393) +++ linux.install 2012-01-10 13:00:05 UTC (rev 146394) @@ -46,7 +46,6 @@ if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then echo "WARNING: /boot appears to be a separate partition but is not mounted." -echo " You probably just broke your system. Congratulations." fi # updating module dependencies
[arch-commits] Commit in util-linux/repos (4 files)
Date: Tuesday, January 10, 2012 @ 06:39:59 Author: tomegun Revision: 146393 db-move: moved util-linux from [testing] to [core] (x86_64) Added: util-linux/repos/core-x86_64/0001-findmnt-support-alternative-location-of-fstab.patch (from rev 146391, util-linux/repos/testing-x86_64/0001-findmnt-support-alternative-location-of-fstab.patch) util-linux/repos/core-x86_64/PKGBUILD (from rev 146391, util-linux/repos/testing-x86_64/PKGBUILD) Deleted: util-linux/repos/core-x86_64/PKGBUILD util-linux/repos/testing-x86_64/ --+ 0001-findmnt-support-alternative-location-of-fstab.patch | 77 ++ PKGBUILD | 95 ++--- 2 files changed, 127 insertions(+), 45 deletions(-) Copied: util-linux/repos/core-x86_64/0001-findmnt-support-alternative-location-of-fstab.patch (from rev 146391, util-linux/repos/testing-x86_64/0001-findmnt-support-alternative-location-of-fstab.patch) === --- core-x86_64/0001-findmnt-support-alternative-location-of-fstab.patch (rev 0) +++ core-x86_64/0001-findmnt-support-alternative-location-of-fstab.patch 2012-01-10 11:39:59 UTC (rev 146393) @@ -0,0 +1,77 @@ +From d466c6a1fe66603227b3ff73a21a45abd77ee826 Mon Sep 17 00:00:00 2001 +From: Dave Reisner +Date: Sun, 11 Dec 2011 13:58:05 -0500 +Subject: [PATCH] findmnt: support alternative location of fstab + +Signed-off-by: Dave Reisner +Signed-off-by: Karel Zak +--- + misc-utils/findmnt.8 |6 -- + misc-utils/findmnt.c |9 + + 2 files changed, 9 insertions(+), 6 deletions(-) + +diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8 +index 24e3a52..7f3dc6c 100644 +--- a/misc-utils/findmnt.8 b/misc-utils/findmnt.8 +@@ -36,12 +36,14 @@ The command prints all mounted filesystems in the tree-like format by default. + .SH OPTIONS + .IP "\fB\-h, \-\-help\fP" + Print help and exit. +-.IP "\fB\-s, \-\-fstab\fP" ++.IP "\fB\-s, \-\-fstab\fR[\fI=fstab\fR]\fP" + Search in + .IR /etc/fstab + and + .IR /etc/fstab.d . +-The output is in the list format (see --list). ++The output is in the list format (see --list). Optionally, search the file ++specified by ++.IR fstab . + .IP "\fB\-m, \-\-mtab\fP" + Search in + .IR /etc/mtab . +diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c +index 4577dc6..5502a87 100644 +--- a/misc-utils/findmnt.c b/misc-utils/findmnt.c +@@ -770,7 +770,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) + + fprintf(out, _( + "\nOptions:\n" +- " -s, --fstabsearch in static table of filesystems\n" ++ " -s, --fstab[=] search in static table of filesystems\n" + " -m, --mtab search in table of mounted filesystems\n" + " -k, --kernel search in kernel table of mounted\n" + " filesystems (default)\n\n")); +@@ -839,7 +839,7 @@ int main(int argc, char *argv[]) + { "direction",1, 0, 'd' }, + { "evaluate", 0, 0, 'e' }, + { "first-only", 0, 0, 'f' }, +- { "fstab",0, 0, 's' }, ++ { "fstab",2, 0, 's' }, + { "help", 0, 0, 'h' }, + { "invert", 0, 0, 'i' }, + { "kernel", 0, 0, 'k' }, +@@ -872,7 +872,8 @@ int main(int argc, char *argv[]) + tt_flags |= TT_FL_TREE; + + while ((c = getopt_long(argc, argv, +- "acd:ehifo:O:p::Pklmnrst:uvRS:T:w:", longopts, NULL)) != -1) { ++ "acd:ehifo:O:p::Pklmnrs::t:uvRS:T:w:", ++ longopts, NULL)) != -1) { + switch(c) { + case 'a': + tt_flags |= TT_FL_ASCII; +@@ -938,7 +939,7 @@ int main(int argc, char *argv[]) + case 's': /* fstab */ + if (tabfile) + errx_mutually_exclusive("--{fstab,mtab,kernel}"); +- tabfile = _PATH_MNTTAB; ++ tabfile = optarg ? optarg : _PATH_MNTTAB; + tt_flags &= ~TT_FL_TREE; + break; + case 'k': /* kernel (mountinfo) */ +-- +1.7.8.1 + Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-01-10 11:39:58 UTC (rev 146392) +++ core-x86_64/PKGBUILD2012-01-10 11:39:59 UTC (rev 146393) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen -# Contributor: judd - -pkgname=util-linux -pkgver=2.20.1 -pkgrel=1 -pkgdesc="Miscellaneous system utilities for Linux" -url="http://userweb.kernel.org/~kzak/util-linux-ng/"; -arch=('i686' 'x86_64') -groups=('base') -depends=('filesystem') -replaces=('linux32' 'util-linux-ng') -conflicts=('linux32' 'util-linux-ng' 'e2fsprogs<1.41.8-2') -p
[arch-commits] Commit in util-linux/repos (4 files)
Date: Tuesday, January 10, 2012 @ 06:39:58 Author: tomegun Revision: 146392 db-move: moved util-linux from [testing] to [core] (i686) Added: util-linux/repos/core-i686/0001-findmnt-support-alternative-location-of-fstab.patch (from rev 146391, util-linux/repos/testing-i686/0001-findmnt-support-alternative-location-of-fstab.patch) util-linux/repos/core-i686/PKGBUILD (from rev 146391, util-linux/repos/testing-i686/PKGBUILD) Deleted: util-linux/repos/core-i686/PKGBUILD util-linux/repos/testing-i686/ --+ 0001-findmnt-support-alternative-location-of-fstab.patch | 77 ++ PKGBUILD | 95 ++--- 2 files changed, 127 insertions(+), 45 deletions(-) Copied: util-linux/repos/core-i686/0001-findmnt-support-alternative-location-of-fstab.patch (from rev 146391, util-linux/repos/testing-i686/0001-findmnt-support-alternative-location-of-fstab.patch) === --- core-i686/0001-findmnt-support-alternative-location-of-fstab.patch (rev 0) +++ core-i686/0001-findmnt-support-alternative-location-of-fstab.patch 2012-01-10 11:39:58 UTC (rev 146392) @@ -0,0 +1,77 @@ +From d466c6a1fe66603227b3ff73a21a45abd77ee826 Mon Sep 17 00:00:00 2001 +From: Dave Reisner +Date: Sun, 11 Dec 2011 13:58:05 -0500 +Subject: [PATCH] findmnt: support alternative location of fstab + +Signed-off-by: Dave Reisner +Signed-off-by: Karel Zak +--- + misc-utils/findmnt.8 |6 -- + misc-utils/findmnt.c |9 + + 2 files changed, 9 insertions(+), 6 deletions(-) + +diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8 +index 24e3a52..7f3dc6c 100644 +--- a/misc-utils/findmnt.8 b/misc-utils/findmnt.8 +@@ -36,12 +36,14 @@ The command prints all mounted filesystems in the tree-like format by default. + .SH OPTIONS + .IP "\fB\-h, \-\-help\fP" + Print help and exit. +-.IP "\fB\-s, \-\-fstab\fP" ++.IP "\fB\-s, \-\-fstab\fR[\fI=fstab\fR]\fP" + Search in + .IR /etc/fstab + and + .IR /etc/fstab.d . +-The output is in the list format (see --list). ++The output is in the list format (see --list). Optionally, search the file ++specified by ++.IR fstab . + .IP "\fB\-m, \-\-mtab\fP" + Search in + .IR /etc/mtab . +diff --git a/misc-utils/findmnt.c b/misc-utils/findmnt.c +index 4577dc6..5502a87 100644 +--- a/misc-utils/findmnt.c b/misc-utils/findmnt.c +@@ -770,7 +770,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) + + fprintf(out, _( + "\nOptions:\n" +- " -s, --fstabsearch in static table of filesystems\n" ++ " -s, --fstab[=] search in static table of filesystems\n" + " -m, --mtab search in table of mounted filesystems\n" + " -k, --kernel search in kernel table of mounted\n" + " filesystems (default)\n\n")); +@@ -839,7 +839,7 @@ int main(int argc, char *argv[]) + { "direction",1, 0, 'd' }, + { "evaluate", 0, 0, 'e' }, + { "first-only", 0, 0, 'f' }, +- { "fstab",0, 0, 's' }, ++ { "fstab",2, 0, 's' }, + { "help", 0, 0, 'h' }, + { "invert", 0, 0, 'i' }, + { "kernel", 0, 0, 'k' }, +@@ -872,7 +872,8 @@ int main(int argc, char *argv[]) + tt_flags |= TT_FL_TREE; + + while ((c = getopt_long(argc, argv, +- "acd:ehifo:O:p::Pklmnrst:uvRS:T:w:", longopts, NULL)) != -1) { ++ "acd:ehifo:O:p::Pklmnrs::t:uvRS:T:w:", ++ longopts, NULL)) != -1) { + switch(c) { + case 'a': + tt_flags |= TT_FL_ASCII; +@@ -938,7 +939,7 @@ int main(int argc, char *argv[]) + case 's': /* fstab */ + if (tabfile) + errx_mutually_exclusive("--{fstab,mtab,kernel}"); +- tabfile = _PATH_MNTTAB; ++ tabfile = optarg ? optarg : _PATH_MNTTAB; + tt_flags &= ~TT_FL_TREE; + break; + case 'k': /* kernel (mountinfo) */ +-- +1.7.8.1 + Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-01-10 03:43:26 UTC (rev 146391) +++ core-i686/PKGBUILD 2012-01-10 11:39:58 UTC (rev 146392) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen -# Contributor: judd - -pkgname=util-linux -pkgver=2.20.1 -pkgrel=1 -pkgdesc="Miscellaneous system utilities for Linux" -url="http://userweb.kernel.org/~kzak/util-linux-ng/"; -arch=('i686' 'x86_64') -groups=('base') -depends=('filesystem') -replaces=('linux32' 'util-linux-ng') -conflicts=('linux32' 'util-linux-ng' 'e2fsprogs<1.41.8-2') -provides=('linux32' "util-linux-ng=${pkgver}") -licen