mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/sdl2_mixer: upgrade to 2.0.2
This commit is contained in:
parent
b0d3210c7c
commit
def4c61db7
@ -1,8 +1,8 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=sdl2_mixer
|
||||
pkgver=2.0.1
|
||||
pkgrel=2
|
||||
pkgver=2.0.2
|
||||
pkgrel=0
|
||||
_pkgname=SDL2_mixer
|
||||
pkgdesc="A simple multi-channel audio mixer"
|
||||
url="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
@ -12,17 +12,18 @@ depends=""
|
||||
makedepends="sdl2-dev libvorbis-dev libmikmod-dev
|
||||
libmodplug-dev flac-dev linux-headers"
|
||||
subpackages="$pkgname-dev"
|
||||
options="!check" # no test suite
|
||||
source="http://www.libsdl.org/projects/SDL_mixer/release/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
update_config_sub || return 1
|
||||
update_config_sub
|
||||
|
||||
sed -e "/CONFIG_FILE_ETC/s/\/etc\/timidity.cfg/\/etc\/timidity++\/timidity.cfg/" \
|
||||
-e "/DEFAULT_PATH/s/\/etc\/timidity/\/etc\/timidity++/" \
|
||||
-e "/DEFAULT_PATH2/s/\/usr\/local\/lib\/timidity/\/usr\/lib\/timidity/" \
|
||||
-i timidity/config.h
|
||||
-i timidity/options.h
|
||||
}
|
||||
|
||||
build() {
|
||||
@ -34,16 +35,13 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--enable-music-mod \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--enable-music-mod
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums="c6c4f556d4415871f526248f5c9a627d SDL2_mixer-2.0.1.tar.gz"
|
||||
sha256sums="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f SDL2_mixer-2.0.1.tar.gz"
|
||||
sha512sums="bdf2b4fc302f9c3b41d40bfdd5132081439e6021e915f191e478235b7b6565e7b4c43e1172d2055066ad505e2bc70876123c58f5a67218b207c829ee66a84b9d SDL2_mixer-2.0.1.tar.gz"
|
||||
sha512sums="c40b5ac93933df1cc932e7afe796ad6765aafb24077601a23f98ac625a83341079ad903c164eafd022aff6011872e7a7956eebd8e3d3edad1bf5dc7eb9c306b7 SDL2_mixer-2.0.2.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user