Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2000 12:29:51 +0200 (CEST)
From:      esk@ira.uka.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19293: XMMS upgrade
Message-ID:  <200006151029.MAA06854@i30nb2.ira.uka.de>

next in thread | raw e-mail | index | archive | help

>Number:         19293
>Category:       ports
>Synopsis:       Upgrade of XMMS
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 15 03:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Universität Karlsruhe
>Environment:

	

>Description:

Upgrade of XMMS from 1.0.1 to 1.2.0.  The port may also be compiled with
WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically,
and the file `patches/patch-ba' is removed.

>How-To-Repeat:

	

>Fix:

diff -ruN xmms.old/Makefile xmms/Makefile
--- xmms.old/Makefile	Sat Apr  8 23:24:56 2000
+++ xmms/Makefile	Thu Jun 15 12:17:47 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xmms
-PORTVERSION=	1.0.1
+PORTVERSION=	1.2.0
 CATEGORIES=	audio
 MASTER_SITES=	ftp://ftp.xmms.org/xmms/1.0/ \
 		ftp://ftp.uk.xmms.org/xmms/1.0/ \
@@ -23,7 +23,12 @@
 		xml.5:${PORTSDIR}/textproc/libxml
 
 USE_LIBTOOL=	yes
+
+.if defined(WITH_GNOME)
+CONFIGURE_ARGS=	--with-gnome
+.else
 CONFIGURE_ARGS= --without-gnome
+.endif
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
@@ -31,12 +36,16 @@
 CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
  		GLIB_CONFIG="${GLIB_CONFIG}"
 
-post-extract:
-	@(cd ${WRKSRC}/Input/mpg123 && ${MV} decode_i586.s decode_i586.S && \
-	 ${MV} getbits.s getbits.S && cd ${WRKSRC}/Visualization/blur_scope && \
-	 ${MV} blur_8.s blur_8.S);
-	@${PERL} -pi.bak -e 's:\.s :\.S :g' ${WRKSRC}/Input/mpg123/Makefile.in
-	@${PERL} -pi.bak -e 's:blur_8.s:blur_8.S:g' \
-	    ${WRKSRC}/Visualization/blur_scope/Makefile.in
+.if !defined(WITH_GNOME)
+pre-extract:
+	@${ECHO} "You can add support for GNOME by defining WITH_GNOME"
+.endif
+
+.if defined(WITH_GNOME)
+post-install:
+	@${ECHO} bin/gnomexmms >> ${TMPPLIST}
+	@${ECHO} etc/CORBA/servers/gnomexmms.gnorba >> ${TMPPLIST}
+	@${ECHO} share/gnome/applets/Multimedia/gnomexmms.desktop >> ${TMPPLIST}
+.endif
 
 .include <bsd.port.mk>
diff -ruN xmms.old/files/md5 xmms/files/md5
--- xmms.old/files/md5	Thu Feb 10 02:38:19 2000
+++ xmms/files/md5	Thu Jun 15 12:17:47 2000
@@ -1 +1 @@
-MD5 (xmms-1.0.1.tar.gz) = 2d34665f32006ed83892de1d057176fd
+MD5 (xmms-1.2.0.tar.gz) = 3f6be4d02ecb58c44ade0785f388eada
diff -ruN xmms.old/patches/patch-aa xmms/patches/patch-aa
--- xmms.old/patches/patch-aa	Thu Feb 10 02:38:20 2000
+++ xmms/patches/patch-aa	Thu Jun 15 12:17:47 2000
@@ -1,18 +1,18 @@
-*** libxmms/configure.org	Wed Feb  2 13:33:43 2000
---- libxmms/configure	Wed Feb  2 13:33:56 2000
+*** libxmms/configure.org	Wed Jun 14 13:20:29 2000
+--- libxmms/configure	Wed Jun 14 13:20:57 2000
 ***************
-*** 589,595 ****
+*** 585,591 ****
   # ./install, which can be erroneously created by make from ./install.sh.
   echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-  echo "configure:592: checking for a BSD compatible install" >&5
+  echo "configure:588: checking for a BSD compatible install" >&5
 ! if test -z "$INSTALL"; then
   if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
---- 589,595 ----
+--- 585,591 ----
   # ./install, which can be erroneously created by make from ./install.sh.
   echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-  echo "configure:592: checking for a BSD compatible install" >&5
+  echo "configure:588: checking for a BSD compatible install" >&5
 ! if test -z "$NO__INSTALL"; then
   if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
diff -ruN xmms.old/patches/patch-ab xmms/patches/patch-ab
--- xmms.old/patches/patch-ab	Thu Feb 10 02:38:20 2000
+++ xmms/patches/patch-ab	Thu Jun 15 12:17:47 2000
@@ -1,26 +1,7 @@
-*** Makefile.in.org	Wed Feb  2 13:36:47 2000
---- Makefile.in	Wed Feb  2 13:37:01 2000
+*** Visualization/Makefile.in.org	Wed Jun 14 13:21:50 2000
+--- Visualization/Makefile.in	Wed Jun 14 13:22:09 2000
 ***************
-*** 125,131 ****
-  sidplay_library = @sidplay_library@
-  xmmsdir = @xmmsdir@
-  
-! SUBDIRS = libxmms xmms Output Input Effect General Visualization wmxmms gnomexmms
-  
-  bin_SCRIPTS = xmms-config
-  
---- 125,131 ----
-  sidplay_library = @sidplay_library@
-  xmmsdir = @xmmsdir@
-  
-! SUBDIRS = libxmms xmms Output Input Effect General Visualization wmxmms
-  
-  bin_SCRIPTS = xmms-config
-  
-*** Visualization/Makefile.in.org	Wed Feb  2 13:37:14 2000
---- Visualization/Makefile.in	Wed Feb  2 13:37:26 2000
-***************
-*** 125,131 ****
+*** 148,154 ****
   sidplay_library = @sidplay_library@
   xmmsdir = @xmmsdir@
   
@@ -28,7 +9,7 @@
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   CONFIG_HEADER = ../config.h
   CONFIG_CLEAN_FILES = 
---- 125,131 ----
+--- 148,154 ----
   sidplay_library = @sidplay_library@
   xmmsdir = @xmmsdir@
   
@@ -36,29 +17,29 @@
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   CONFIG_HEADER = ../config.h
   CONFIG_CLEAN_FILES = 
-*** Input/Makefile.in.org	Wed Feb  2 13:38:23 2000
---- Input/Makefile.in	Wed Feb  2 13:38:40 2000
+*** Input/Makefile.in.org	Wed Jun 14 13:22:46 2000
+--- Input/Makefile.in	Wed Jun 14 13:23:02 2000
 ***************
-*** 125,131 ****
+*** 148,154 ****
   sidplay_library = @sidplay_library@
   xmmsdir = @xmmsdir@
   
-! SUBDIRS = wav mpg123 mikmod cdaudio idcin
+! SUBDIRS = wav mpg123 mikmod cdaudio idcin tonegen
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   CONFIG_HEADER = ../config.h
   CONFIG_CLEAN_FILES = 
---- 125,131 ----
+--- 148,154 ----
   sidplay_library = @sidplay_library@
   xmmsdir = @xmmsdir@
   
-! SUBDIRS = wav mpg123 cdaudio idcin
+! SUBDIRS = wav mpg123 cdaudio idcin tonegen
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   CONFIG_HEADER = ../config.h
   CONFIG_CLEAN_FILES = 
-*** Output/Makefile.in.org	Wed Feb  2 13:39:06 2000
---- Output/Makefile.in	Wed Feb  2 13:39:17 2000
+*** Output/Makefile.in.org	Wed Jun 14 13:23:40 2000
+--- Output/Makefile.in	Wed Jun 14 13:23:49 2000
 ***************
-*** 125,131 ****
+*** 148,154 ****
   sidplay_library = @sidplay_library@
   xmmsdir = @xmmsdir@
   
@@ -66,7 +47,7 @@
   mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
   CONFIG_HEADER = ../config.h
   CONFIG_CLEAN_FILES = 
---- 125,131 ----
+--- 148,154 ----
   sidplay_library = @sidplay_library@
   xmmsdir = @xmmsdir@
   
diff -ruN xmms.old/patches/patch-ac xmms/patches/patch-ac
--- xmms.old/patches/patch-ac	Thu Feb 10 02:38:20 2000
+++ xmms/patches/patch-ac	Thu Jun 15 12:17:47 2000
@@ -1,36 +1,19 @@
-*** xmms/eq_graph.c.org	Wed Feb  2 21:12:51 2000
---- xmms/eq_graph.c	Wed Feb  2 21:13:07 2000
+*** gnomexmms/Makefile.in.org	Wed Jun 14 14:10:47 2000
+--- gnomexmms/Makefile.in	Wed Jun 14 14:11:15 2000
 ***************
-*** 74,79 ****
---- 74,87 ----
-  	gfloat x[] =
-  	{0, 11, 23, 35, 47, 59, 71, 83, 97, 109}, yf[10];
+*** 164,170 ****
+  @HAVE_GNOME_TRUE@gnorbadir = @GNOME_SYSCONFDIR@/CORBA/servers
+  @HAVE_GNOME_TRUE@gnorba_DATA = gnomexmms.gnorba
   
-+ 	/*
-+ 	 * This avoids the init_spline() function to be inlined.
-+ 	 * Inlining the function caused troubles when compiling with
-+ 	 * `-O' (at least on FreeBSD).
-+ 	 */
-+ 	void (*__init_spline)(gfloat *, gfloat *, gint, gfloat *) =
-+ 	    init_spline;
-+ 
-  	src = get_skin_pixmap(SKIN_EQMAIN);
-  	obj = eg->eg_widget.parent;
-  	gdk_draw_pixmap(obj, eg->eg_widget.gc, src, 0, 294, eg->eg_widget.x, eg->eg_widget.y, eg->eg_widget.width, eg->eg_widget.height);
-***************
-*** 83,89 ****
-  		cols[i] = gdk_image_get_pixel(img, 0, i);
-  	gdk_image_destroy(img);
+! @HAVE_GNOME_TRUE@sysdatadir = $(datadir)/applets/Multimedia
+  @HAVE_GNOME_TRUE@sysdata_DATA = gnomexmms.desktop
+  
+  @HAVE_GNOME_TRUE@gnorbadatadir = $(sysconfdir)/CORBA/servers
+--- 164,170 ----
+  @HAVE_GNOME_TRUE@gnorbadir = @GNOME_SYSCONFDIR@/CORBA/servers
+  @HAVE_GNOME_TRUE@gnorba_DATA = gnomexmms.gnorba
   
-! 	init_spline(x, cfg.equalizer_bands, 10, yf);
-  	for (i = 0; i < 109; i++)
-  	{
-  		y = 9 - (gint) ((eval_spline(x, cfg.equalizer_bands, yf, 10, i) * 9.0) / 20.0);
---- 91,97 ----
-  		cols[i] = gdk_image_get_pixel(img, 0, i);
-  	gdk_image_destroy(img);
+! @HAVE_GNOME_TRUE@sysdatadir = $(datadir)/gnome/applets/Multimedia
+  @HAVE_GNOME_TRUE@sysdata_DATA = gnomexmms.desktop
   
-! 	__init_spline(x, cfg.equalizer_bands, 10, yf);
-  	for (i = 0; i < 109; i++)
-  	{
-  		y = 9 - (gint) ((eval_spline(x, cfg.equalizer_bands, yf, 10, i) * 9.0) / 20.0);
+  @HAVE_GNOME_TRUE@gnorbadatadir = $(sysconfdir)/CORBA/servers
diff -ruN xmms.old/patches/patch-ba xmms/patches/patch-ba
--- xmms.old/patches/patch-ba	Thu Feb 10 02:44:24 2000
+++ xmms/patches/patch-ba	Thu Jan  1 01:00:00 1970
@@ -1,215 +0,0 @@
---- configure.orig	Mon Jan 31 10:43:50 2000
-+++ configure	Wed Feb  9 17:24:39 2000
-@@ -38,6 +38,8 @@
- ac_help="$ac_help
-   --disable-gtktest       Do not try to compile and run a test GTK program"
- ac_help="$ac_help
-+  --with-libxml-prefix=PFX   Prefix where libxml is installed (optional)"
-+ac_help="$ac_help
-   --with-esd-prefix=PFX   Prefix where ESD is installed (optional)"
- ac_help="$ac_help
-   --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)"
-@@ -1473,8 +1475,8 @@
- LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
- LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
- DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
--${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
--$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
-+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
-+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
- || { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
- 
- # Reload cache, that may have been modified by ltconfig
-@@ -1488,7 +1490,7 @@
- 
- 
- # This can be used to rebuild libtool when needed
--LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
-+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
- 
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -3010,48 +3012,69 @@
-   echo "$ac_t""no" 1>&6
- fi
- 
--echo $ac_n "checking for xmlParseMemory in -lxml""... $ac_c" 1>&6
--echo "configure:3015: checking for xmlParseMemory in -lxml" >&5
--ac_lib_var=`echo xml'_'xmlParseMemory | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
--  echo $ac_n "(cached) $ac_c" 1>&6
--else
--  ac_save_LIBS="$LIBS"
--LIBS="-lxml -lz $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 3023 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error.  */
--/* We use char because int might match the return type of a gcc2
--    builtin and then its argument prototype would still apply.  */
--char xmlParseMemory();
-+LIBS=$LIBS_save
- 
--int main() {
--xmlParseMemory()
--; return 0; }
--EOF
--if { (eval echo configure:3034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
--  rm -rf conftest*
--  eval "ac_cv_lib_$ac_lib_var=yes"
--else
--  echo "configure: failed program was:" >&5
--  cat conftest.$ac_ext >&5
--  rm -rf conftest*
--  eval "ac_cv_lib_$ac_lib_var=no"
-+# Check whether --with-libxml-prefix or --without-libxml-prefix was given.
-+if test "${with_libxml_prefix+set}" = set; then
-+  withval="$with_libxml_prefix"
-+  libxml_prefix="$withval"
-+else
-+  libxml_prefix=""
- fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
- 
-+if test x$libxml_prefix != x ; then
-+   libxml_args="$libxml_args --prefix=$libxml_prefix"
-+   if test x${XML_CONFIG+set} != xset ; then
-+      XML_CONFIG=$libxml_prefix/bin/xml-config
-+   fi
- fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
--  echo "$ac_t""yes" 1>&6
--  XML_LIBS="-lxml -lz"
-+# Extract the first word of "xml-config", so it can be a program name with args.
-+set dummy xml-config; ac_word=$2
-+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-+echo "configure:3035: checking for $ac_word" >&5
-+if eval "test \"`echo '$''{'ac_cv_path_XML_CONFIG'+set}'`\" = set"; then
-+  echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+  case "$XML_CONFIG" in
-+  /*)
-+  ac_cv_path_XML_CONFIG="$XML_CONFIG" # Let the user override the test with a path.
-+  ;;
-+  ?:/*)			 
-+  ac_cv_path_XML_CONFIG="$XML_CONFIG" # Let the user override the test with a dos path.
-+  ;;
-+  *)
-+  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
-+  ac_dummy="$PATH"
-+  for ac_dir in $ac_dummy; do 
-+    test -z "$ac_dir" && ac_dir=.
-+    if test -f $ac_dir/$ac_word; then
-+      ac_cv_path_XML_CONFIG="$ac_dir/$ac_word"
-+      break
-+    fi
-+  done
-+  IFS="$ac_save_ifs"
-+  test -z "$ac_cv_path_XML_CONFIG" && ac_cv_path_XML_CONFIG="no"
-+  ;;
-+esac
-+fi
-+XML_CONFIG="$ac_cv_path_XML_CONFIG"
-+if test -n "$XML_CONFIG"; then
-+  echo "$ac_t""$XML_CONFIG" 1>&6
- else
-   echo "$ac_t""no" 1>&6
- fi
- 
-+if test "$XML_CONFIG" = "no" ; then
-+   echo "configure: warning: *** libxml not installed, disabling CDindex support ***" 1>&2
-+else
-+   XML_CFLAGS=`$XML_CONFIG $xmlconf_args --cflags`
-+   XML_LIBS=`$XML_CONFIG $xmlconf_args --libs`
-+   cat >> confdefs.h <<\EOF
-+#define WITH_CDINDEX 1
-+EOF
-+
-+fi
- 
--LIBS=$LIBS_save
- 
- # Check whether --with-esd-prefix or --without-esd-prefix was given.
- if test "${with_esd_prefix+set}" = set; then
-@@ -4506,46 +4529,6 @@
- fi
- done
- 
--for ac_hdr in gnome-xml/parser.h
--do
--ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
--echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:4514: checking for $ac_hdr" >&5
--if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
--  echo $ac_n "(cached) $ac_c" 1>&6
--else
--  cat > conftest.$ac_ext <<EOF
--#line 4519 "configure"
--#include "confdefs.h"
--#include <$ac_hdr>
--EOF
--ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:4524: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
--ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
--if test -z "$ac_err"; then
--  rm -rf conftest*
--  eval "ac_cv_header_$ac_safe=yes"
--else
--  echo "$ac_err" >&5
--  echo "configure: failed program was:" >&5
--  cat conftest.$ac_ext >&5
--  rm -rf conftest*
--  eval "ac_cv_header_$ac_safe=no"
--fi
--rm -f conftest*
--fi
--if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
--  echo "$ac_t""yes" 1>&6
--    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
--  cat >> confdefs.h <<EOF
--#define $ac_tr_hdr 1
--EOF
-- 
--else
--  echo "$ac_t""no" 1>&6
--fi
--done
--
- 
- echo $ac_n "checking for sched_setscheduler""... $ac_c" 1>&6
- echo "configure:4552: checking for sched_setscheduler" >&5
-@@ -4818,16 +4801,6 @@
-   HAVE_LINUX_JOYSTICK_FALSE=
- fi
- 
--if test "x$ac_cv_header_gnome_xml_parser_h" = "xyes" && test "x$ac_cv_lib_xml_xmlParseMemory" = "xyes"
--then
--      cat >> confdefs.h <<\EOF
--#define WITH_CDINDEX 1
--EOF
--
--else
--      echo "configure: warning: *** libxml not installed, disabling CDindex support ***" 1>&2
--fi
--
- 
- echo $ac_n "checking machine architecture""... $ac_c" 1>&6
- echo "configure:4834: checking machine architecture" >&5
-@@ -4898,7 +4871,7 @@
- if test "$ARCH_TYPE" = "i386" || test "$ARCH_TYPE" = "i486" || test "$ARCH_TYPE" = "i586" ||
-    test "$ARCH_TYPE" = "i686" || test "$ARCH_TYPE" = "i86pc"
- then
--	CFLAGS="$CFLAGS -m486"
-+	CFLAGS="$CFLAGS"
- 	ARCH_DEFINES="-DI386_ASSEM"
- else
- 	ARCH_DEFINES=""
-@@ -5145,6 +5118,7 @@
- s%@OPENGL_LIBS@%$OPENGL_LIBS%g
- s%@HAVE_OPENGL_TRUE@%$HAVE_OPENGL_TRUE%g
- s%@HAVE_OPENGL_FALSE@%$HAVE_OPENGL_FALSE%g
-+s%@XML_CONFIG@%$XML_CONFIG%g
- s%@XML_LIBS@%$XML_LIBS%g
- s%@ESD_CONFIG@%$ESD_CONFIG%g
- s%@ESD_CFLAGS@%$ESD_CFLAGS%g
diff -ruN xmms.old/pkg/PLIST xmms/pkg/PLIST
--- xmms.old/pkg/PLIST	Sun Apr  2 18:58:00 2000
+++ xmms/pkg/PLIST	Thu Jun 15 12:17:47 2000
@@ -1,41 +1,65 @@
-bin/xmms
 bin/wmxmms
+bin/xmms
 bin/xmms-config
 include/xmms/configfile.h
-include/xmms/xmmsctrl.h
+include/xmms/dga.h
 include/xmms/dirbrowser.h
-include/xmms/util.h
 include/xmms/fullscreen.h
-include/xmms/dga.h
 include/xmms/plugin.h
+include/xmms/util.h
+include/xmms/xmmsctrl.h
+lib/libxmms.a
+lib/libxmms.la
 lib/libxmms.so.1
 @exec ln -fs %D/%F %B/libxmms.so
 @exec /sbin/ldconfig -m %D/lib
 @unexec rm -f %B/libxmms.so
 @unexec /sbin/ldconfig -R
-lib/xmms/Output/libOSS.so
-lib/xmms/Output/libdisk_writer.so
-lib/xmms/Input/libwav.so
-lib/xmms/Input/libmpg123.so
-lib/xmms/Input/libcdaudio.so
-lib/xmms/Input/libidcin.so
 lib/xmms/Effect/libvoice.so
 lib/xmms/Effect/libecho.so
 lib/xmms/Effect/libstereo.so
-lib/xmms/Effect/libsrndecho.so
 lib/xmms/General/libir.so
 lib/xmms/General/libsong_change.so
+lib/xmms/Input/libwav.so
+lib/xmms/Input/libmpg123.so
+lib/xmms/Input/libcdaudio.so
+lib/xmms/Input/libidcin.so
+lib/xmms/Input/libtonegen.so
+lib/xmms/Output/libOSS.so
+lib/xmms/Output/libdisk_writer.so
 lib/xmms/Visualization/libbscope.so
 lib/xmms/Visualization/libsanalyzer.so
-lib/libxmms.la
-lib/libxmms.a
 share/aclocal/xmms.m4
+share/locale/af/LC_MESSAGES/xmms.mo
+share/locale/bg/LC_MESSAGES/xmms.mo
+share/locale/ca/LC_MESSAGES/xmms.mo
+share/locale/cs/LC_MESSAGES/xmms.mo
+share/locale/da/LC_MESSAGES/xmms.mo
+share/locale/de/LC_MESSAGES/xmms.mo
+share/locale/es/LC_MESSAGES/xmms.mo
+share/locale/fr/LC_MESSAGES/xmms.mo
+share/locale/hr/LC_MESSAGES/xmms.mo
+share/locale/hu/LC_MESSAGES/xmms.mo
+share/locale/ja/LC_MESSAGES/xmms.mo
+share/locale/ko/LC_MESSAGES/xmms.mo
+share/locale/lt/LC_MESSAGES/xmms.mo
+share/locale/nl/LC_MESSAGES/xmms.mo
+share/locale/no/LC_MESSAGES/xmms.mo
+share/locale/pt_BR/LC_MESSAGES/xmms.mo
+share/locale/ro/LC_MESSAGES/xmms.mo
+share/locale/ru/LC_MESSAGES/xmms.mo
+share/locale/sk/LC_MESSAGES/xmms.mo
+share/locale/sv/LC_MESSAGES/xmms.mo
+share/locale/uk/LC_MESSAGES/xmms.mo
+share/locale/wa/LC_MESSAGES/xmms.mo
+share/locale/zh_CN.GB2312/LC_MESSAGES/xmms.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/xmms.mo
 share/xmms/wmxmms.xpm
 @dirrm include/xmms
-@dirrm lib/xmms/Output
-@dirrm lib/xmms/Input
 @dirrm lib/xmms/Effect
 @dirrm lib/xmms/General
+@dirrm lib/xmms/Input
+@dirrm lib/xmms/Output
 @dirrm lib/xmms/Visualization
 @dirrm lib/xmms
 @dirrm share/xmms
diff -ruN xmms.old/pkg/PLIST.old xmms/pkg/PLIST.old
--- xmms.old/pkg/PLIST.old	Thu Jan  1 01:00:00 1970
+++ xmms/pkg/PLIST.old	Thu Jun 15 12:17:47 2000
@@ -0,0 +1,41 @@
+bin/xmms
+bin/wmxmms
+bin/xmms-config
+include/xmms/configfile.h
+include/xmms/xmmsctrl.h
+include/xmms/dirbrowser.h
+include/xmms/util.h
+include/xmms/fullscreen.h
+include/xmms/dga.h
+include/xmms/plugin.h
+lib/libxmms.so.1
+@exec ln -fs %D/%F %B/libxmms.so
+@exec /sbin/ldconfig -m %D/lib
+@unexec rm -f %B/libxmms.so
+@unexec /sbin/ldconfig -R
+lib/xmms/Output/libOSS.so
+lib/xmms/Output/libdisk_writer.so
+lib/xmms/Input/libwav.so
+lib/xmms/Input/libmpg123.so
+lib/xmms/Input/libcdaudio.so
+lib/xmms/Input/libidcin.so
+lib/xmms/Effect/libvoice.so
+lib/xmms/Effect/libecho.so
+lib/xmms/Effect/libstereo.so
+lib/xmms/Effect/libsrndecho.so
+lib/xmms/General/libir.so
+lib/xmms/General/libsong_change.so
+lib/xmms/Visualization/libbscope.so
+lib/xmms/Visualization/libsanalyzer.so
+lib/libxmms.la
+lib/libxmms.a
+share/aclocal/xmms.m4
+share/xmms/wmxmms.xpm
+@dirrm include/xmms
+@dirrm lib/xmms/Output
+@dirrm lib/xmms/Input
+@dirrm lib/xmms/Effect
+@dirrm lib/xmms/General
+@dirrm lib/xmms/Visualization
+@dirrm lib/xmms
+@dirrm share/xmms

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006151029.MAA06854>