scummvm: 2.7.0 -> 2.7.1

This commit is contained in:
Tim Biermann 2023-07-15 16:52:27 +02:00
parent 6e9a24739b
commit dd7d48aa9a
3 changed files with 12 additions and 5 deletions

View File

@ -19,6 +19,7 @@ drwxr-xr-x root/root usr/share/pixmaps/
drwxr-xr-x root/root usr/share/scummvm/
-rw-r--r-- root/root usr/share/scummvm/access.dat
-rw-r--r-- root/root usr/share/scummvm/achievements.dat
-rw-r--r-- root/root usr/share/scummvm/classicmacfonts.dat
-rw-r--r-- root/root usr/share/scummvm/cryomni3d.dat
-rw-r--r-- root/root usr/share/scummvm/drascula.dat
-rw-r--r-- root/root usr/share/scummvm/encoding.dat
@ -50,6 +51,10 @@ drwxr-xr-x root/root usr/share/scummvm/shaders/
-rw-r--r-- root/root usr/share/scummvm/shaders/emi_dimplane.vertex
-rw-r--r-- root/root usr/share/scummvm/shaders/emi_sprite.fragment
-rw-r--r-- root/root usr/share/scummvm/shaders/emi_sprite.vertex
-rw-r--r-- root/root usr/share/scummvm/shaders/freescape_bitmap.fragment
-rw-r--r-- root/root usr/share/scummvm/shaders/freescape_bitmap.vertex
-rw-r--r-- root/root usr/share/scummvm/shaders/freescape_triangle.fragment
-rw-r--r-- root/root usr/share/scummvm/shaders/freescape_triangle.vertex
-rw-r--r-- root/root usr/share/scummvm/shaders/grim_actor.fragment
-rw-r--r-- root/root usr/share/scummvm/shaders/grim_actor.vertex
-rw-r--r-- root/root usr/share/scummvm/shaders/grim_actorlights.fragment

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39Ghz/QSVERPnWGUO/I2sUmNbANPfsnCPWSJSHDvBc1tcTQx/fgecKE5iFY6Ce2umgECyg9YdcCswJWNCywYAAk=
SHA256 (Pkgfile) = b46ae5526cb730c1a5b45b8b48325c226cd0aa0faa697b340c8f77f46d012f9f
SHA256 (.footprint) = 7d9f3d686a148154ea853a9dad4e950dee277732929db278ae4a5b5240e3e970
SHA256 (scummvm-2.7.0.tar.xz) = 444b1ffd61774fe867824e57bb3033c9998ffa8a4ed3a13246b01611d5cf9993
RWSagIOpLGJF32oWbZfE15iY6q0/7Mo9eII6oqx5cyCV4V1acxx26j5iopmk1X5lcrpgvVq0ISmvlolfhW40ZdDe+4+EiwIi1gE=
SHA256 (Pkgfile) = 953a493e48492991e05514e812172465ae47381f3f5ebb1d472f82e6a007ed12
SHA256 (.footprint) = ffe034e54818025aedac91db4432fcbb2a08bb2aa891a2bba2cd8f1d345e4fa6
SHA256 (scummvm-2.7.1.tar.xz) = d6bbf62e33154759a609d59f3034d71652ecdb64ed5c800156718ab1f1d5d063

View File

@ -4,14 +4,16 @@
# Depends on: libmad libmpeg2 flac
name=scummvm
version=2.7.0
version=2.7.1
release=1
source=(https://downloads.scummvm.org/frs/scummvm/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}