diff --git a/mupen64plus/.footprint b/mupen64plus/.footprint index f931b87b9..7aa5d1319 100644 --- a/mupen64plus/.footprint +++ b/mupen64plus/.footprint @@ -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 diff --git a/mupen64plus/.md5sum b/mupen64plus/.md5sum index cbfde379d..924db487d 100644 --- a/mupen64plus/.md5sum +++ b/mupen64plus/.md5sum @@ -1,2 +1 @@ -81c4f11c341d7ea4dbd81cf2f0467dc2 mupen64plus-bundle-src-1.99.4.tar.gz -e1bbd3ae079ae5e35e855af9a89c3328 mupen64plus.diff +93772a6d6fc6a63353462deae8a6db71 mupen64plus-bundle-src-1.99.5.tar.gz diff --git a/mupen64plus/Pkgfile b/mupen64plus/Pkgfile index fe3df0516..6b94eae6e 100644 --- a/mupen64plus/Pkgfile +++ b/mupen64plus/Pkgfile @@ -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 } diff --git a/mupen64plus/mupen64plus.diff b/mupen64plus/mupen64plus.diff deleted file mode 100644 index 96e398b47..000000000 --- a/mupen64plus/mupen64plus.diff +++ /dev/null @@ -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)"