diff options
author | krion <krion@FreeBSD.org> | 2004-05-20 05:15:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-20 05:15:01 +0800 |
commit | e2c7ab07f08092532046577f49e74da9b5950005 (patch) | |
tree | 09ea29c0a6c62e2dd8b6bbbdccc7e30302162f82 /audio | |
parent | a253fad55444996663c576fb06c4afda90f7f1ee (diff) | |
download | freebsd-ports-gnome-e2c7ab07f08092532046577f49e74da9b5950005.tar.gz freebsd-ports-gnome-e2c7ab07f08092532046577f49e74da9b5950005.tar.zst freebsd-ports-gnome-e2c7ab07f08092532046577f49e74da9b5950005.zip |
- Update to version 2.8
PR: ports/66881
Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnump3d/Makefile | 6 | ||||
-rw-r--r-- | audio/gnump3d/distinfo | 8 | ||||
-rw-r--r-- | audio/gnump3d/files/patch-etc::gnump3d.conf | 20 |
3 files changed, 17 insertions, 17 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index ba0f8ff3b3ec..d014c6620c32 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnump3d -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -55,10 +55,10 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1 .endfor ${MKDIR} ${PERL_SITELIBDIR} - cd ${WRKSRC}/lib && ${FIND} . | \ + cd ${WRKSRC}/lib && ${FIND} . ! -empty | \ ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PERL_SITELIBDIR} ${MKDIR} ${DATADIR} - cd ${WRKSRC}/templates && ${FIND} . | \ + cd ${WRKSRC}/templates && ${FIND} . ! -empty | \ ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} ${MKDIR} ${CONFDIR} ${INSTALL_DATA} ${WRKSRC}/etc/mime.types ${CONFDIR} diff --git a/audio/gnump3d/distinfo b/audio/gnump3d/distinfo index d46d153d23c0..b30609184d5c 100644 --- a/audio/gnump3d/distinfo +++ b/audio/gnump3d/distinfo @@ -1,4 +1,4 @@ -MD5 (gnump3d-2.7.tar.bz2) = 56c2feb0e97f31722dceaaa16e1a1f81 -SIZE (gnump3d-2.7.tar.bz2) = 212021 -MD5 (gnump3d-2.7.tar.bz2.sig) = ae49a362f942dd066134dd739b7a268a -SIZE (gnump3d-2.7.tar.bz2.sig) = 65 +MD5 (gnump3d-2.8.tar.bz2) = 7be68af05cdac0855bf15e592a24ee9b +SIZE (gnump3d-2.8.tar.bz2) = 221310 +MD5 (gnump3d-2.8.tar.bz2.sig) = c89ecaf7a93fc11ec91247e986c1992f +SIZE (gnump3d-2.8.tar.bz2.sig) = 65 diff --git a/audio/gnump3d/files/patch-etc::gnump3d.conf b/audio/gnump3d/files/patch-etc::gnump3d.conf index ff208ecf8543..71ae775c174e 100644 --- a/audio/gnump3d/files/patch-etc::gnump3d.conf +++ b/audio/gnump3d/files/patch-etc::gnump3d.conf @@ -1,5 +1,5 @@ ---- etc/gnump3d.conf.orig Fri Mar 26 03:49:02 2004 -+++ etc/gnump3d.conf Fri Mar 26 12:59:14 2004 +--- etc/gnump3d.conf.orig Tue May 18 22:21:40 2004 ++++ etc/gnump3d.conf Wed May 19 01:39:32 2004 @@ -184,7 +184,7 @@ # path if you don't have it installed upon the $PATH of the user # who starts the server: @@ -27,20 +27,20 @@ ## -@@ -635,9 +635,9 @@ - # the string '$FILENAME' will be replaced by the file the user is - # requesting. +@@ -686,9 +686,9 @@ + # + # downsample_"level"_"file suffix" = command args # -#downsample_high_mp3 = /usr/bin/lame --mp3input -b 56 $FILENAME - --#downsample_medium_mp3 = /usr/bin/lame --mp3input -b 33 $FILENAME - +-#downsample_medium_mp3 = /usr/bin/lame --mp3input -b 32 $FILENAME - -#downsample_low_mp3 = /usr/bin/lame --mp3input -b 16 $FILENAME - +#downsample_high_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 56 $FILENAME - -+#downsample_medium_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 33 $FILENAME - ++#downsample_medium_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 32 $FILENAME - +#downsample_low_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 16 $FILENAME - # #downsample_high_ogg = sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 96 - #downsample_medium_ogg = sox -t ogg $FILENAME -t raw - | oggenc --raw --downmix -b 64 - -@@ -677,7 +677,7 @@ +@@ -728,7 +728,7 @@ # the installation script - if this doesn't happen report this as # a bug. # @@ -49,7 +49,7 @@ # -@@ -772,7 +772,7 @@ +@@ -823,7 +823,7 @@ # # Normally you shouldn't need to touch this. # @@ -58,7 +58,7 @@ # -@@ -849,7 +849,7 @@ +@@ -900,7 +900,7 @@ ## # # jukebox_mode = 1 |