[arch-commits] Commit in sdl_sound/repos (extra-i686 extra-i686/PKGBUILD)

Allan McRae allan at archlinux.org
Wed Dec 24 15:26:14 UTC 2008


    Date: Wednesday, December 24, 2008 @ 10:26:14
  Author: allan
Revision: 22259

Merged revisions 22016,22258 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/sdl_sound/trunk

........
  r22016 | allan | 2008-12-20 23:20:20 +1000 (Sat, 20 Dec 2008) | 1 line
  
  Add missing patch
........
  r22258 | allan | 2008-12-25 01:25:08 +1000 (Thu, 25 Dec 2008) | 2 lines
  
  upgpkg: sdl_sound 1.0.3-2
      fix mp3 playback (FS#12559)
........

Modified:
  sdl_sound/repos/extra-i686/	(properties)
  sdl_sound/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


Property changes on: sdl_sound/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /sdl_sound/trunk:1-22008
   + /sdl_sound/trunk:1-22258

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-24 15:25:08 UTC (rev 22258)
+++ extra-i686/PKGBUILD	2008-12-24 15:26:14 UTC (rev 22259)
@@ -4,12 +4,12 @@
 
 pkgname=sdl_sound
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3"
 arch=('i686' 'x86_64')
 url="http://icculus.org/SDL_sound/"
 license=('LGPL')
-depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex')
+depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex' 'smpeg')
 options=('!libtool')
 source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
         flac.patch)
@@ -18,7 +18,11 @@
 
 build() {
   cd ${srcdir}/SDL_sound-${pkgver}
+
+  CFLAGS="$CFLAGS -I/usr/include/smpeg" \
+  CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
   ./configure --prefix=/usr
+
   make || return 1
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list