mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
smpeg: build with new sdl12-compat library
This commit is contained in:
parent
ef6f196df8
commit
06d4f89de8
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'smpeg'
|
# Template file for 'smpeg'
|
||||||
pkgname=smpeg
|
pkgname=smpeg
|
||||||
version=0.4.5
|
version=0.4.5
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-sdl-prefix=${XBPS_CROSS_BASE}/usr --disable-gtk-player --disable-opengl-player"
|
configure_args="--disable-gtk-player --disable-opengl-player"
|
||||||
make_build_args="LDFLAGS+=-lstdc++"
|
make_build_args="LDFLAGS+=-lstdc++"
|
||||||
hostmakedepends="autoconf automake libtool"
|
hostmakedepends="pkg-config autoconf automake libtool"
|
||||||
makedepends="SDL-devel"
|
makedepends="sdl12-compat-devel"
|
||||||
short_desc="SDL MPEG Player Library"
|
short_desc="SDL MPEG Player Library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
|
@ -25,7 +25,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
smpeg-devel_package() {
|
smpeg-devel_package() {
|
||||||
depends="SDL-devel smpeg>=${version}_${revision}"
|
depends="sdl12-compat-devel smpeg>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue