From 6dbc24f0cdea7afaca6dcfaf644d1a8dede83260 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 30 Apr 2013 11:52:27 +0200 Subject: [PATCH] fs-uae: rebuild against libpng-1.6. --- srcpkgs/fs-uae/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fs-uae/template b/srcpkgs/fs-uae/template index d919d872a12..fe265835b07 100644 --- a/srcpkgs/fs-uae/template +++ b/srcpkgs/fs-uae/template @@ -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 " 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 } }