mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
fs-uae: rebuild against libpng-1.6.
This commit is contained in:
parent
75a7fd81cb
commit
6dbc24f0cd
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fs-uae'
|
# Template file for 'fs-uae'
|
||||||
pkgname=fs-uae
|
pkgname=fs-uae
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="FS-UAE Amiga Emulator"
|
short_desc="FS-UAE Amiga Emulator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -12,7 +12,7 @@ long_desc="
|
||||||
FS-UAE focuses on emulating Amiga games using the accurate emulation code
|
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."
|
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() {
|
do_build() {
|
||||||
make ${makejobs}
|
make ${makejobs}
|
||||||
|
@ -26,6 +26,6 @@ do_install() {
|
||||||
fs-uae_package() {
|
fs-uae_package() {
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue