diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
commit | c0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch) | |
tree | 8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community | |
parent | a05bf04c686ff44fc6c12fbe774d65032b74c55d (diff) | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/6tunnel/PKGBUILD
community/chrootuid/PKGBUILD
community/cpulimit/PKGBUILD
community/cutter/PKGBUILD
community/darkhttpd/PKGBUILD
community/darkstat/PKGBUILD
community/datemath/PKGBUILD
community/delegate/PKGBUILD
community/dfm/PKGBUILD
community/freedroid/PKGBUILD
community/parano/PKGBUILD
community/pyvorbis/PKGBUILD
community/scrotwm/PKGBUILD
extra/antlr2/PKGBUILD
extra/live-media/PKGBUILD
extra/mono-zeroconf/PKGBUILD
extra/vlc/PKGBUILD
Diffstat (limited to 'community')
61 files changed, 201 insertions, 752 deletions
diff --git a/community/6tunnel/PKGBUILD b/community/6tunnel/PKGBUILD index a3c169763..aa7df64cd 100644 --- a/community/6tunnel/PKGBUILD +++ b/community/6tunnel/PKGBUILD @@ -1,12 +1,15 @@ +# $Id: PKGBUILD 65025 2012-02-20 02:05:08Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Anders Bergh <anders1@gmail.com> + pkgname=6tunnel pkgver=0.11rc2 -pkgrel=4 +pkgrel=5 pkgdesc="Tunnels IPv6 connections for IPv4-only applications" url="http://toxygen.net/6tunnel/" license=('GPL') arch=('i686' 'x86_64' 'mips64el') -depends=(glibc) +depends=() source=(http://toxygen.net/6tunnel/$pkgname-$pkgver.tar.gz) md5sums=('74e02d4f0704b3083a01feda66033449') @@ -14,7 +17,7 @@ build() { cd $srcdir/$pkgname-$pkgver autoconf ./configure --prefix=/usr - make || return 1 + make install -Dm644 6tunnel.1 $pkgdir/usr/share/man/man1/6tunnel.1 install -Dm755 6tunnel $pkgdir/usr/bin/6tunnel } diff --git a/community/adns-python/PKGBUILD b/community/adns-python/PKGBUILD index c6c393de7..caa373969 100644 --- a/community/adns-python/PKGBUILD +++ b/community/adns-python/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 26100 2010-09-13 15:56:15Z schuay $ +# $Id: PKGBUILD 65029 2012-02-20 02:06:35Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Ben Mazer <blm@groknil.org> pkgname=adns-python pkgver=1.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="python bindings for adns" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/adns-python/" diff --git a/community/adns/PKGBUILD b/community/adns/PKGBUILD index 4e2dacb81..46df37239 100644 --- a/community/adns/PKGBUILD +++ b/community/adns/PKGBUILD @@ -1,9 +1,11 @@ -# $Id: PKGBUILD 17373 2010-05-24 09:43:07Z spupykin $ +# $Id: PKGBUILD 65027 2012-02-20 02:05:52Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> + pkgname=adns pkgver=1.4 -pkgrel=2 +pkgrel=3 pkgdesc="adns is an asyncronous replacement resolver library" arch=('i686' 'x86_64' 'mips64el') url="http://www.chiark.greenend.org.uk/~ian/adns/" @@ -13,9 +15,9 @@ source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 - mkdir -p $startdir/pkg/usr/{lib,include,bin} - make prefix=$startdir/pkg/usr install + make + mkdir -p $pkgdir/usr/{lib,include,bin} + make prefix=$pkgdir/usr install } diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD index 318010c22..bd27687d7 100644 --- a/community/agsync/PKGBUILD +++ b/community/agsync/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 17480 2010-05-24 14:08:11Z spupykin $ +# $Id: PKGBUILD 65031 2012-02-20 02:09:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zhukov Pavel <gelios@gmail.com> pkgname=agsync pkgver=0.2_pre _xpkgver=${pkgver/_/-} -pkgrel=3 +pkgrel=4 pkgdesc="AvantGo sync plugin" arch=('i686' 'x86_64' 'mips64el') url="http://duskwood.lownewulf.com/" @@ -16,10 +16,10 @@ source=(http://duskwood.lownewulf.com/$pkgname-$_xpkgver.tgz) md5sums=('74de1b1452a718c85364fab5ce3c0c2a') build() { - cd $startdir/src/$pkgname-$_xpkgver - make || return 1 - mkdir -p $startdir/pkg/usr/{bin,lib,include} - cp agsync $startdir/pkg/usr/bin/ - cp mal-files/mal-funcs.a $startdir/pkg/usr/lib/ - cp mal-files/AG{Net,Types}.h $startdir/pkg/usr/include/ + cd $srcdir/$pkgname-$_xpkgver + make + mkdir -p $pkgdir/usr/{bin,lib,include} + cp agsync $pkgdir/usr/bin/ + cp mal-files/mal-funcs.a $pkgdir/usr/lib/ + cp mal-files/AG{Net,Types}.h $pkgdir/usr/include/ } diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD index b61827550..df182fc11 100644 --- a/community/alltray/PKGBUILD +++ b/community/alltray/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 51791 2011-07-15 09:01:45Z spupykin $ +# $Id: PKGBUILD 65035 2012-02-20 02:11:14Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer : James Rayner <iphitus@gmail.com> # Contributor: Roberto Salas <ro0xito@gmail.com> pkgname=alltray pkgver=0.7.5dev -pkgrel=1 +pkgrel=2 pkgdesc="Drops any app in the tray." license=('GPL') arch=('i686' 'x86_64' 'mips64el') @@ -16,12 +16,12 @@ source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${p md5sums=('faef46b14a3f9c14d4e5efd65245796e') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr - make + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd ${srcdir}/${pkgname}-${pkgver} + make DESTDIR=${pkgdir} install } diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD index 249bf8494..735feff9f 100644 --- a/community/amidi-plug/PKGBUILD +++ b/community/amidi-plug/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17215 2010-05-21 21:43:23Z spupykin $ +# $Id: PKGBUILD 65039 2012-02-20 02:15:30Z spupykin $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: yosh64 <yosh64.at.gmail.dot.com> pkgname=amidi-plug pkgver=0.7 -pkgrel=5 +pkgrel=6 pkgdesc="A MIDI input plugin for XMMS" arch=('i686' 'x86_64' 'mips64el') url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug" @@ -18,6 +18,6 @@ md5sums=('bb128c40dce0ab4afda79da01f985a09') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --with-player=xmms - make || return 1 + make make DESTDIR=$pkgdir install } diff --git a/community/apg/PKGBUILD b/community/apg/PKGBUILD index 707c5a6af..6e55d72af 100644 --- a/community/apg/PKGBUILD +++ b/community/apg/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 7436 2010-01-06 23:28:11Z dgriffiths $ +# $Id: PKGBUILD 65041 2012-02-20 02:16:10Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: eric <eric@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=apg pkgver=2.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="Automated Password Generator." arch=(i686 x86_64 'mips64el') url="http://www.adel.nursat.kz/apg/index.shtml" @@ -14,13 +15,12 @@ source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz) md5sums=('3b3fc4f11e90635519fe627c1137c9ac') build() { - cd $startdir/src/$pkgname-$pkgver - /bin/sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile - /usr/bin/make || return 1 + cd $srcdir/$pkgname-$pkgver + sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile + make for i in apg apgbfm; do - /bin/install -D -m755 $i $startdir/pkg/usr/bin/$i - /bin/install -D -m644 doc/man/$i.1 $startdir/pkg/usr/share/man/man1/$i.1 + install -D -m755 $i $pkgdir/usr/bin/$i + install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1 done - install -D -m 644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING + install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING } -# vim: ts=2: ft=sh diff --git a/community/arpwatch/PKGBUILD b/community/arpwatch/PKGBUILD index ae9acd0c2..96f4e5e19 100644 --- a/community/arpwatch/PKGBUILD +++ b/community/arpwatch/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44377 2011-04-06 19:43:49Z spupykin $ +# $Id: PKGBUILD 65045 2012-02-20 02:17:24Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=arpwatch pkgver=2.1a15 -pkgrel=7 +pkgrel=8 pkgdesc="arpwatch and arpsnmp network monitoring tools" arch=(i686 x86_64 'mips64el') url="ftp://ftp.ee.lbl.gov/" diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD index d7a2d697d..4d21cfc2d 100644 --- a/community/aumix/PKGBUILD +++ b/community/aumix/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 58670 2011-11-17 13:07:03Z spupykin $ +# $Id: PKGBUILD 65051 2012-02-20 02:28:41Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=aumix pkgver=2.9.1 -pkgrel=2 +pkgrel=3 pkgdesc="A color text mode sound mixer with GPM support" arch=('i686' 'x86_64' 'mips64el') license=('GPL') diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD index 24df597dd..3d655a809 100644 --- a/community/bbrun/PKGBUILD +++ b/community/bbrun/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 8813 2010-01-21 15:59:01Z spupykin $ +# $Id: PKGBUILD 65065 2012-02-20 02:40:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=bbrun pkgver=1.6 -pkgrel=3 +pkgrel=4 pkgdesc="A run - component for blackbox window manager" arch=(i686 x86_64 'mips64el') url="http://www.darkops.net/bbrun/" @@ -14,7 +14,7 @@ source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz) md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd') build() { - cd $startdir/src/$pkgname-$pkgver/$pkgname - make || return 1 - install -Dm755 bbrun $startdir/pkg/usr/bin/bbrun + cd $srcdir/$pkgname-$pkgver/$pkgname + make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext" + install -Dm755 bbrun $pkgdir/usr/bin/bbrun } diff --git a/community/bind-geodns/PKGBUILD b/community/bind-geodns/PKGBUILD index d2899c826..7c79aa2ec 100644 --- a/community/bind-geodns/PKGBUILD +++ b/community/bind-geodns/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44183 2011-04-04 13:06:27Z spupykin $ +# $Id: PKGBUILD 65058 2012-02-20 02:37:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=bind-geodns pkgver=9.4.1 _pkgver=9.4.1-P1 -pkgrel=4 +pkgrel=5 pkgdesc="bind named server with geoip patch can return ip depending on requester location" arch=(i686 x86_64 'mips64el') url="http://www.caraytech.com/geodns/" diff --git a/community/bless/PKGBUILD b/community/bless/PKGBUILD index 87a3034e9..813a3fe4d 100644 --- a/community/bless/PKGBUILD +++ b/community/bless/PKGBUILD @@ -1,9 +1,10 @@ +# $Id: PKGBUILD 65060 2012-02-20 02:38:21Z spupykin $ # Maintainer: TDY <tdy@gmx.com> # Contributor: dcraven <dcraven@gmail.com> pkgname=bless pkgver=0.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="A high-quality, full-featured hex editor" arch=('i686' 'x86_64' 'mips64el') url="http://home.gna.org/bless/" @@ -16,11 +17,10 @@ md5sums=('b4c20d113281dfedb67d9f3ff8b174e3') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --without-scrollkeeper - make || return 1 + make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } - diff --git a/community/bsdiff/PKGBUILD b/community/bsdiff/PKGBUILD index 25ed02f70..008397bca 100644 --- a/community/bsdiff/PKGBUILD +++ b/community/bsdiff/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 30610 2010-10-19 12:42:03Z spupykin $ +# $Id: PKGBUILD 65062 2012-02-20 02:39:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=bsdiff pkgver=4.3 -pkgrel=6 +pkgrel=7 pkgdesc="bsdiff and bspatch are tools for building and applying patches to binary files." url="http://www.daemonology.net/bsdiff/" license=('BSD') diff --git a/community/bwm-ng/PKGBUILD b/community/bwm-ng/PKGBUILD index bfd69190f..5fe7bb1c7 100644 --- a/community/bwm-ng/PKGBUILD +++ b/community/bwm-ng/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58638 2011-11-16 22:54:07Z andrea $ +# $Id: PKGBUILD 65064 2012-02-20 02:39:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=bwm-ng pkgver=0.6 -pkgrel=3 +pkgrel=4 pkgdesc="A small and simple console-based live bandwidth monitor" arch=(i686 x86_64 'mips64el') url="http://www.gropp.org/" @@ -26,5 +26,4 @@ package() { install -d ${pkgdir}/usr mv ${pkgdir}/bin ${pkgdir}/usr/ - #mv ${pkgdir}/share ${pkgdir}/usr/ } diff --git a/community/cadaver/PKGBUILD b/community/cadaver/PKGBUILD index 48f5205db..36e7d52ad 100644 --- a/community/cadaver/PKGBUILD +++ b/community/cadaver/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46500 2011-05-07 23:09:15Z stephane $ +# $Id: PKGBUILD 65070 2012-02-20 03:29:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> pkgname=cadaver pkgver=0.23.3 -pkgrel=2 +pkgrel=3 pkgdesc="Command-line WebDAV client for Unix" arch=('i686' 'x86_64' 'mips64el') url="http://www.webdav.org/cadaver" @@ -16,7 +16,7 @@ md5sums=('502ecd601e467f8b16056d2acca39a6f') build() { cd $srcdir/cadaver-$pkgver ./configure --prefix=/usr - make + make } package() { diff --git a/community/catdvi/PKGBUILD b/community/catdvi/PKGBUILD index d75c81ab1..834beee22 100644 --- a/community/catdvi/PKGBUILD +++ b/community/catdvi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56716 2011-10-11 07:11:55Z andrea $ +# $Id: PKGBUILD 65072 2012-02-20 03:29:57Z spupykin $ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Xilon <xilonmu@gmail.com> pkgname=catdvi pkgver=0.14 -pkgrel=4 +pkgrel=5 pkgdesc="A DVI to plain text translator" arch=('i686' 'x86_64' 'mips64el') url="http://catdvi.sourceforge.net" diff --git a/community/cdbxx/PKGBUILD b/community/cdbxx/PKGBUILD index 671485ef7..b2be5c5f5 100644 --- a/community/cdbxx/PKGBUILD +++ b/community/cdbxx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17495 2010-05-24 14:11:11Z spupykin $ +# $Id: PKGBUILD 65076 2012-02-20 03:31:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=cdbxx pkgver=0.0.1rc2 -pkgrel=2 +pkgrel=3 pkgdesc="cdbxx is a small STL style C++ library for TinyCDB implementation of Constant Database" arch=(i686 x86_64 'mips64el') url="http://cdbxx.sourceforge.net/" @@ -15,11 +15,11 @@ source=(http://downloads.sourceforge.net/sourceforge/cdbxx/$pkgname-$pkgver.tar. md5sums=('8c7f3eebe5c090ddea4aebf5445a1621') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver sed -i 's#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx#LDFLAGS = -Wl,-rpath,$(shell pwd)/../src/ -L../src/ -lcdbxx -lcdb#' ./testsuite/Makefile sed -i '1,2i#include <string.h>' src/db.cc - make || return 1 - make DESTDIR=$startdir/pkg install + make + make DESTDIR=$pkgdir install } diff --git a/community/cdcover/PKGBUILD b/community/cdcover/PKGBUILD index 255d1136f..ca1d2a159 100644 --- a/community/cdcover/PKGBUILD +++ b/community/cdcover/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 58600 2011-11-16 15:26:59Z spupykin $ +# $Id: PKGBUILD 65078 2012-02-20 03:31:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Roland Schaeuble <rschaeuble@gmx.ch> pkgname=cdcover pkgver=0.7.4 -pkgrel=4 +pkgrel=5 pkgdesc="cdcover allows the creation of inlay-sheets for cd-cases and dvd's" arch=('i686' 'x86_64' 'mips64el') url="http://cdcover.sourceforge.net" diff --git a/community/centerim/PKGBUILD b/community/centerim/PKGBUILD index f206f6f19..32c0de8d1 100644 --- a/community/centerim/PKGBUILD +++ b/community/centerim/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 58739 2011-11-18 12:12:26Z spupykin $ +# $Id: PKGBUILD 65082 2012-02-20 03:33:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: shild <sxp@bk.ru> pkgname=centerim pkgver=4.22.10 -pkgrel=1 +pkgrel=2 pkgdesc="Fork of CenterICQ - A text mode menu- and window-driven IM interface" arch=('i686' 'x86_64' 'mips64el') url="http://www.centerim.org" diff --git a/community/cgit/PKGBUILD b/community/cgit/PKGBUILD index d8c3ebaa7..c22d19214 100644 --- a/community/cgit/PKGBUILD +++ b/community/cgit/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 59218 2011-11-21 15:21:07Z spupykin $ +# $Id: PKGBUILD 65084 2012-02-20 03:33:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Current Maintainer: Patrick Palka <patrick@parcs.ath.cx> # Previous Maintainer: Loui Chang <louipc.ist at gmail com> @@ -8,7 +8,7 @@ pkgname=cgit pkgver=0.9.0.2 _gitver=1.7.4 -pkgrel=3 +pkgrel=4 pkgdesc="A web interface for git written in plain C" arch=('i686' 'x86_64' 'mips64el') url="http://hjemli.net/git/cgit" diff --git a/community/checkinstall/PKGBUILD b/community/checkinstall/PKGBUILD index 6d15ab543..f5ad9ee3c 100644 --- a/community/checkinstall/PKGBUILD +++ b/community/checkinstall/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 8093 2010-01-15 15:57:57Z spupykin $ +# $Id: PKGBUILD 65086 2012-02-20 03:34:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=checkinstall pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="spy for 'make install' and build rpm or deb" arch=('i686' 'x86_64' 'mips64el') url="http://asic-linux.com.mx/~izto/checkinstall/" @@ -16,10 +16,8 @@ md5sums=('d7b43c92001e68243a93bcce8b1e5480' '5c68cb7e29cf6da4b845ce57fb5ea080') build() { - cd $startdir/src/$pkgname-$pkgver - + cd $srcdir/$pkgname-$pkgver patch -Np1 <../build-fix.patch - - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 + make + make DESTDIR=$pkgdir install } diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index a957f837a..efdc0b91d 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 65088 2012-02-20 03:35:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net> # Contributor: cdhotfire <cdhotfire@gmail.com> @@ -7,7 +7,7 @@ pkgname=chrony pkgver=1.26 -pkgrel=1 +pkgrel=2 pkgdesc="Dial-up friendly NTP daemon and excellent replacement for NTP on desktop systems" arch=(mips64el) url="http://chrony.tuxfamily.org/" diff --git a/community/chrootuid/PKGBUILD b/community/chrootuid/PKGBUILD index 0f33c5971..89448b5c9 100644 --- a/community/chrootuid/PKGBUILD +++ b/community/chrootuid/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 17501 2010-05-24 14:12:22Z spupykin $ +# $Id: PKGBUILD 65090 2012-02-20 03:36:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Frop Doe <mrmr@rizla.org> # Contributor: Guillermo A. Amaral <me@guillermoamaral.com> (thewonka) @@ -6,7 +6,7 @@ pkgname=chrootuid pkgver=1.3 -pkgrel=4 +pkgrel=5 arch=(i686 x86_64 'mips64el') pkgdesc="Runs a command in a restricted environment." url="ftp://ftp.porcupine.org/pub/security/index.html" @@ -18,11 +18,9 @@ md5sums=('15510abadf5de189e1c22a1544dc926a' '11383ad1d66445640f1dec3478a2b53f') build() { - cd $startdir/src/$pkgname$pkgver - - make || return 1 - - install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $startdir/pkg/usr/sbin/chrootuid && \ - install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $startdir/pkg/usr/share/man/man1/chrootuid.1 && \ - install -D -m644 $srcdir/chrootuid_license $startdir/pkg/usr/share/licenses/$pkgname/license + cd $srcdir/$pkgname$pkgver + make + install -D -m755 $srcdir/$pkgname$pkgver/chrootuid $pkgdir/usr/sbin/chrootuid + install -D -m644 $srcdir/$pkgname$pkgver/chrootuid.1 $pkgdir/usr/share/man/man1/chrootuid.1 + install -D -m644 $srcdir/chrootuid_license $pkgdir/usr/share/licenses/$pkgname/license } diff --git a/community/courier-authlib/PKGBUILD b/community/courier-authlib/PKGBUILD index 2a0024544..94456028b 100644 --- a/community/courier-authlib/PKGBUILD +++ b/community/courier-authlib/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 53167 2009-09-26 09:48:47Z allan $ +# $Id: PKGBUILD 65015 2012-02-20 01:42:55Z spupykin $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: tobias <tobias@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=courier-authlib pkgver=0.63.0 -pkgrel=7 +pkgrel=8 pkgdesc="Authentification library for the courier mailserver(s)" arch=(i686 x86_64 'mips64el') license=('GPL2') @@ -56,8 +56,8 @@ package() { ############################################################################### # Install daemon, that wraps couriers bashscript install -Dm 755 ${srcdir}/authdaemond.rc.d ${pkgdir}/etc/rc.d/authdaemond - mkdir -p ${pkgdir}/var/spool/authdaemon - chown -R 72:72 ${pkgdir}/var/spool/authdaemon + #mkdir -p ${pkgdir}/var/spool/authdaemon + #chown -R 72:72 ${pkgdir}/var/spool/authdaemon mkdir -p ${pkgdir}/var/spool/courier chown -R 72:72 ${pkgdir}/var/spool/courier chown -R 72:72 ${pkgdir}/var/run/authdaemon diff --git a/community/cpuburn/PKGBUILD b/community/cpuburn/PKGBUILD index 1f99ca267..c7f8e37d9 100644 --- a/community/cpuburn/PKGBUILD +++ b/community/cpuburn/PKGBUILD @@ -1,10 +1,10 @@ -# $Id$ +# $Id: PKGBUILD 65092 2012-02-20 03:36:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Filip Wojciechowski, filip at loka dot pl pkgname=cpuburn pkgver=1.4a -pkgrel=2 +pkgrel=3 pkgdesc="CPU testing utilities in optimized assembler for maximum loading of CPUs" arch=('i686' 'x86_64' 'mips64el') url="https://launchpad.net/ubuntu/+source/cpuburn/" diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD index bd8d6a085..510eab2f6 100644 --- a/community/cpulimit/PKGBUILD +++ b/community/cpulimit/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17379 2010-05-24 09:44:15Z spupykin $ +# $Id: PKGBUILD 65094 2012-02-20 03:37:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=cpulimit pkgver=1.1 -pkgrel=2.1 +pkgrel=3 pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT" arch=('i686' 'x86_64' 'mips64el') url="http://cpulimit.sourceforge.net/" @@ -14,9 +14,7 @@ source=("http://downloads.sourceforge.net/sourceforge/cpulimit/cpulimit-$pkgver. md5sums=('f4ff6d4bfaef1258e8f5cd2041e2e2a3') build() { - cd $startdir/src/$pkgname-$pkgver - # The included trivial Makefile ignores CFLAGS and LDFLAGS, so - # running the compiler manually here. - ${CC:-gcc} ${LDFLAGS} ${CFLAGS} -o cpulimit cpulimit.c -lrt - install -D -m0755 cpulimit $startdir/pkg/usr/bin/cpulimit + cd $srcdir/$pkgname-$pkgver + make + install -D -m0755 cpulimit $pkgdir/usr/bin/cpulimit } diff --git a/community/cupsddk/PKGBUILD b/community/cupsddk/PKGBUILD index bdb357087..33d220f28 100644 --- a/community/cupsddk/PKGBUILD +++ b/community/cupsddk/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59197 2011-11-21 14:56:56Z spupykin $ +# $Id: PKGBUILD 65096 2012-02-20 03:38:12Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Georg Grabler (STiAT) <ggrabler@gmail.com> # Contributor: Georg Grabler (STiAT) <ggrabler@gmail.com> pkgname=cupsddk pkgver=1.2.3 -pkgrel=3 +pkgrel=4 pkgdesc="CUPSD Development Kit" url="http://cups.org" license=("GPL") diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD index ee3a8cfb1..f9c4259fb 100644 --- a/community/cutter/PKGBUILD +++ b/community/cutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17382 2010-05-24 09:44:48Z spupykin $ +# $Id: PKGBUILD 65098 2012-02-20 03:38:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=cutter pkgver=1.03 -pkgrel=3.1 +pkgrel=4 pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers" arch=('i686' 'x86_64' 'mips64el') url="http://www.lowth.com/cutter/" @@ -14,9 +14,7 @@ source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz) md5sums=('50093db9b64277643969ee75b83ebbd1') build() { - cd $startdir/src/$pkgname-$pkgver - # The included trivial Makefile ignores CFLAGS and LDFLAGS, so - # running the compiler manually here. - ${CC:-gcc} ${LDFLAGS} ${CFLAGS} -o cutter cutter.c - install -D -m 0755 ./cutter $startdir/pkg/usr/bin/tcp-cutter + cd $srcdir/$pkgname-$pkgver + make + install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter } diff --git a/community/darkhttpd/PKGBUILD b/community/darkhttpd/PKGBUILD index e6759c566..07a3895da 100644 --- a/community/darkhttpd/PKGBUILD +++ b/community/darkhttpd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54744 2011-08-24 10:41:02Z spupykin $ +# $Id: PKGBUILD 65106 2012-02-20 04:47:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> pkgname=darkhttpd pkgver=1.8 -pkgrel=1.1 +pkgrel=2 pkgdesc="A small, static webserver" arch=('i686' 'x86_64' 'mips64el') url="http://dmr.ath.cx/net/darkhttpd/" diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD index 864768cba..802ca496f 100644 --- a/community/darkstat/PKGBUILD +++ b/community/darkstat/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 50638 2011-06-29 10:55:56Z spupykin $ +# $Id: PKGBUILD 65108 2012-02-20 04:47:59Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=darkstat pkgver=3.0.714 -pkgrel=1.1 +pkgrel=2 pkgdesc="Network statistics gatherer (packet sniffer)." url="http://dmr.ath.cx/net/darkstat/" license=("GPL") @@ -13,12 +13,12 @@ source=(http://dmr.ath.cx/net/darkstat/$pkgname-$pkgver.tar.bz2) md5sums=('eef385fadc8dbb611d3d4c4d8fa94817') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd $startdir/src/$pkgname-$pkgver - make DESTDIR=$startdir/pkg install + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install } diff --git a/community/datemath/PKGBUILD b/community/datemath/PKGBUILD index 157812a04..a36029d6d 100644 --- a/community/datemath/PKGBUILD +++ b/community/datemath/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 18094 2010-05-31 09:25:01Z spupykin $ +# $Id: PKGBUILD 65110 2012-02-20 04:48:43Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Todd Musall <tmusall@comcast.net> # Contributor: Todd Musall <tmusall@comcast.net> pkgname=datemath pkgver=2.0.10 -pkgrel=2.1 +pkgrel=3 pkgdesc="Command line date and time math utility." arch=('i686' 'x86_64' 'mips64el') url="http://www.unixwiz.net/tools/datemath.html" @@ -16,7 +16,6 @@ md5sums=('2c369d70a43313b71dbe3c7cc50207de') build() { cd $srcdir - sed -ri 's/CFLAGS\s*=\s*.*/CFLAGS='"$CFLAGS $LDFLAGS"'/' Makefile make install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath } diff --git a/community/delegate/PKGBUILD b/community/delegate/PKGBUILD index f9c34e047..40a9833c3 100644 --- a/community/delegate/PKGBUILD +++ b/community/delegate/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 18941 2010-06-17 16:25:05Z spupykin $ +# $Id: PKGBUILD 65112 2012-02-20 04:49:31Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=delegate pkgver=9.9.7 -pkgrel=1.1 +pkgrel=2 pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface" arch=('i686' 'x86_64' 'mips64el') url="http://www.delegate.org/" @@ -17,15 +17,15 @@ md5sums=('86c833e95cd16a54d54fa3c7e4ab7929') build() { cd $srcdir/$pkgname$pkgver - make ADMIN="root@localhost" || return 1 + make ADMIN="root@localhost" - install -D -m0755 src/delegated $pkgdir/usr/bin/delegated || return 1 + install -D -m0755 src/delegated $pkgdir/usr/bin/delegated - install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind || return 1 - install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot || return 1 - install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod || return 1 - install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam || return 1 + install -D -m0755 subin/dgbind $pkgdir/usr/sbin/dgbind + install -D -m0755 subin/dgchroot $pkgdir/usr/sbin/dgchroot + install -D -m0755 subin/dgcpnod $pkgdir/usr/sbin/dgcpnod + install -D -m0755 subin/dgpam $pkgdir/usr/sbin/dgpam - install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm || return 1 - install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm || return 1 + install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm + install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm } diff --git a/community/dfm/PKGBUILD b/community/dfm/PKGBUILD index fcca5e41c..cc841c627 100644 --- a/community/dfm/PKGBUILD +++ b/community/dfm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 7569 2010-01-08 02:17:53Z dgriffiths $ +# $Id: PKGBUILD 65114 2012-02-20 04:50:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: eric <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> -# + pkgname=dfm pkgver=0.99.9 -pkgrel=2.1 +pkgrel=3 pkgdesc="A graphical file manager including desktop icons" arch=('i686' 'x86_64' 'mips64el') depends=('gtk' 'imlib' 'libxpm') @@ -15,8 +15,8 @@ url="http://www.kaisersite.de/dfm/" md5sums=('c6347874028a2dd2c8ec3dec33968fea') build() { - cd $startdir/src/$pkgname + cd $srcdir/$pkgname ./configure --prefix=/usr --mandir=/usr/share - make || return 1 + make make DESTDIR=${pkgdir} install } diff --git a/community/ejabberd/PKGBUILD b/community/ejabberd/PKGBUILD index e0eb5ddec..c293e0612 100644 --- a/community/ejabberd/PKGBUILD +++ b/community/ejabberd/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 62769 2012-01-26 14:42:40Z spupykin $ +# $Id: PKGBUILD 65019 2012-02-20 01:58:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jeff 'codemac' Mickey <jeff@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=ejabberd pkgver=2.1.10 -pkgrel=2 +pkgrel=3 pkgdesc="An erlang jabber server" arch=(i686 x86_64 'mips64el') url="http://www.ejabberd.im/" license=("GPL") -depends=('expat' 'openssl' 'zlib' 'erlang' 'pam') +# TODO: replace net-tools usage in rc.d with iproute2 +depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' + 'net-tools') makedepends=() backup=(etc/ejabberd/ejabberd.cfg etc/logrotate.d/ejabberd) diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD index 96df08516..06284b695 100644 --- a/community/freedroid/PKGBUILD +++ b/community/freedroid/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 54653 2011-08-22 14:49:55Z spupykin $ +# $Id: PKGBUILD 65021 2012-02-20 01:59:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=freedroid pkgver=1.0.2 -pkgrel=5.1 +pkgrel=6 pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64" arch=('i686' 'x86_64' 'mips64el') url="http://freedroid.sourceforge.net/" @@ -23,4 +23,9 @@ build() { make DESTDIR=$pkgdir install install -Dm0644 $srcdir/paraicon.png $pkgdir/usr/share/icons/paraicon.png install -Dm0644 $srcdir/freedroid.desktop $pkgdir/usr/share/applications/freedroid.desktop + + rm -rf $pkgdir/usr/share/freedroid/mac-osx + find $pkgdir/usr/share/freedroid -type f -name Makefile -exec rm -f {} \; + find $pkgdir/usr/share/freedroid -type f -name Makefile.in -exec rm -f {} \; + find $pkgdir/usr/share/freedroid -type f -name Makefile.am -exec rm -f {} \; } diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index 467a9feb2..17106f3d8 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 61107 2011-12-21 20:57:04Z andrea $ +# $Id: PKGBUILD 65013 2012-02-20 01:41:32Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jason R Begley (jayray@digitalgoat.com> pkgname=freeradius pkgver=2.1.12 -pkgrel=3 +pkgrel=4 pkgdesc="The premier open source RADIUS server" arch=('i686' 'x86_64' 'mips64el') url="http://www.freeradius.org/" diff --git a/community/gmrun/ChangeLog b/community/gmrun/ChangeLog deleted file mode 100644 index 811f87d4f..000000000 --- a/community/gmrun/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/community/gnash/gentoo-ffmpeg-0.8.patch b/community/gnash/gentoo-ffmpeg-0.8.patch deleted file mode 100644 index d74bcc8e0..000000000 --- a/community/gnash/gentoo-ffmpeg-0.8.patch +++ /dev/null @@ -1,204 +0,0 @@ -diff -u -Nr gnash-0.8.9/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp gnash-0.8.9-ff/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp ---- gnash-0.8.9/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp 2011-02-26 19:11:08.000000000 +0100 -+++ gnash-0.8.9-ff/libmedia/ffmpeg/AudioDecoderFfmpeg.cpp 2011-10-31 17:25:56.057379760 +0100 -@@ -29,7 +29,7 @@ - - //#define GNASH_DEBUG_AUDIO_DECODING - --#define AVCODEC_DECODE_AUDIO avcodec_decode_audio2 -+#define AVCODEC_DECODE_AUDIO avcodec_decode_audio3 - - namespace gnash { - namespace media { -@@ -549,8 +549,12 @@ - #endif - - // older ffmpeg versions didn't accept a const input.. -+ AVPacket pkt; -+ av_init_packet(&pkt); -+ pkt.data = (uint8_t*) input; -+ pkt.size = inputSize; - int tmp = AVCODEC_DECODE_AUDIO(_audioCodecCtx, outPtr, &outSize, -- input, inputSize); -+ &pkt); - - #ifdef GNASH_DEBUG_AUDIO_DECODING - log_debug(" avcodec_decode_audio[2](ctx, bufptr, %d, input, %d) " -@@ -658,13 +662,13 @@ - { - if ( _needsParsing ) - { -- return av_parser_parse(_parser, _audioCodecCtx, -+ return av_parser_parse2(_parser, _audioCodecCtx, - // as of 2008-10-28 SVN, ffmpeg doesn't - // accept a pointer to pointer to const.. - const_cast<boost::uint8_t**>(outFrame), - outFrameSize, - input, inputSize, -- 0, 0); // pts & dts -+ 0, 0, AV_NOPTS_VALUE); // pts & dts - } - else - { -diff -u -Nr gnash-0.8.9/libmedia/ffmpeg/AudioResamplerFfmpeg.cpp gnash-0.8.9-ff/libmedia/ffmpeg/AudioResamplerFfmpeg.cpp ---- gnash-0.8.9/libmedia/ffmpeg/AudioResamplerFfmpeg.cpp 2011-02-26 19:11:08.000000000 +0100 -+++ gnash-0.8.9-ff/libmedia/ffmpeg/AudioResamplerFfmpeg.cpp 2011-10-31 17:25:51.210668136 +0100 -@@ -46,8 +46,10 @@ - { - if ( (ctx->sample_rate != 44100) || (ctx->channels != 2) ) { - if ( ! _context ) { -- _context = audio_resample_init( -- 2, ctx->channels, 44100, ctx->sample_rate -+ _context = av_audio_resample_init( -+ 2, ctx->channels, 44100, ctx->sample_rate, -+ AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16, -+ 16, 10, 0, 0.8 - ); - } - -diff -u -Nr gnash-0.8.9/libmedia/ffmpeg/MediaParserFfmpeg.cpp gnash-0.8.9-ff/libmedia/ffmpeg/MediaParserFfmpeg.cpp ---- gnash-0.8.9/libmedia/ffmpeg/MediaParserFfmpeg.cpp 2011-03-13 17:47:36.000000000 +0100 -+++ gnash-0.8.9-ff/libmedia/ffmpeg/MediaParserFfmpeg.cpp 2011-10-31 17:25:57.720728522 +0100 -@@ -387,7 +387,7 @@ - - log_debug("Parsing FFMPEG media file: format:%s; nstreams:%d", - _inputFmt->name, _formatCtx->nb_streams); -- -+ /* - if ( _formatCtx->title[0] ) - log_debug(_(" Title:'%s'"), _formatCtx->title); - if ( _formatCtx->author[0] ) -@@ -398,7 +398,7 @@ - log_debug(_(" Comment:'%s'"), _formatCtx->comment); - if ( _formatCtx->album[0] ) - log_debug(_(" Album:'%s'"), _formatCtx->album); -- -+ */ - // Find first audio and video stream - for (unsigned int i = 0; i < static_cast<unsigned int>(_formatCtx->nb_streams); i++) - { -@@ -415,7 +415,7 @@ - } - - switch (enc->codec_type) { -- case CODEC_TYPE_AUDIO: -+ case AVMEDIA_TYPE_AUDIO: - if (_audioStreamIndex < 0) { - _audioStreamIndex = i; - _audioStream = _formatCtx->streams[i]; -@@ -425,7 +425,7 @@ - } - break; - -- case CODEC_TYPE_VIDEO: -+ case AVMEDIA_TYPE_VIDEO: - if (_videoStreamIndex < 0) { - _videoStreamIndex = i; - _videoStream = _formatCtx->streams[i]; -diff -u -Nr gnash-0.8.9/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp gnash-0.8.9-ff/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp ---- gnash-0.8.9/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp 2011-03-13 17:47:36.000000000 +0100 -+++ gnash-0.8.9-ff/libmedia/ffmpeg/VideoDecoderFfmpeg.cpp 2011-10-31 17:25:54.590699488 +0100 -@@ -356,8 +356,12 @@ - - int bytes = 0; - // no idea why avcodec_decode_video wants a non-const input... -- avcodec_decode_video(_videoCodecCtx->getContext(), frame, &bytes, -- input, input_size); -+ AVPacket pkt; -+ av_init_packet(&pkt); -+ pkt.data = (uint8_t*) input; -+ pkt.size = input_size; -+ avcodec_decode_video2(_videoCodecCtx->getContext(), frame, &bytes, -+ &pkt); - - if (!bytes) { - log_error("Decoding of a video frame failed"); -diff -u -Nr gnash-0.8.9/macros/ffmpeg.m4 gnash-0.8.9-ff/macros/ffmpeg.m4 ---- gnash-0.8.9/macros/ffmpeg.m4 2011-02-26 19:11:08.000000000 +0100 -+++ gnash-0.8.9-ff/macros/ffmpeg.m4 2011-10-31 17:25:49.700654130 +0100 -@@ -22,6 +22,7 @@ - backupLIBS="$LIBS" - backupCFLAGS="$CFLAGS" - avcodec_h="" -+ avcodec_version_h="" - ffmpeg_top_incl="" - - dnl If the user specify an path to include headers from, we assume it's the full -@@ -46,6 +47,9 @@ - else - AC_MSG_ERROR([${with_ffmpeg_incl} directory does not contain the avcodec.h header]) - fi -+ if test -f ${with_ffmpeg_incl}/version.h; then -+ avcodec_version_h=${with_ffmpeg_incl}/version.h -+ fi - fi - ]) - -@@ -66,6 +70,9 @@ - if test -f ${ffmpeg_top_incl}/${i}/avcodec.h; then - ac_cv_path_ffmpeg_incl="-I`(cd ${ffmpeg_top_incl}; pwd)`" - avcodec_h="${ffmpeg_top_incl}/${i}/avcodec.h" -+ if test -f ${ffmpeg_top_incl}/${i}/version.h; then -+ avcodec_version_h=${ffmpeg_top_incl}/${i}/version.h -+ fi - break - fi - done -@@ -83,6 +90,9 @@ - if test -f ${ffmpeg_top_incl}/${i}/avcodec.h; then - ac_cv_path_ffmpeg_incl="-I`(cd ${ffmpeg_top_incl}/${i}; pwd)`" - avcodec_h=${ffmpeg_top_incl}/${i}/avcodec.h -+ if test -f ${ffmpeg_top_incl}/${i}/version.h; then -+ avcodec_version_h=${ffmpeg_top_incl}/${i}/version.h -+ fi - break - fi - done -@@ -182,14 +192,24 @@ - dnl a modified form of grepping may be better, making sure all old kinds of - dnl version numbering fail gracefully. - -+ versionfile="" -+ - dnl Check avcodec version number, if it was found -- if test x"${avcodec_h}" != x; then -+ if test x"${avcodec_version_h}" != x; then -+ versionfile=${avcodec_version_h} -+ else -+ if test x"${avcodec_h}" != x; then -+ versionfile=${avcodec_h} -+ fi -+ fi -+ -+ if test x"${versionfile}" != x; then - - AC_MSG_CHECKING([ffmpeg version]) - -- ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"` -- ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"` -- ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${avcodec_h} | sed -e "s%[[^0-9]]%%g"` -+ ffmpeg_major_version=`$EGREP "define LIBAVCODEC_VERSION_MAJOR " ${versionfile} | sed -e "s%[[^0-9]]%%g"` -+ ffmpeg_minor_version=`$EGREP "define LIBAVCODEC_VERSION_MINOR " ${versionfile} | sed -e "s%[[^0-9]]%%g"` -+ ffmpeg_micro_version=`$EGREP "define LIBAVCODEC_VERSION_MICRO " ${versionfile} | sed -e "s%[[^0-9]]%%g"` - - if test x"${ffmpeg_major_version}" != x ; then - -@@ -198,15 +218,15 @@ - else - - dnl #define LIBAVCODEC_VERSION_TRIPLET 51,50,1 -- ffmpeg_version=`$EGREP "define LIBAVCODEC_VERSION_TRIPLET " ${avcodec_h} | awk '{print $'3'}' | sed -e "s%,%.%g"` -+ ffmpeg_version=`$EGREP "define LIBAVCODEC_VERSION_TRIPLET " ${versionfile} | awk '{print $'3'}' | sed -e "s%,%.%g"` - - if test x"${ffmpeg_version}" = x ; then - - dnl NOTE: the [0-9]*d. pattern discards deb-heads rubbish prefix -- ffmpeg_version=`$EGREP "define LIBAVCODEC_VERSION " ${avcodec_h} | awk '{print $'3'}' | sed -e "s%^[[0-9]]d\.%%"` -+ ffmpeg_version=`$EGREP "define LIBAVCODEC_VERSION " ${versionfile} | awk '{print $'3'}' | sed -e "s%^[[0-9]]d\.%%"` - - if test x"${ffmpeg_version}" = x ; then -- ffmpeg_version=`$EGREP "define LIBAVCODEC_BUILD " ${avcodec_h} | awk '{print $'3'}'` -+ ffmpeg_version=`$EGREP "define LIBAVCODEC_BUILD " ${versionfile} | awk '{print $'3'}'` - fi - fi - diff --git a/community/gnash/xul8.patch b/community/gnash/xul8.patch deleted file mode 100644 index 7bd708b2d..000000000 --- a/community/gnash/xul8.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -u -r gnash-0.8.9/plugin/npapi/mozilla-sdk/np_entry.cpp gnash-0.8.9-xul/plugin/npapi/mozilla-sdk/np_entry.cpp ---- gnash-0.8.9/plugin/npapi/mozilla-sdk/np_entry.cpp 2011-03-13 17:47:36.000000000 +0100 -+++ gnash-0.8.9-xul/plugin/npapi/mozilla-sdk/np_entry.cpp 2011-11-18 16:25:55.198007371 +0100 -@@ -238,7 +238,7 @@ - return NS_PluginInitialize(); - } - --char * -+const char * - NP_GetMIMEDescription(void) - { - return NPP_GetMIMEDescription(); -diff -u -r gnash-0.8.9/plugin/npapi/plugin.cpp gnash-0.8.9-xul/plugin/npapi/plugin.cpp ---- gnash-0.8.9/plugin/npapi/plugin.cpp 2011-03-18 14:44:30.000000000 +0100 -+++ gnash-0.8.9-xul/plugin/npapi/plugin.cpp 2011-11-18 16:35:42.496794816 +0100 -@@ -128,10 +128,10 @@ - } - - /// \brief Return the MIME Type description for this plugin. --char* -+const char* - NPP_GetMIMEDescription(void) - { -- return const_cast<char *>(MIME_TYPES_DESCRIPTION); -+ return MIME_TYPES_DESCRIPTION; - } - - static bool waitforgdb = false; -diff -u -r gnash-0.8.9/plugin/npapi/test.cpp gnash-0.8.9-xul/plugin/npapi/test.cpp ---- gnash-0.8.9/plugin/npapi/test.cpp 2011-03-13 17:47:36.000000000 +0100 -+++ gnash-0.8.9-xul/plugin/npapi/test.cpp 2011-11-18 16:37:06.997539299 +0100 -@@ -408,10 +408,10 @@ - { - } - --char* -+const char* - NPP_GetMIMEDescription(void) - { -- char *x = 0; -+ const char *x = 0; - return x; - } - diff --git a/community/jabberd14/PKGBUILD b/community/jabberd14/PKGBUILD index da0ec5a11..dc5f2be48 100644 --- a/community/jabberd14/PKGBUILD +++ b/community/jabberd14/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54463 2011-08-18 15:07:21Z bluewind $ +# $Id: PKGBUILD 64996 2012-02-19 13:18:38Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=jabberd14 pkgver=1.6.1.1 -pkgrel=10 +pkgrel=11 pkgdesc="old (1.4) jabber server branch" arch=(i686 x86_64 'mips64el') url="http://jabberd.org/" diff --git a/community/ktikz/PKGBUILD b/community/ktikz/PKGBUILD index 129dcaa23..078fa347f 100644 --- a/community/ktikz/PKGBUILD +++ b/community/ktikz/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ktikz pkgver=0.10 -pkgrel=2 +pkgrel=3 pkgdesc="A small application helping you to create TikZ diagrams (from the LaTeX pgf package)" arch=('i686' 'x86_64' 'mips64el') url="http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/" @@ -16,24 +16,13 @@ md5sums=('e8f0826cba2447250bcdcd389a71a2ac') install=ktikz.install build() { - cd "$srcdir"/"$pkgname" - - # Patch conf.pri to get rid of annoying environment variables - egrep -v '^(DESKTOPDIR|PREFIX)' conf.pri > conf.pri.patched - mv -f conf.pri.patched conf.pri + cd "$srcdir"/"$pkgname" - sed -e 's/LRELEASECOMMAND/#LRELEASECOMMAND/' conf.pri > conf.pri.patched - mv -f conf.pri.patched conf.pri - - sed -e 's/QMAKECOMMAND/#QMAKECOMMAND/' conf.pri > conf.pri.patched - mv -f conf.pri.patched conf.pri - - # Make and install - cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` - make + cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` + make } package() { - cd "$srcdir"/"${pkgname}" - make DESTDIR="$pkgdir" install + cd "$srcdir"/"$pkgname" + make DESTDIR="$pkgdir" install } diff --git a/community/librsync/ChangeLog b/community/librsync/ChangeLog deleted file mode 100644 index 4cdab3f13..000000000 --- a/community/librsync/ChangeLog +++ /dev/null @@ -1,2 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Recompiled with --with-pic to fix relocation errors diff --git a/community/lsscsi/PKGBUILD b/community/lsscsi/PKGBUILD index 7f592af0b..e8d5251d9 100644 --- a/community/lsscsi/PKGBUILD +++ b/community/lsscsi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59629 2011-11-28 22:05:11Z seblu $ -# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> +# $Id: PKGBUILD 65009 2012-02-19 19:48:16Z seblu $ +# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor : XAVeRY - los dot danielos at gmail dot com pkgname=lsscsi -pkgver=0.25 +pkgver=0.26 pkgrel=1 pkgdesc='A tool that lists devices connected via SCSI and its transports' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="http://sg.danny.cz/scsi/lsscsi.html" license=('GPL') depends=('sysfsutils') source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz") -md5sums=('c4e36b106624aff78527c54cf08ecbfe') +md5sums=('624d705899ed08e872e164679ac56545') build() { cd ${pkgname}-${pkgver} diff --git a/community/parano/ChangeLog b/community/parano/ChangeLog deleted file mode 100644 index 07fc29421..000000000 --- a/community/parano/ChangeLog +++ /dev/null @@ -1,6 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 -* Changed patch to fix Makefile.in and not .am - -2007-08-29 Georg Grabler (STiAT) <ggrabler@gmail.com> -* Updated to version 0.3.4 diff --git a/community/parano/PKGBUILD b/community/parano/PKGBUILD deleted file mode 100644 index 41855fec5..000000000 --- a/community/parano/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 27187 2010-09-18 15:58:45Z schuay $ -# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> -# Contributor: William Rea <sillywilly@gmail.com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> - -pkgname=parano -pkgver=0.3.5 -pkgrel=4 -pkgdesc="A GNOME frontend for creating/editing/checking MD5 and SFV files" -arch=('i686' 'x86_64' 'mips64el') -url="http://parano.berlios.de" -license=('GPL') -depends=('gnome-python' 'shared-mime-info') -makedepends=('intltool') -install=parano.install -source=(http://download.berlios.de/parano/parano-${pkgver}.tar.gz \ - mime.diff) -md5sums=('126cc42492c1dcf4c5e1b4a3c616acb6' \ - '6dd541ece566505e61f6e94c91a26798') - -build() { - cd ${srcdir}/parano-${pkgver} - - # python2 fix - for file in $(find . -name '*.py' -print); do - sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file - sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file - done - - patch -Np0 -i ../mime.diff - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/parano-${pkgver} - - make DESTDIR=${pkgdir} install -} diff --git a/community/parano/mime.diff b/community/parano/mime.diff deleted file mode 100644 index c775e06ad..000000000 --- a/community/parano/mime.diff +++ /dev/null @@ -1,15 +0,0 @@ ---- mime/Makefile.in 2006-07-13 19:10:58.000000000 +0200 -+++ mime/Makefile.in.new 2007-08-29 20:16:12.000000000 +0200 -@@ -407,9 +407,9 @@ - uninstall-mimeinfoDATA - - --@UPDATE_MIME_DATABASE_TRUE@install-data-local: --@UPDATE_MIME_DATABASE_TRUE@ mkdir -p $(mimedir) --@UPDATE_MIME_DATABASE_TRUE@ update-mime-database $(datadir)/mime/ -+#@UPDATE_MIME_DATABASE_TRUE@install-data-local: -+#@UPDATE_MIME_DATABASE_TRUE@ mkdir -p $(mimedir) -+#@UPDATE_MIME_DATABASE_TRUE@ update-mime-database $(datadir)/mime/ - - @UPDATE_MIME_DATABASE_TRUE@uninstall-local: - @UPDATE_MIME_DATABASE_TRUE@ update-mime-database $(datadir)/mime/ diff --git a/community/parano/parano.install b/community/parano/parano.install deleted file mode 100644 index 5e31d3635..000000000 --- a/community/parano/parano.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - xdg-icon-resource forceupdate --theme hicolor - update-mime-database usr/share/mime > /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD index 3b6a0d55a..d845da3fe 100644 --- a/community/pdnsd/PKGBUILD +++ b/community/pdnsd/PKGBUILD @@ -1,28 +1,29 @@ -# $Id: PKGBUILD 12265 2010-02-28 22:24:26Z spupykin $ +# $Id: PKGBUILD 65023 2012-02-20 02:00:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Henrik Nymann Jensen <h@henriknj.dk> pkgname=pdnsd pkgver=1.2.8 -pkgrel=1 +pkgrel=2 pkgdesc="Is a proxy DNS server with permanent caching" arch=(i686 x86_64 'mips64el') url="http://www.phys.uu.nl/~rombouts/pdnsd/" license=('GPL') depends=('glibc') -backup=('etc/pdnsd.conf') -source=(http://www.phys.uu.nl/~rombouts/pdnsd/releases/$pkgname-$pkgver-par.tar.gz pdnsd) +#backup=('etc/pdnsd.conf') +source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$pkgver-par.tar.gz + pdnsd) md5sums=('779c5d19576e561fbf2455de435e5597' '3670bd47c9303fbb655d9216715512de') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make + make DESTDIR=$pkgdir install - mkdir -p $pkgdir/etc/rc.d && \ - cp $srcdir/pdnsd $pkgdir/etc/rc.d/ && \ - mkdir -p $pkgdir/usr/share/ && \ + mkdir -p $pkgdir/etc/rc.d + cp $srcdir/pdnsd $pkgdir/etc/rc.d/ + mkdir -p $pkgdir/usr/share/ mv $pkgdir/usr/man $pkgdir/usr/share/ } diff --git a/community/pyogg/PKGBUILD b/community/pyogg/PKGBUILD index 5122b3673..b881ea888 100644 --- a/community/pyogg/PKGBUILD +++ b/community/pyogg/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 89164 2010-08-29 16:44:28Z remy $ +# $Id: PKGBUILD 64982 2012-02-19 11:17:06Z jelle $ # Maintainer: Eric Belanger <eric@archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> pkgname=pyogg pkgver=1.3 -pkgrel=6 +pkgrel=7 pkgdesc="Python ogg wrapper library" arch=('i686' 'x86_64' 'mips64el') url="http://ekyo.nerim.net/software/pyogg/index.html" diff --git a/community/pyvorbis/PKGBUILD b/community/pyvorbis/PKGBUILD index f2a83d7b8..44d6edd11 100644 --- a/community/pyvorbis/PKGBUILD +++ b/community/pyvorbis/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 89168 2010-08-29 17:00:16Z remy $ +# $Id: PKGBUILD 64987 2012-02-19 11:27:59Z jelle $ # Contributor: Jason Chu <jason@archlinux.org> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=pyvorbis pkgver=1.4 -pkgrel=5 +pkgrel=6 pkgdesc="Python vorbis wrapper library" -url="http://www.andrewchatham.com/pyogg/" +url="http://ekyo.nerim.net/software/pyogg/index.html" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('python2' 'libvorbis' 'pyogg>=1.3-3') diff --git a/community/qoauth/PKGBUILD b/community/qoauth/PKGBUILD index 7721aecb9..ae5853c1c 100644 --- a/community/qoauth/PKGBUILD +++ b/community/qoauth/PKGBUILD @@ -1,9 +1,10 @@ # $Id $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# Maintainer: Peter Richard Lewis <plewis@aur.archlinux.org> +# Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qoauth pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Support with OAuth-powered network services" url="http://github.com/ayoy/qoauth" license=('GPL') diff --git a/community/radeontool/PKGBUILD b/community/radeontool/PKGBUILD index 7d6eedb67..f30ae7313 100644 --- a/community/radeontool/PKGBUILD +++ b/community/radeontool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 39058 2011-02-05 20:20:24Z lcarlier $ +# $Id: PKGBUILD 64970 2012-02-19 08:18:34Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym AT gmail DOT com> pkgname=radeontool pkgver=1.6.2 -pkgrel=1 -pkgdesc="Radeontool (and avivotool) are lowlevel tools to tweak register and dump state on radeon GPUs" +pkgrel=2 +pkgdesc="Lowlevel tools to tweak register and dump state on radeon GPUs" url="http://airlied.livejournal.com/" arch=('i686' 'x86_64' 'mips64el') license=('ZLIB') diff --git a/community/scrotwm/LICENSE b/community/scrotwm/LICENSE deleted file mode 100644 index 24c04f3a0..000000000 --- a/community/scrotwm/LICENSE +++ /dev/null @@ -1,47 +0,0 @@ -/* - * Copyright (c) 2009 Marco Peereboom <marco@peereboom.us> - * Copyright (c) 2009 Ryan McBride <mcbride@countersiege.com> - * - * Permission to use, copy, modify, and distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR - * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN - * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF - * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - */ -/* - * Much code and ideas taken from dwm under the following license: - * MIT/X Consortium License - * - * 2006-2008 Anselm R Garbe <garbeam at gmail dot com> - * 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com> - * 2006-2007 Jukka Salmi <jukka at salmi dot ch> - * 2007 Premysl Hruby <dfenze at gmail dot com> - * 2007 Szabolcs Nagy <nszabolcs at gmail dot com> - * 2007 Christof Musik <christof at sendfax dot de> - * 2007-2008 Enno Gottox Boland <gottox at s01 dot de> - * 2007-2008 Peter Hartlich <sgkkr at hartlich dot com> - * 2008 Martin Hurton <martin dot hurton at gmail dot com> - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - */ diff --git a/community/scrotwm/PKGBUILD b/community/scrotwm/PKGBUILD deleted file mode 100644 index f37e73aff..000000000 --- a/community/scrotwm/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# $Id: PKGBUILD 64135 2012-02-09 01:36:06Z kkeen $ -# Maintainer: Kyle Keen <keenerd@gmail.com> -# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> - -pkgname=scrotwm -pkgver=0.11.0 -pkgrel=1 -pkgdesc="A minimalistic dynamic tiling window manager that tries to stay out of the way." -arch=('i686' 'x86_64' 'mips64el') -url="http://www.scrotwm.org" -license=('custom:ISC') -depends=('dmenu' 'libxrandr' 'libxtst' 'profont') -makedepends=('libxt') -optdepends=('scrot: screenshots' 'xlockmore: screenlocking' 'terminus-font: great font') -backup=(etc/scrotwm.conf) -source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \ - LICENSE \ - baraction.sh) -md5sums=('cf8a0ebc43d0da102db2f75037a6b5df' - 'a67cfe51079481e5b0eab1ad371379e3' - '6132ba773ee00f39d8f67ac0347a9814') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # it is like a patch, only less fragile - sed -i 's|\"/usr/local/lib/libswmhack.so\"|\"libswmhack.so\"|' scrotwm.c - sed -i 's/verbose_layout = 0;/verbose_layout = 1;/' scrotwm.c - sed -i 's/# modkey = Mod1/modkey = Mod4/' scrotwm.conf - sed -i 's/-\*-terminus-medium-\*-\*-\*-\*-\*-\*-\*-\*-\*-\*-\*/-*-profont-*-*-*-*-12-*-*-*-*-*-*-*/' scrotwm.conf - - cd linux - make PREFIX="/usr" -} - -package() { - cd "$srcdir/$pkgname-$pkgver/linux" - make PREFIX="/usr" DESTDIR="$pkgdir" install - install -Dm644 scrotwm.desktop "$pkgdir/usr/share/xsessions/scrotwm.desktop" - cd .. - install -Dm644 scrotwm.conf "$pkgdir/etc/scrotwm.conf" - install -Dm755 screenshot.sh "$pkgdir/usr/share/scrotwm/screenshot.sh" - cd "$srcdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm755 baraction.sh "$pkgdir/usr/share/scrotwm/baraction.sh" - - ln -s /usr/lib/libswmhack.so.0.0 "$pkgdir/usr/lib/libswmhack.so.0" - ln -s /usr/lib/libswmhack.so.0.0 "$pkgdir/usr/lib/libswmhack.so" - - # fix this for real in the makefile - mkdir -p "$pkgdir"/usr/share/man/{es,it,pt,ru}/man1/ - mv "$pkgdir/usr/share/man/man1/scrotwm_es.1" "$pkgdir/usr/share/man/es/man1/" - mv "$pkgdir/usr/share/man/man1/scrotwm_it.1" "$pkgdir/usr/share/man/it/man1/" - mv "$pkgdir/usr/share/man/man1/scrotwm_pt.1" "$pkgdir/usr/share/man/pt/man1/" - mv "$pkgdir/usr/share/man/man1/scrotwm_ru.1" "$pkgdir/usr/share/man/ru/man1/" -} diff --git a/community/scrotwm/baraction.sh b/community/scrotwm/baraction.sh deleted file mode 100755 index 9c4600adc..000000000 --- a/community/scrotwm/baraction.sh +++ /dev/null @@ -1,82 +0,0 @@ -#!/bin/bash -# baraction.sh for scrotwm status bar -# From http://wiki.archlinux.org/index.php/Scrotwm - -SLEEP_SEC=5 -#loops forever outputting a line every SLEEP_SEC secs -while :; do - - eval $(cat /proc/acpi/battery/BAT0/state | awk '/charging state/ {printf "BAT_CHGSTATE=%s;", $3}; /remaining capacity/ {printf "BAT_REMNG=%s;",$3}; /present rate/ {printf "BAT_RATE=%s;",$3};' -) - eval $(cat /proc/acpi/battery/BAT0/info | awk '/present/ {printf "BAT_PRESENT=%s;", $2}; /last full capacity/ {printf "BAT_LASTFULL=%s;",$4};' -) - - BAT_REMNG_WH=`echo "scale=1; a=($BAT_REMNG+50)/1000; print a" | bc -l` - BAT_RATE_W=`echo "scale=1; a=($BAT_RATE+50)/1000; print a" | bc -l` - BCSCRIPT="scale=0; a=(100*$BAT_REMNG / $BAT_LASTFULL); print a" - BAT_PCT=`echo $BCSCRIPT | bc -l`% - - case $BAT_PRESENT in - no) - POWER_STR="AC, NO BATTERY" - ;; - yes) - - case $BAT_CHGSTATE in - charged) - #on ac - AC_STATUS="ON AC" - TIME_REMNG="N/A" - POWER_STR="$AC_STATUS $BAT_CHGSTATE $BAT_PCT" - ;; - charging) - #on ac - AC_STATUS="ON AC" - BCSCRIPT="scale=1; a=(60*($BAT_LASTFULL - $BAT_REMNG) / $BAT_RATE); print a" - TIMETOFULL_MIN=`echo $BCSCRIPT | bc -l` - POWER_STR="$AC_STATUS $BAT_CHGSTATE $BAT_PCT C="$BAT_REMNG_WH"Wh Rate="$BAT_RATE_W"W TTF="$TIMETOFULL_MIN"min" - ;; - discharging) - AC_STATUS="ON BATT" - TIME_REMNG_MIN=`echo "scale=0; a=(60*$BAT_REMNG / $BAT_RATE); print a" | bc -l` - TIME_REMNG_HH=`echo "scale=0; a=($BAT_REMNG / $BAT_RATE); if (a<10) {print "0"; print a} else {print a}" | bc -l` - - TIME_REMNG_MM=`echo "scale=0; a=($TIME_REMNG_MIN-60*$TIME_REMNG_HH); if (a<10) {print "0"; print a} else {print a}" | bc -l` - POWER_STR="$AC_STATUS $BAT_PCT C="$BAT_REMNG_WH"Wh P="$BAT_RATE_W"W R="$TIME_REMNG_HH":"$TIME_REMNG_MM - ;; - *) - POWER_STR=$BAT_CHGSTATE - ;; - esac - - ;; - *) - POWER_STR="error" - ;; - esac - - #scrotwm bar_print can't handle UTF-8 characters, such as degree symbol - #Core 0: +67.0°C (crit = +100.0°C) - eval $(sensors 2>/dev/null | sed s/[°+]//g | awk '/^Core 0/ {printf "CORE0TEMP=%s;", $3}; /^Core 1/ {printf "CORE1TEMP=%s;",$3}; /^fan1/ {printf "FANSPD=%s;",$2};' -) - TEMP_STR="Tcpu=$CORE0TEMP,$CORE1TEMP F=$FANSPD" - - WLAN_ESSID=$(iwconfig wlan0 | awk -F "\"" '/wlan0/ { print $2 }') - eval $(cat /proc/net/wireless | sed s/[.]//g | awk '/wlan0/ {printf "WLAN_QULTY=%s; WLAN_SIGNL=%s; WLAN_NOISE=%s", $3,$4,$5};' -) - BCSCRIPT="scale=0;a=100*$WLAN_QULTY/70;print a" - WLAN_QPCT=`echo $BCSCRIPT | bc -l` - WLAN_POWER=`iwconfig 2>/dev/null| grep "Tx-Power"| awk {'print $4'}|sed s/Tx-Power=//` - WLAN_STR="$WLAN_ESSID: Q=$WLAN_QPCT% S/N="$WLAN_SIGNL"/"$WLAN_NOISE"dBm T="$WLAN_POWER"dBm" - - CPUFREQ_STR=`echo "Freq:"$(cat /proc/cpuinfo | grep 'cpu MHz' | sed 's/.*: //g; s/\..*//g;')` - CPULOAD_STR="Load:$(uptime | sed 's/.*://; s/,//g')" - - eval $(awk '/^MemTotal/ {printf "MTOT=%s;", $2}; /^MemFree/ {printf "MFREE=%s;",$2}' /proc/meminfo) - MUSED=$(( $MTOT - $MFREE )) - MUSEDPT=$(( ($MUSED * 100) / $MTOT )) - MEM_STR="Mem:${MUSEDPT}%" - - echo -e "$POWER_STR $TEMP_STR $CPUFREQ_STR $CPULOAD_STR $MEM_STR $WLAN_STR" - #alternatively if you prefer a different date format - #DATE_STR=`date +"%H:%M %a %d %b` - #echo -e "$DATE_STR $POWER_STR $TEMP_STR $CPUFREQ_STR $CPULOAD_STR $MEM_STR $WLAN_STR" - - sleep $SLEEP_SEC -done diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index 3e007656d..35d08d4f9 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -6,7 +6,7 @@ pkgname=task pkgver=1.9.4 -pkgrel=2 +pkgrel=3 pkgdesc="A command-line todo list manager" arch=('i686' 'x86_64' 'mips64el') url="http://taskwarrior.org/projects/show/taskwarrior/" @@ -19,22 +19,21 @@ sha1sums=('b9bae255f4fa03970eced3ac0876935271d1d7a1') build() { cd "$srcdir/$pkgname-$pkgver" - - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make + + cmake -DCMAKE_INSTALL_PREFIX=/usr . + make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/etc/bash_completion.d/task_completion.sh" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task" - - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim" - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/etc/bash_completion.d/task_completion.sh" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" "$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim" + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" "$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim" } diff --git a/community/torcs/PKGBUILD b/community/torcs/PKGBUILD index 3cc3f494b..209c125d2 100644 --- a/community/torcs/PKGBUILD +++ b/community/torcs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 63756 2012-02-05 12:12:13Z ibiru $ +# $Id: PKGBUILD 64985 2012-02-19 11:26:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Shahar Weiss <sweiss4@gmx.net> pkgname=torcs -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="A 3D racing cars simulator using OpenGL" url="http://torcs.sourceforge.net" @@ -15,7 +15,7 @@ options=('!makeflags') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver/_/-}.tar.bz2 torcs.desktop torcs-gcc.patch) -md5sums=('254b8f4c14d067dd63da8d54d3cfdba8' +md5sums=('0319c996dac4480f1182c03d2331b14a' '328e419e9f985c3e7b69924fe299330d' '5ae7e903df37300d3b8744328c756bff') diff --git a/community/uml_utilities/PKGBUILD b/community/uml_utilities/PKGBUILD index 46c03ecb7..a5620b335 100644 --- a/community/uml_utilities/PKGBUILD +++ b/community/uml_utilities/PKGBUILD @@ -4,7 +4,7 @@ pkgname=uml_utilities pkgver=20070815 -pkgrel=4 +pkgrel=5 pkgdesc="User Mode Linux Utilities" arch=(i686 x86_64 'mips64el') depends=('fuse' 'readline' 'perl') diff --git a/community/uqm/PKGBUILD b/community/uqm/PKGBUILD index d88533b02..79d3c0c74 100644 --- a/community/uqm/PKGBUILD +++ b/community/uqm/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 65007 2012-02-19 17:51:46Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Maintainer : Daenyth <Daenyth+Arch _AT_ gmail _DOT_ com> # Contributor : wizzomafizzo <wizzomafizzo@gmail.com> @@ -6,7 +7,7 @@ pkgname=uqm pkgver=0.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Ur-Quan Masters is a port of Star Control 2" arch=('i686' 'x86_64' 'mips64el') url="http://sc2.sf.net/" diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index 8c924de9b..cea0f3650 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 54418 2011-08-18 09:30:31Z spupykin $ +# $Id: PKGBUILD 65011 2012-02-20 01:39:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jonathan Wiersma <arch aur at jonw dot org> # Contributor: Jonathan Wiersma <arch aur at jonw dot org> # Contributor: sracker <smb.sac@gmail.com> pkgname=xdebug -pkgver=2.1.2 -pkgrel=1 +pkgver=2.1.3 +pkgrel=2 pkgdesc="PHP debugging extension" arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" @@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini') source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz xdebug-5.2.ini xdebug.ini) -md5sums=('3a9c3402063c8163de6e419ddc8d96e7' +md5sums=('779f4a66acdccd673553769e403674c4' '6b7fdbbe0bf381bda40e77e29981f439' '68de800943369d4c76bdf7eb35c8463b') diff --git a/community/xdebug/xdebug.install b/community/xdebug/xdebug.install index fc2fcbc84..a7ec0b9cc 100644 --- a/community/xdebug/xdebug.install +++ b/community/xdebug/xdebug.install @@ -1,18 +1,8 @@ -pre_upgrade() { - local _configfile=/etc/php/conf.d/xdebug.ini - - if [ $2 \< "2.0.4-2" -a -f $_configfile ] ; then - mv -f $_configfile $_configfile.pacold - fi - /bin/true -} - post_install() { local _configfile=/etc/php/conf.d/xdebug.ini echo " ==> You may wish to uncomment/change the settings found in " echo " $_configfile" echo "" - /bin/true } post_upgrade() { @@ -20,28 +10,6 @@ post_upgrade() { local PHPVER=$(php -r 'echo phpversion();') post_install $1 - if [ $2 \< "2.0.4-2" ] ; then - if [ -f $_configfile.pacold ] ; then - mv $_configfile $_configfile.pacnew - mv $_configfile.pacold $_configfile - echo " ==> There is a new xdebug.ini at $_configfile.pacnew." - echo " You may wish to copy it or modify your existing file: " - echo " $_configfile." - echo "" - else - echo " ==> A configuration file for xdebug has been placed at:" - echo " $_configfile." - echo " Please remove the following lines from /etc/php/php.ini and move them" - echo " to $_configfile:" - echo " zend_extension=/usr/lib/php/xdebug.so" - echo " xdebug.remote_enable=on" - echo " xdebug.remote_host=<ip address>" - echo " xdebug.remote_port=<port>" - echo " xdebug.remote_handler=dbgp" - echo "" - fi - fi - if [ "$PHPVER" \< "5.3" ] ; then echo " ==> You are currenty running a version of php < 5.3." echo " When/if you upgrade php to a version >= 5.3, you will need to reinstall $pkgname." |