diff options
author | naddy <naddy@FreeBSD.org> | 2003-10-19 03:25:21 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-10-19 03:25:21 +0800 |
commit | 145017f0effee24a2b1fc78689f5ada2748189d0 (patch) | |
tree | f23370e15b0232670726ca2b1fdb1700ce85402e /audio/gnump3d/files | |
parent | 5091f47ce22d6617163233f5b54af48416c2cf21 (diff) | |
download | freebsd-ports-gnome-145017f0effee24a2b1fc78689f5ada2748189d0.tar.gz freebsd-ports-gnome-145017f0effee24a2b1fc78689f5ada2748189d0.tar.zst freebsd-ports-gnome-145017f0effee24a2b1fc78689f5ada2748189d0.zip |
Update to version 2.6.
PR: 58125
Submitted by: Ports Fury
Diffstat (limited to 'audio/gnump3d/files')
-rw-r--r-- | audio/gnump3d/files/patch-etc::gnump3d.conf | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/audio/gnump3d/files/patch-etc::gnump3d.conf b/audio/gnump3d/files/patch-etc::gnump3d.conf index 81c90922baf2..604f614b3e3c 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 Jul 4 10:20:24 2003 -+++ etc/gnump3d.conf Fri Jul 4 10:27:25 2003 +--- etc/gnump3d.conf.orig Thu Oct 16 22:36:29 2003 ++++ etc/gnump3d.conf Thu Oct 16 22:42:34 2003 @@ -173,7 +173,7 @@ # path if you don't have it installed upon the $PATH of the user # who starts the server: @@ -9,7 +9,7 @@ # # # For example you may change the default number of lines which are -@@ -412,7 +412,7 @@ +@@ -424,7 +424,7 @@ # the URL http://server.host.name:port/stats/, and reads in a template # called 'stats.html' # @@ -18,7 +18,7 @@ # changed via the 'theme_directory' setting given below. # # When the server is running you may set the theme from your browser -@@ -439,7 +439,7 @@ +@@ -451,7 +451,7 @@ # location. # ## @@ -27,28 +27,20 @@ ## -@@ -600,13 +600,13 @@ +@@ -613,9 +613,9 @@ # the string '$FILENAME' will be replaced by the file the user is # requesting. # -#downsample_high_mp3 = /usr/bin/lame --mp3input -b 56 $FILENAME - -#downsample_medium_mp3 = /usr/bin/lame --mp3input -b 33 $FILENAME - -#downsample_low_mp3 = /usr/bin/lame --mp3input -b 16 $FILENAME - --# --#downsample_high_ogg = /usr/bin/oggenc --mp3input $FILENAME --resample 32 -b 44 --#downsample_medium_ogg = /usr/bin/oggenc --mp3input $FILENAME --resample 24 -b 44 --#downsample_low_ogg = /usr/bin/oggenc --mp3input $FILENAME --resample 16 -b 44 +#downsample_high_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 56 $FILENAME - +#downsample_medium_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 33 $FILENAME - +#downsample_low_mp3 = %%LOCALBASE%%/bin/lame --mp3input -b 16 $FILENAME - -+# -+#downsample_high_ogg = %%LOCALBASE%%/bin/oggenc --mp3input $FILENAME --resample 32 -b 44 -+#downsample_medium_ogg = %%LOCALBASE%%/bin/oggenc --mp3input $FILENAME --resample 24 -b 44 -+#downsample_low_ogg = %%LOCALBASE%%/bin/oggenc --mp3input $FILENAME --resample 16 -b 44 # - - # -@@ -642,7 +642,7 @@ + #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 - +@@ -655,7 +655,7 @@ # the installation script - if this doesn't happen report this as # a bug. # @@ -57,7 +49,7 @@ # -@@ -736,7 +736,7 @@ +@@ -750,7 +750,7 @@ # # Normally you shouldn't need to touch this. # @@ -66,7 +58,7 @@ # -@@ -813,7 +813,7 @@ +@@ -827,7 +827,7 @@ ## # # jukebox_mode = 1 |