summaryrefslogtreecommitdiff
path: root/audio/gqmpeg-devel
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gqmpeg-devel')
-rw-r--r--audio/gqmpeg-devel/Makefile23
-rw-r--r--audio/gqmpeg-devel/distinfo1
-rw-r--r--audio/gqmpeg-devel/files/patch-aa34
-rw-r--r--audio/gqmpeg-devel/files/patch-ab18
-rw-r--r--audio/gqmpeg-devel/files/patch-ac11
-rw-r--r--audio/gqmpeg-devel/pkg-comment1
-rw-r--r--audio/gqmpeg-devel/pkg-descr7
-rw-r--r--audio/gqmpeg-devel/pkg-plist2
8 files changed, 0 insertions, 97 deletions
diff --git a/audio/gqmpeg-devel/Makefile b/audio/gqmpeg-devel/Makefile
deleted file mode 100644
index fa88ff0e1de6..000000000000
--- a/audio/gqmpeg-devel/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: gqmpeg
-# Date Created: 28 Oct 1998
-# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gqmpeg
-PORTVERSION= 0.6.3
-CATEGORIES= audio
-MASTER_SITES= http://www.netpedia.net/hosting/gqview/packages/ \
- http://www.geocities.com/SiliconValley/Haven/5235/packages/
-EXTRACT_SUFX= .src.tar.gz
-
-MAINTAINER= nakai@FreeBSD.org
-
-RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
-LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
-
-USE_X_PREFIX= yes
-ALL_TARGET= gqmpeg
-
-.include <bsd.port.mk>
diff --git a/audio/gqmpeg-devel/distinfo b/audio/gqmpeg-devel/distinfo
deleted file mode 100644
index 617e017cf600..000000000000
--- a/audio/gqmpeg-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gqmpeg-0.6.3.src.tar.gz) = 01ec3ac587847b73e90326ea014cee22
diff --git a/audio/gqmpeg-devel/files/patch-aa b/audio/gqmpeg-devel/files/patch-aa
deleted file mode 100644
index ede87a7d5504..000000000000
--- a/audio/gqmpeg-devel/files/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
---- Makefile.orig Sat Jul 3 20:39:08 1999
-+++ Makefile Thu Apr 13 03:59:10 2000
-@@ -1,8 +1,8 @@
-
--PREFIX=/usr/local
-+PREFIX?=/usr/local
-
--GTK_INCLUDE = `gtk-config --cflags`
--GTK_LIB = `gtk-config --libs`
-+#GTK_INCLUDE = `gtk-config --cflags`
-+#GTK_LIB = `gtk-config --libs`
- IMLIB_INCLUDE = `imlib-config --cflags-gdk`
- IMLIB_LIB = `imlib-config --libs-gdk`
-
-@@ -15,7 +15,7 @@
- #for IRIX
- #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio
-
--CC = gcc -Wall
-+CC ?= gcc -Wall
-
- GNOME_PREFIX = `gnome-config --prefix`
-
-@@ -119,8 +119,8 @@
- $(CC) $(OBJS) -o gqmpeg.static -static $(LDFLAGS)
-
- install: gqmpeg
-- install -c gqmpeg $(PREFIX)/bin/gqmpeg
-- install -c plugin/gqmpeg-shoutcast-plugin.sh $(PREFIX)/bin/gqmpeg-shoutcast-plugin.sh
-+ ${BSD_INSTALL_PROGRAM} gqmpeg $(PREFIX)/bin/gqmpeg
-+ ${BSD_INSTALL_SCRIPT} plugin/gqmpeg-shoutcast-plugin.sh $(PREFIX)/bin/gqmpeg-shoutcast-plugin.sh
-
- gnome-install: gqmpeg
- install -c gqmpeg $(PREFIX)/bin/gqmpeg
diff --git a/audio/gqmpeg-devel/files/patch-ab b/audio/gqmpeg-devel/files/patch-ab
deleted file mode 100644
index 9f9e259ad949..000000000000
--- a/audio/gqmpeg-devel/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
---- main.c.orig Mon Oct 11 10:45:08 1999
-+++ main.c Mon Oct 11 10:46:19 1999
-@@ -11,6 +11,7 @@
-
- #include "config.h"
- #include "gqmpeg.h"
-+#include "floatingpoint.h"
-
- static gint update_timeout_id = -1;
-
-@@ -693,6 +694,7 @@
- GList *list_buf = NULL;
- GList *playlist_buf = NULL;
-
-+ fpsetmask(0);
- init_vars();
-
- /* setup random seed for shuffle mode */
diff --git a/audio/gqmpeg-devel/files/patch-ac b/audio/gqmpeg-devel/files/patch-ac
deleted file mode 100644
index 047e6f240ef8..000000000000
--- a/audio/gqmpeg-devel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- mixer.c.orig Sun Jan 30 03:52:17 2000
-+++ mixer.c Sun Jan 30 03:52:51 2000
-@@ -80,7 +80,7 @@
- }
-
- t = ioctl(mf, SOUND_MIXER_READ_DEVMASK, &dev_mask);
-- t|= ioctl(mf, SOUND_MIXER_READ_RECMASK, &rec_mask);
-+ // t|= ioctl(mf, SOUND_MIXER_READ_RECMASK, &rec_mask);
- t|= ioctl(mf, SOUND_MIXER_READ_STEREODEVS, &stereo_mask);
- if (t!=0)
- {
diff --git a/audio/gqmpeg-devel/pkg-comment b/audio/gqmpeg-devel/pkg-comment
deleted file mode 100644
index d936d62215a0..000000000000
--- a/audio/gqmpeg-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Another gtk-based MP3 frontend
diff --git a/audio/gqmpeg-devel/pkg-descr b/audio/gqmpeg-devel/pkg-descr
deleted file mode 100644
index e49f3d038b98..000000000000
--- a/audio/gqmpeg-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A GTK-based mp3 front-end. Uses mpg123 for decoding and supports
-winamp themes.
-
-WWW: http://www.netpedia.net/hosting/gqview/mpeg-index.html
-
--Vanilla
-vanilla@FreeBSD.ORG
diff --git a/audio/gqmpeg-devel/pkg-plist b/audio/gqmpeg-devel/pkg-plist
deleted file mode 100644
index 5df621d0552d..000000000000
--- a/audio/gqmpeg-devel/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/gqmpeg
-bin/gqmpeg-shoutcast-plugin.sh