← recipes

Commit 3cf5512

0
plików
+0
dodanych
-0
usuniętych
@@ -4,15 +4,13 @@ pkgrel: '5'
4 4 pkgdesc: Library to decode several popular sound file formats, such as .WAV and .MP3
5 5 url: 'http://www.libsdl.org/projects/SDL_sound'
6 6 arch: x86_64
7 -depends:
8 -- physfs
7 +depends: []
9 8 makedepends:
10 9 - sdl1
11 10 - libmikmod
12 11 - libvorbis
13 12 - flac
14 13 - speex
15 -- physfs
16 14 source:
17 15 - 'https://icculus.org/SDL_sound/downloads/SDL_sound-${pkgver}.tar.gz'
18 16 sha256sums:
@@ -22,9 +20,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
22 20 build: |
23 21 cd SDL_sound-${pkgver}
24 22
25 - export CFLAGS="$CFLAGS -Wno-implicit-function-declaration -Wno-int-conversion"
26 -
27 - ./configure --prefix=/usr --disable-static
23 + ./configure --prefix=/usr --disable-static --disable-physfs
28 24 make
29 25
30 26 make DESTDIR=${PKGDIR} install