pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/scummvm Now uses vorbis and installs the icon
details: https://anonhg.NetBSD.org/pkgsrc/rev/18cc8be126dc
branches: trunk
changeset: 461061:18cc8be126dc
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 10 11:02:18 2003 +0000
description:
Now uses vorbis and installs the icon
diffstat:
games/scummvm/Makefile | 8 ++++++--
games/scummvm/PLIST | 3 ++-
games/scummvm/distinfo | 4 ++--
games/scummvm/patches/patch-aa | 11 +++++++++--
4 files changed, 19 insertions(+), 7 deletions(-)
diffs (70 lines):
diff -r 1b95487f79f8 -r 18cc8be126dc games/scummvm/Makefile
--- a/games/scummvm/Makefile Wed Sep 10 09:07:34 2003 +0000
+++ b/games/scummvm/Makefile Wed Sep 10 11:02:18 2003 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2003/08/10 09:32:02 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2003/09/10 11:02:18 adam Exp $
DISTNAME= scummvm-0.5.1
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
EXTRACT_SUFX= .tar.bz2
@@ -19,7 +20,10 @@
${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/scummvm.6 ${PREFIX}/man/man6
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/scummvm
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
+ ${INSTALL_DATA} ${WRKSRC}/scummvm.xpm ${PREFIX}/share/pixmaps
+.include "../../audio/libmad/buildlink2.mk"
+.include "../../audio/libvorbis/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
-.include "../../audio/libmad/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 1b95487f79f8 -r 18cc8be126dc games/scummvm/PLIST
--- a/games/scummvm/PLIST Wed Sep 10 09:07:34 2003 +0000
+++ b/games/scummvm/PLIST Wed Sep 10 11:02:18 2003 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/12/10 12:48:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/09/10 11:02:18 adam Exp $
bin/scummvm
man/man6/scummvm.6
share/doc/scummvm/README
+share/pixmaps/scummvm.xpm
@dirrm share/doc/scummvm
diff -r 1b95487f79f8 -r 18cc8be126dc games/scummvm/distinfo
--- a/games/scummvm/distinfo Wed Sep 10 09:07:34 2003 +0000
+++ b/games/scummvm/distinfo Wed Sep 10 11:02:18 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2003/08/10 09:32:02 wiz Exp $
+$NetBSD: distinfo,v 1.10 2003/09/10 11:02:18 adam Exp $
SHA1 (scummvm-0.5.1.tar.bz2) = cbeb01bee5c86bb4844ca04d199814fbcd752710
Size (scummvm-0.5.1.tar.bz2) = 1149076 bytes
-SHA1 (patch-aa) = 57310fdf6356854d86f234c26e50435d7cd6244d
+SHA1 (patch-aa) = 58bfda6a0aa8a2c64831ae2f9d9a9ff9ec6b2622
SHA1 (patch-ab) = 86c74b6d31695a02d05dacf6161da0f3c09b42cf
diff -r 1b95487f79f8 -r 18cc8be126dc games/scummvm/patches/patch-aa
--- a/games/scummvm/patches/patch-aa Wed Sep 10 09:07:34 2003 +0000
+++ b/games/scummvm/patches/patch-aa Wed Sep 10 11:02:18 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.7 2003/08/04 19:57:16 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2003/09/10 11:02:18 adam Exp $
---- Makefile.orig Wed Jul 16 22:36:38 2003
+--- Makefile.orig 2003-07-16 22:36:38.000000000 +0200
+++ Makefile
@@ -2,3 +2,3 @@
@@ -12,3 +12,10 @@
-CXXFLAGS:= -g -O
+CXXFLAGS+=${CFLAGS}
DEFINES :=
+@@ -55,4 +55,4 @@ LIBS += -lmad
+ # Uncomment this to activate the Ogg Vorbis lib for compressed sound files
+-# DEFINES += -DUSE_VORBIS
+-# LIBS += -lvorbisfile -lvorbis
++DEFINES += -DUSE_VORBIS
++LIBS += -lvorbisfile -lvorbis
+
Home |
Main Index |
Thread Index |
Old Index