mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
SDL_mixer: remove long_desc.
This commit is contained in:
parent
61b826e0ff
commit
fddd795436
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'SDL_mixer'
|
# Template file for 'SDL_mixer'
|
||||||
pkgname=SDL_mixer
|
pkgname=SDL_mixer
|
||||||
version=1.2.12
|
version=1.2.12
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
makedepends="SDL-devel libvorbis-devel libmikmod-devel>=3.2.0 libflac-devel smpeg-devel fluidsynth-devel"
|
makedepends="SDL-devel libvorbis-devel libmikmod-devel>=3.2.0 libflac-devel smpeg-devel fluidsynth-devel"
|
||||||
|
@ -13,11 +13,6 @@ license="BSD"
|
||||||
homepage="http://www.libsdl.org/projects/SDL_mixer/"
|
homepage="http://www.libsdl.org/projects/SDL_mixer/"
|
||||||
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
distfiles="http://www.libsdl.org/projects/$pkgname/release/$pkgname-$version.tar.gz"
|
||||||
checksum=1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
|
checksum=1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
|
||||||
long_desc="
|
|
||||||
SDL_mixer is a sample multi-channel audio mixer library. It supports any
|
|
||||||
number of simultaneously playing channels of 16 bit stereo audio, plus
|
|
||||||
a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI,
|
|
||||||
Ogg Vorbis, and SMPEG MP3 libraries."
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
|
sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue