aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lplayer/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-10-23 21:28:41 +0800
committerkrion <krion@FreeBSD.org>2003-10-23 21:28:41 +0800
commit32d7109fe64ffafd84ed2c89afce92e07538be39 (patch)
tree6deae6eb2e52b66d035f736edebffc64434050c0 /audio/lplayer/files
parent07e9d44796771fbb2a68c7da81db3bcab414f097 (diff)
downloadfreebsd-ports-gnome-32d7109fe64ffafd84ed2c89afce92e07538be39.tar.gz
freebsd-ports-gnome-32d7109fe64ffafd84ed2c89afce92e07538be39.tar.zst
freebsd-ports-gnome-32d7109fe64ffafd84ed2c89afce92e07538be39.zip
- Update to version 0.99.0
PR: 58379 Submitted by: Ports Fury
Diffstat (limited to 'audio/lplayer/files')
-rw-r--r--audio/lplayer/files/lplayer41
-rw-r--r--audio/lplayer/files/patch-lp.pro14
2 files changed, 0 insertions, 55 deletions
diff --git a/audio/lplayer/files/lplayer b/audio/lplayer/files/lplayer
deleted file mode 100644
index 48d3a8f3b3d1..000000000000
--- a/audio/lplayer/files/lplayer
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-# -*-mode: shell-script-*-
-#
-# lplayer
-#
-# 2002-12-16 Alan Eldridge <alane@freebsd.org>
-#
-
-run_lplayer() {
- ./lplayer-bin ${1:+"$@"} &
- exit 0
-}
-
-INFOPID=0
-XDIALOG=/usr/X11R6/bin/Xdialog
-if test -x $XDIALOG; then
- $XDIALOG --title LongPlayer --backtitle "Please wait ..." \
- --no-buttons --infobox "Backing up DB ..." 15 50 5000 &
- INFOPID=$!
-fi # test -x $XDIALOG ...
-
-DBFILE=$HOME/.lptable.lp2
-PLISTS=$HOME/.lpplaylists.xml
-SETTINGS=$HOME/.lpsettings.xml
-SUFFIX=.save
-LPLAYERDIR=/usr/local/lib/lplayer
-
-for i in $DBFILE $PLISTS $SETTINGS; do
- if test -f $i; then
- test -f $i$SUFFIX && cmp -s $i $i$SUFFIX && continue
- rm -f $i$SUFFIX 2>/dev/null; cp -pf $i $i$SUFFIX
- fi
-done
-
-test $INFOPID -gt 0 && wait $INFOPID
-
-cd $LPLAYERDIR
-run_lplayer ${1:+"$@"} &
-
-exit 0
-#EOF
diff --git a/audio/lplayer/files/patch-lp.pro b/audio/lplayer/files/patch-lp.pro
deleted file mode 100644
index 1d9de0c44c08..000000000000
--- a/audio/lplayer/files/patch-lp.pro
+++ /dev/null
@@ -1,14 +0,0 @@
---- lp.pro.orig Tue Jan 21 01:57:13 2003
-+++ lp.pro Sat Jun 14 20:08:02 2003
-@@ -88,9 +88,8 @@
- #Qt only
- #==============================================================================
- #works most of the time
--TMAKE_LIBS = -lxmms -L/sw/lib -lglib
--INCLUDEPATH = /usr/include/xmms /usr/lib/glib/include /usr/include/glib-1.2\
-- /sw/include/xmms /sw/lib/glib/include /sw/include/glib-1.2 /sw/include/qt
-+TMAKE_LIBS = -L@X11BASE@/lib -L@LOCALBASE@/lib @XMMSLIBS@
-+INCLUDEPATH = @X11BASE@/include @LOCALBASE@/include @XMMSINCS@
-
- #mac os x using fink
- #TMAKE_LIBS = -lxmms -L/sw/lib -lglib