fs-uae: rebuild against libpng-1.6.
This commit is contained in:
parent
75a7fd81cb
commit
6dbc24f0cd
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fs-uae'
|
||||
pkgname=fs-uae
|
||||
version=2.0.1
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="FS-UAE Amiga Emulator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -12,7 +12,7 @@ long_desc="
|
|||
FS-UAE focuses on emulating Amiga games using the accurate emulation code
|
||||
from WinUAE. It also has features to emulate a high-end Amiga with expansions."
|
||||
|
||||
makedepends="pkg-config SDL-devel glib-devel libpng-devel libopenal-devel"
|
||||
makedepends="pkg-config SDL-devel libglib-devel libpng-devel>=1.6 libopenal-devel"
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
@ -26,6 +26,6 @@ do_install() {
|
|||
fs-uae_package() {
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue