aboutsummaryrefslogtreecommitdiff
path: root/audio/kmpg
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kmpg')
-rw-r--r--audio/kmpg/Makefile20
-rw-r--r--audio/kmpg/distinfo1
-rw-r--r--audio/kmpg/files/patch-aa32
-rw-r--r--audio/kmpg/files/patch-ab11
-rw-r--r--audio/kmpg/files/patch-ac11
-rw-r--r--audio/kmpg/files/patch-ad10
-rw-r--r--audio/kmpg/files/patch-ae10
-rw-r--r--audio/kmpg/files/patch-af11
-rw-r--r--audio/kmpg/files/patch-ag10
-rw-r--r--audio/kmpg/files/patch-ah11
-rw-r--r--audio/kmpg/files/patch-ai13
-rw-r--r--audio/kmpg/pkg-comment1
-rw-r--r--audio/kmpg/pkg-descr13
-rw-r--r--audio/kmpg/pkg-plist31
14 files changed, 0 insertions, 185 deletions
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile
deleted file mode 100644
index 524ec9a7a648..000000000000
--- a/audio/kmpg/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: kmpg
-# Date created: 23 May 1998
-# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmpg
-PORTVERSION= 0.4.3a
-CATEGORIES= audio kde
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= tom
-
-MAINTAINER= tom@FreeBSD.org
-
-USE_KDELIBS_VER=1
-USE_GMAKE= yes
-USE_LIBTOOL= yes
-
-.include <bsd.port.mk>
diff --git a/audio/kmpg/distinfo b/audio/kmpg/distinfo
deleted file mode 100644
index 9ba28ba45e4c..000000000000
--- a/audio/kmpg/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (kmpg-0.4.3a.tar.gz) = 39616682b3e18522aa68535096f93929
diff --git a/audio/kmpg/files/patch-aa b/audio/kmpg/files/patch-aa
deleted file mode 100644
index 7d92e3c4659a..000000000000
--- a/audio/kmpg/files/patch-aa
+++ /dev/null
@@ -1,32 +0,0 @@
---- lib/yaflib/yaf/frontend/nodes/filter/mixerFilter.h.orig Wed Feb 3 12:41:50 1999
-+++ lib/yaflib/yaf/frontend/nodes/filter/mixerFilter.h Mon Mar 1 16:02:46 1999
-@@ -24,7 +24,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <stdio.h>
--#include <linux/soundcard.h>
-+#include <machine/soundcard.h>
-
-
- #define _MAX_MIX_SIZE 8192
---- lib/yaflib/yaf/frontend/nodes/filter/volumeFilter.h.orig Wed Feb 3 12:41:50 1999
-+++ lib/yaflib/yaf/frontend/nodes/filter/volumeFilter.h Mon Mar 1 16:24:00 1999
-@@ -24,7 +24,7 @@
- #include <fcntl.h>
- #include <unistd.h>
- #include <stdio.h>
--#include <linux/soundcard.h>
-+#include <machine/soundcard.h>
-
- #define _MAX_MIX_SIZE 8192
- #define _MAX_MIX_ENTRIES 10
---- lib/yaflib/yaf/frontend/nodes/graph/daisyChain.cpp.orig Wed Feb 3 12:41:50 1999
-+++ lib/yaflib/yaf/frontend/nodes/graph/daisyChain.cpp Mon Mar 1 16:37:52 1999
-@@ -44,7 +44,6 @@
-
- action.sa_handler=hallo;
- action.sa_flags=0;
-- action.sa_restorer=0;
- sigaction(SIGHUP,&action,NULL);
- }
-
diff --git a/audio/kmpg/files/patch-ab b/audio/kmpg/files/patch-ab
deleted file mode 100644
index b965bbb4a263..000000000000
--- a/audio/kmpg/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/yaflib/players/splay/mpeglayer3.cc.orig Sun Jan 23 16:50:48 2000
-+++ lib/yaflib/players/splay/mpeglayer3.cc Sun Jan 23 16:50:50 2000
-@@ -767,7 +767,7 @@
- for(i=0;i<e;)
- {
- const HUFFMANCODETABLE *h;
-- register end;
-+ register int end;
-
- if (i<region1Start)
- {
diff --git a/audio/kmpg/files/patch-ac b/audio/kmpg/files/patch-ac
deleted file mode 100644
index 84270af8331a..000000000000
--- a/audio/kmpg/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/yaflib/yaf/shared/yafcore/streamWriter.cpp.orig Sun Jan 23 16:52:02 2000
-+++ lib/yaflib/yaf/shared/yafcore/streamWriter.cpp Sun Jan 23 16:52:11 2000
-@@ -42,7 +42,7 @@
- static OutputInterface* output;
-
- static AudioWrapper* audioWrapper=NULL;
--static lInternalDevice;
-+static int lInternalDevice;
-
- void StreamWriter_sendSpeed(int speed);
- void StreamWriter_sendSampleSize(int size);
diff --git a/audio/kmpg/files/patch-ad b/audio/kmpg/files/patch-ad
deleted file mode 100644
index 434a0ebe8484..000000000000
--- a/audio/kmpg/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/yaflib/yaf/frontend/producer/image/imageGenerator.h.orig Sun Jan 23 16:54:23 2000
-+++ lib/yaflib/yaf/frontend/producer/image/imageGenerator.h Sun Jan 23 16:54:31 2000
-@@ -27,6 +27,7 @@
- // with a yaf internal Image class!
-
- #include <qpixmap.h>
-+#include <unistd.h>
-
- /**
- This class produces QImages.
diff --git a/audio/kmpg/files/patch-ae b/audio/kmpg/files/patch-ae
deleted file mode 100644
index 4fdda856d7ef..000000000000
--- a/audio/kmpg/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/yaflib/yaf/frontend/signal/toolkit/eventQueue.cpp.orig Sun Jan 23 16:55:57 2000
-+++ lib/yaflib/yaf/frontend/signal/toolkit/eventQueue.cpp Sun Jan 23 16:56:32 2000
-@@ -12,6 +12,7 @@
-
-
- #include <signal/toolkit/eventQueue.h>
-+#include <unistd.h>
-
-
-
diff --git a/audio/kmpg/files/patch-af b/audio/kmpg/files/patch-af
deleted file mode 100644
index 10458261648f..000000000000
--- a/audio/kmpg/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/widgetlib/widgetbasic/examples/example6/videoPlayer.cpp.orig Sun Jan 23 17:00:48 2000
-+++ lib/widgetlib/widgetbasic/examples/example6/videoPlayer.cpp Sun Jan 23 17:01:26 2000
-@@ -96,7 +96,7 @@
- str=strlist.first();
- if (str != NULL) {
- KURL url( str );
-- char *path = url.path();
-+ const char *path = url.path();
- open(&url);
- cout << "dropped:"<<path<<endl;
- }
diff --git a/audio/kmpg/files/patch-ag b/audio/kmpg/files/patch-ag
deleted file mode 100644
index 12b57db1f283..000000000000
--- a/audio/kmpg/files/patch-ag
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/kmpglib/lib/ipc/ipcCom.cpp.orig Sun Jan 23 17:02:49 2000
-+++ lib/kmpglib/lib/ipc/ipcCom.cpp Sun Jan 23 17:02:58 2000
-@@ -12,6 +12,7 @@
-
-
- #include <ipc/ipcCom.h>
-+#include <unistd.h>
-
-
- static void *readerThread(void *arg){
diff --git a/audio/kmpg/files/patch-ah b/audio/kmpg/files/patch-ah
deleted file mode 100644
index dd29a98075d1..000000000000
--- a/audio/kmpg/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/kmpglib/lib/id/tag.cpp.orig Sun Jan 23 17:04:33 2000
-+++ lib/kmpglib/lib/id/tag.cpp Sun Jan 23 17:04:54 2000
-@@ -86,7 +86,7 @@
- }
-
- if (fseek(file, -128, SEEK_END) < 0) {
-- close(file);
-+ fclose(file);
- perror("fseek");
- initTagVars();
- return(0);
diff --git a/audio/kmpg/files/patch-ai b/audio/kmpg/files/patch-ai
deleted file mode 100644
index 8c63b8985605..000000000000
--- a/audio/kmpg/files/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.orig Sun Feb 7 04:05:54 1999
-+++ configure Sat Sep 25 23:31:52 1999
-@@ -4004,7 +4004,9 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- LIBPTHREAD="-lc_r"
-+ LIBPTHREAD="-pthread"
-+ CFLAGS="$CFLAGS -D_THREAD_SAFE"
-+ CXXFLAGS+="$CFLAGS -D_THREAD_SAFE"
- else
- echo "$ac_t""no" 1>&6
- fi
diff --git a/audio/kmpg/pkg-comment b/audio/kmpg/pkg-comment
deleted file mode 100644
index ec6d90ab14fc..000000000000
--- a/audio/kmpg/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-KDE Mpeg1/2 audio stream player, handles layer I, II, and III streams
diff --git a/audio/kmpg/pkg-descr b/audio/kmpg/pkg-descr
deleted file mode 100644
index 54dc9ea672d3..000000000000
--- a/audio/kmpg/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Kmpg is an MPEG audio player for the KDE project. The player uses
-splay by Woo-jae Jung as a decoding engine. Kmpg has the following
-advanced features:
-
-* Supports MPEG 1.0/2.0, layers 1,2 and 3
-* Simple to use interface
-* Drag and drop support using the KDE dnd standard
-* Playlist editor
-
-WWW: http://www.rhrk.uni-kl.de/~mvogt/linux/kmpg/index.html
-
-- Tom
-tom@FreeBSD.ORG
diff --git a/audio/kmpg/pkg-plist b/audio/kmpg/pkg-plist
deleted file mode 100644
index c4669c6a1f9e..000000000000
--- a/audio/kmpg/pkg-plist
+++ /dev/null
@@ -1,31 +0,0 @@
-bin/kmpg
-bin/splay-yaf
-share/applnk/Multimedia/kmpg.kdelnk
-share/apps/kmpg/pics/kmpg_next.xpm
-share/apps/kmpg/pics/kmpg_pause_off.xpm
-share/apps/kmpg/pics/kmpg_play_off.xpm
-share/apps/kmpg/pics/kmpg_prev.xpm
-share/apps/kmpg/pics/kmpg_stop_off.xpm
-share/doc/HTML/en/kmpg/index.html
-share/doc/HTML/en/kmpg/interface.gif
-share/doc/HTML/en/kmpg/kmpg-1.html
-share/doc/HTML/en/kmpg/kmpg-2.html
-share/doc/HTML/en/kmpg/kmpg-3.html
-share/doc/HTML/en/kmpg/kmpg-4.html
-share/doc/HTML/en/kmpg/kmpg-5.html
-share/doc/HTML/en/kmpg/kmpg-6.html
-share/doc/HTML/en/kmpg/kmpg-7.html
-share/doc/HTML/en/kmpg/kmpg.gif
-share/doc/HTML/en/kmpg/playlist.gif
-share/doc/HTML/en/kmpg/prefs-1.gif
-share/doc/HTML/en/kmpg/prefs-2.gif
-share/doc/HTML/en/kmpg/prefs-3.gif
-share/icons/kmpg.xpm
-share/icons/mini/kmpg.xpm
-share/mimelnk/audio/x-m3u.kdelnk
-share/mimelnk/audio/x-mp1.kdelnk
-share/mimelnk/audio/x-mp2.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-@dirrm share/doc/HTML/en/kmpg
-@dirrm share/apps/kmpg/pics
-@dirrm share/apps/kmpg