Commit 551cada
0
plików
+0
dodanych
-0
usuniętych
@@ -4,29 +4,29 @@ 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: []
7
+depends:
8
+- physfs
8
9
makedepends:
9
10
- sdl1
10
11
- libmikmod
11
12
- libvorbis
12
13
- flac
13
14
- speex
15
+- physfs
14
16
source:
15
17
- 'https://icculus.org/SDL_sound/downloads/SDL_sound-${pkgver}.tar.gz'
16
18
sha256sums:
17
19
- 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df
18
-footprint_sdl1-sound_devel: "drwxr-xr-x\troot/root\tusr/include/\ndrwxr-xr-x\troot/root\tusr/include/SDL/\n-rw-r--r--\troot/root\t\
19
- usr/include/SDL/SDL_sound.h\n"
20
-footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-xr-x\troot/root\tusr/bin/playsound\n-rwxr-xr-x\t\
21
- root/root\tusr/bin/playsound_simple\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libSDL_sound-1.0.so.1\
22
- \ -> libSDL_sound-1.0.so.1.0.2\n-rwxr-xr-x\troot/root\tusr/lib/libSDL_sound-1.0.so.1.0.2\nlrwxrwxrwx\troot/root\tusr/lib/libSDL_sound.so\
23
- \ -> libSDL_sound-1.0.so.1.0.2\n"
20
+footprint_sdl1-sound_devel: "drwxr-xr-x\troot/root\tusr/include/\ndrwxr-xr-x\troot/root\tusr/include/SDL/\n-rw-r--r--\troot/root\tusr/include/SDL/SDL_sound.h\n"
21
+footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-xr-x\troot/root\tusr/bin/playsound\n-rwxr-xr-x\troot/root\tusr/bin/playsound_simple\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libSDL_sound-1.0.so.1 -> libSDL_sound-1.0.so.1.0.2\n-rwxr-xr-x\troot/root\tusr/lib/libSDL_sound-1.0.so.1.0.2\nlrwxrwxrwx\troot/root\tusr/lib/libSDL_sound.so -> libSDL_sound-1.0.so.1.0.2\n"
24
22
build: |
25
23
cd SDL_sound-${pkgver}
26
24
27
- ./configure --prefix=/usr --disable-static
28
- make
25
+ export CFLAGS="$CFLAGS -Wno-implicit-function-declaration -Wno-int-conversion"
29
26
30
- make DESTDIR=${PKGDIR} install
27
+ ./configure --prefix=/usr --disable-static
28
+ make
29
+
30
+ make DESTDIR=${PKGDIR} install
31
31
package: |
32
- true
32
+ true