1
0
forked from ports/contrib

mupen64plus: update to 1.99.5

This commit is contained in:
Mikhail Kolesnik 2012-12-16 18:08:47 +02:00
parent 7e04fd2211
commit 05a05b375f
4 changed files with 5 additions and 18 deletions

View File

@ -11,6 +11,7 @@ drwxr-xr-x root/root usr/include/mupen64plus/
-rw-r--r-- root/root usr/include/mupen64plus/m64p_types.h
-rw-r--r-- root/root usr/include/mupen64plus/m64p_vidext.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libmupen64plus.so.2 -> libmupen64plus.so.2.0.0
-rw-r--r-- root/root usr/lib/libmupen64plus.so.2.0.0
drwxr-xr-x root/root usr/lib/mupen64plus/
-rw-r--r-- root/root usr/lib/mupen64plus/mupen64plus-audio-sdl.so

View File

@ -1,2 +1 @@
81c4f11c341d7ea4dbd81cf2f0467dc2 mupen64plus-bundle-src-1.99.4.tar.gz
e1bbd3ae079ae5e35e855af9a89c3328 mupen64plus.diff
93772a6d6fc6a63353462deae8a6db71 mupen64plus-bundle-src-1.99.5.tar.gz

View File

@ -4,14 +4,12 @@
# Depends on: sdl_ttf libpng
name=mupen64plus
version=1.99.4
version=1.99.5
release=1
source=(http://mupen64plus.googlecode.com/files/$name-bundle-src-$version.tar.gz
$name.diff)
source=(http://mupen64plus.googlecode.com/files/$name-bundle-src-$version.tar.gz)
build() {
cd $name-bundle-src-$version
patch -p1 -i $SRC/$name.diff
./m64p_build.sh
./m64p_install.sh DESTDIR=$PKG PREFIX=/usr
./m64p_install.sh DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/man
}

View File

@ -1,11 +0,0 @@
diff -Nru mupen64plus-bundle-src-1.99.4-orig/source/mupen64plus-core/projects/unix/Makefile mupen64plus-bundle-src-1.99.4/source/mupen64plus-core/projects/unix/Makefile
--- mupen64plus-bundle-src-1.99.4-orig/source/mupen64plus-core/projects/unix/Makefile 2010-12-19 16:31:49.000000000 +0200
+++ mupen64plus-bundle-src-1.99.4/source/mupen64plus-core/projects/unix/Makefile 2010-12-19 16:32:00.000000000 +0200
@@ -368,7 +368,6 @@
$(INSTALL) -m 0644 ../../data/* "$(DESTDIR)$(SHAREDIR)"
$(INSTALL) -d -v "$(DESTDIR)$(INCDIR)"
$(INSTALL) -m 0644 ../../src/api/m64p_*.h "$(DESTDIR)$(INCDIR)"
- if [ `id -u` -eq 0 ]; then $(LDCONFIG); fi
uninstall:
$(RM) -f "$(DESTDIR)$(LIBDIR)/$(TARGET)"