mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
SDL_sound: build with new sdl12-compat library
This commit is contained in:
parent
85940113f8
commit
c90eeb35fa
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'SDL_sound'
|
||||
pkgname=SDL_sound
|
||||
version=1.0.3
|
||||
revision=8
|
||||
revision=9
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="SDL-devel libmikmod-devel libvorbis-devel
|
||||
makedepends="sdl12-compat-devel libmikmod-devel libvorbis-devel
|
||||
libflac-devel speex-devel smpeg-devel"
|
||||
short_desc="Library to decode several popular sound file formats"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -15,7 +15,7 @@ distfiles="http://icculus.org/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
|
|||
checksum=3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df
|
||||
|
||||
SDL_sound-devel_package() {
|
||||
depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="sdl12-compat-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue