diff --git a/aur/libvorbisidec-svn/PKGBUILD b/aur/libvorbisidec-svn/PKGBUILD index 5e2e59551..9b73fe8ab 100644 --- a/aur/libvorbisidec-svn/PKGBUILD +++ b/aur/libvorbisidec-svn/PKGBUILD @@ -2,7 +2,7 @@ pkgname=libvorbisdec-svn pkgver=17636 pkgrel=1 -pkgdesc="Tremor is a fixed-point version of the Ogg Vorbis decoder for those platforms that can't do floating point math. " +pkgdesc="Tremor is a fixed-point version of the Ogg Vorbis decoder for those platforms that can't do floating point math. It can be installed with libvorbis together" arch=('arm') url="http://wiki.xiph.org/index.php/Tremor" license=('GPL') @@ -28,8 +28,8 @@ build() { msg "... checkout finished." fi cd $srcdir/${_svnmod} - ./autogen.sh --prefix=${pkgdir}/usr/ + ./autogen.sh --prefix=/usr/ make || return 1 - make install || return 1 + make DESTDIR=${pkgdir} install || return 1 } diff --git a/aur/mpeg123-arm/PKGBUILD b/aur/mpg123-arm/PKGBUILD similarity index 88% rename from aur/mpeg123-arm/PKGBUILD rename to aur/mpg123-arm/PKGBUILD index 3c1426dc3..7059dcb29 100644 --- a/aur/mpeg123-arm/PKGBUILD +++ b/aur/mpg123-arm/PKGBUILD @@ -2,7 +2,7 @@ pkgname=mpg123-arm _pkgname=mpg123 -pkgver=1.13.2 +pkgver=1.13.3 pkgrel=1 pkgdesc="A console-based real-time MPEG-1/2/3 audio player (integer only)" arch=('i686' 'x86_64' 'arm') @@ -13,9 +13,8 @@ makedepends=('sdl') optdepends=('alsa-lib: For additional audio support' 'sdl: For additional audio support') -provides=('mpg321' "mpg123=$pkgver") -conflicts=('mpg321' 'mpg123') -replaces=('mpg321') +provides=("mpg123=$pkgver") +conflicts=('mpg123') source=("http://downloads.sourceforge.net/sourceforge/mpg123/mpg123-$pkgver.tar.bz2") sha256sums=('c4677653adb656e0f15a7b6dafa5c166eeeb1dc6c20b9a9a6d02efa83afc0d01') diff --git a/aur/mplayer-z2/PKGBUILD b/aur/mplayer-z2/PKGBUILD index 9d81570a3..ff3669590 100644 --- a/aur/mplayer-z2/PKGBUILD +++ b/aur/mplayer-z2/PKGBUILD @@ -27,15 +27,15 @@ build() { unset CFLAGS LDFLAGS cd ${srcdir}/MPlayer-1.0rc4 -#patch -p1 < ${srcdir}/mplayer-1.0rc4-pxa-wejp.patch -#./configure --enable-armv5te --enable-iwmmxt --enable-pxa \ -#--enable-faad-fixed --enable-tremor-low \ -#--disable-mp3lib --disable-libvorbis --disable-vidix \ -#--extra-cflags="-march=iwmmxt" \ -#--disable-runtime-cpudetection --disable-sighandler \ -#--disable-live --enable-alsa --enable-mpg123 \ -#--extra-ldflags="-lmpg123" \ -##--confdir=/etc/mplayer + patch -p1 < ${srcdir}/mplayer-1.0rc4-pxa-wejp.patch + ./configure --enable-armv5te --enable-iwmmxt --enable-pxa \ + --enable-faad-fixed --enable-tremor-low \ + --disable-mp3lib --disable-libvorbis --disable-vidix \ + --extra-cflags="-march=iwmmxt" \ + --disable-runtime-cpudetection --disable-sighandler \ + --disable-live --enable-alsa --enable-mpg123 \ + --extra-ldflags="-lmpg123" \ + --confdir=/etc/mplayer [ "$CARCH" = "i686" ] && sed 's|-march=i486|-march=i686|g' -i config.mak diff --git a/aur/samen-git/PKGBUILD b/aur/samen-git/PKGBUILD index 97d321fa7..de91ddd07 100644 --- a/aur/samen-git/PKGBUILD +++ b/aur/samen-git/PKGBUILD @@ -22,7 +22,7 @@ build() { msg "Git checkout: Tree has been updated" else msg "Git checkout: Retrieving sources" - git clone ${_gitroot} + git clone --depth 1 ${_gitroot} fi msg "Checkout completed"