aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gnump3d/files
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-05-08 20:22:22 +0800
committernaddy <naddy@FreeBSD.org>2003-05-08 20:22:22 +0800
commit51522ecd40032d1bfee0d108a1d685a9959baf76 (patch)
tree7aaa0938bc2900112a98b8a584210af569b5ef2f /audio/gnump3d/files
parent80d4d9addfbe7eb1a171c024e14c1ce47bb2079b (diff)
downloadfreebsd-ports-gnome-51522ecd40032d1bfee0d108a1d685a9959baf76.tar.gz
freebsd-ports-gnome-51522ecd40032d1bfee0d108a1d685a9959baf76.tar.zst
freebsd-ports-gnome-51522ecd40032d1bfee0d108a1d685a9959baf76.zip
Update to 2.4. This release adds several user interface enhancements.
PR: 51691 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>, Ports Fury
Diffstat (limited to 'audio/gnump3d/files')
-rw-r--r--audio/gnump3d/files/patch-bin::gnump3d213
-rw-r--r--audio/gnump3d/files/patch-etc::gnump3d.conf53
2 files changed, 37 insertions, 29 deletions
diff --git a/audio/gnump3d/files/patch-bin::gnump3d2 b/audio/gnump3d/files/patch-bin::gnump3d2
index 70874726ecfe..4306418fb119 100644
--- a/audio/gnump3d/files/patch-bin::gnump3d2
+++ b/audio/gnump3d/files/patch-bin::gnump3d2
@@ -1,6 +1,6 @@
---- bin/gnump3d2.orig Tue Apr 29 06:18:15 2003
-+++ bin/gnump3d2 Tue Apr 29 06:21:39 2003
-@@ -2234,9 +2234,9 @@
+--- bin/gnump3d2.orig Fri May 2 18:56:50 2003
++++ bin/gnump3d2 Sat May 3 00:11:54 2003
+@@ -2457,9 +2457,9 @@
{
$CONFIG_FILE = $ENV{"HOME"} . "/.gnump3drc";
}
@@ -12,7 +12,7 @@
}
elsif ( -e "gnump3d.conf" )
{
-@@ -2371,8 +2371,8 @@
+@@ -2599,8 +2599,8 @@
$PORT = getConfig( "port", 8888 );
$bind_address = getConfig( "binding_host", "" );
$host = getConfig( "hostname", "localhost" );
@@ -23,15 +23,14 @@
$always_stream = getConfig( "always_stream", 1 );
$access_log = getConfig( "logfile", "/var/log/gnump3d/access.log" );
$error_log = getConfig( "errorlog", "/var/log/gnump3d/error.log" );
-@@ -2380,11 +2380,11 @@
+@@ -2608,10 +2608,10 @@
$client_host = getConfig( "use_client_host", 1 );
$default_theme = getConfig( "theme", "default" );
$TIMEOUT = getConfig( "read_time", 10 );
- $STATSPROG = getConfig( "stats_program", "/usr/bin/gnump3d-top" );
+ $STATSPROG = getConfig( "stats_program", "%%PREFIX%%/bin/gnump3d-top" );
$STATSARGS = getConfig( "stats_arguments", "" );
- $play_all = getConfig( "play_all_text", "Play All" );
- $play_rec = getConfig( "play_recursively_text", "Play Recursively" );
+ $play_rec = getConfig( "play_recursively_text", "Play" );
- $mime_file = getConfig( "mime_file", "/etc/gnump3d/mime.types" );
+ $mime_file = getConfig( "mime_file", "%%PREFIX%%/etc/gnump3d/mime.types" );
$enable_browse = getConfig( "enable_browsing", 1 );
diff --git a/audio/gnump3d/files/patch-etc::gnump3d.conf b/audio/gnump3d/files/patch-etc::gnump3d.conf
index dbc2b602ba1f..202e486885c7 100644
--- a/audio/gnump3d/files/patch-etc::gnump3d.conf
+++ b/audio/gnump3d/files/patch-etc::gnump3d.conf
@@ -1,6 +1,6 @@
---- etc/gnump3d.conf.orig Tue Apr 29 06:18:15 2003
-+++ etc/gnump3d.conf Tue Apr 29 06:26:17 2003
-@@ -163,7 +163,7 @@
+--- etc/gnump3d.conf.orig Fri May 2 18:56:50 2003
++++ etc/gnump3d.conf Sat May 3 00:15:39 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
-@@ -382,13 +382,13 @@
+@@ -388,13 +388,13 @@
# theme variable below you specify which set of templates you wish
# the server to use.
#
@@ -26,7 +26,7 @@
# should set theme to be 'twin'
#
# When the server is running you may set the theme from your browser
-@@ -415,7 +415,7 @@
+@@ -421,7 +421,7 @@
# location.
#
##
@@ -35,28 +35,28 @@
##
-@@ -568,13 +568,13 @@
+@@ -582,13 +582,13 @@
+ # the string '$FILENAME' will be replaced by the file the user is
+ # requesting.
#
- #
- #
--#downsample_high_mp3 = /usr/bin/lame --mp3input --resample 32 -b 33
--#downsample_medium_mp3 = /usr/bin/lame --mp3input --resample 24 -b 24
--#downsample_low_mp3 = /usr/bin/lame --mp3input --resample 16 -b 16
+-#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 --resample 32 -b 44
--#downsample_medium_ogg = /usr/bin/oggenc --mp3input --resample 24 -b 44
--#downsample_low_ogg = /usr/bin/oggenc --mp3input --resample 16 -b 44
-+#downsample_high_mp3 = %%LOCALBASE%%/bin/lame --mp3input --resample 32 -b 33
-+#downsample_medium_mp3 = %%LOCALBASE%%/bin/lame --mp3input --resample 24 -b 24
-+#downsample_low_mp3 = %%LOCALBASE%%/bin/lame --mp3input --resample 16 -b 16
+-#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 --resample 32 -b 44
-+#downsample_medium_ogg = %%LOCALBASE%%/bin/oggenc --mp3input --resample 24 -b 44
-+#downsample_low_ogg = %%LOCALBASE%%/bin/oggenc --mp3input --resample 16 -b 44
++#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
#
#
-@@ -597,7 +597,7 @@
+@@ -611,7 +611,7 @@
# This next setting allows you to change the location from which the
# plugins are loaded.
#
@@ -65,7 +65,7 @@
#
#
# NOTE: the following directory should be correctly filled in by
-@@ -669,7 +669,7 @@
+@@ -683,7 +683,7 @@
# used by default. If not point this next file to wherever your mime
# types file is located:
#
@@ -74,3 +74,12 @@
#
#
+@@ -771,7 +771,7 @@
+ ##
+ #
+ # jukebox_mode = 1
+-# jukebox_player = /usr/bin/mpg123 $FILENAME
++# jukebox_player = %%LOCALBASE%%/bin/mpg123 $FILENAME
+ #
+ ##
+