mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
cleanup
This commit is contained in:
parent
17ebb975a4
commit
fcbc2ee615
4 changed files with 16 additions and 17 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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')
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue