diff options
author | explorer <explorer> | 1999-09-30 16:44:58 +0000 |
---|---|---|
committer | explorer <explorer> | 1999-09-30 16:44:58 +0000 |
commit | 3684a7998eac0048439d7dbb4e085be42787af11 (patch) | |
tree | 86cc601d7293d03650d6119b40313e1f356a3d4b /audio/lame-gui | |
parent | 14974fa3f8e1e47963454b5c8e080c0c55651ea6 (diff) | |
download | pkgsrc-3684a7998eac0048439d7dbb4e085be42787af11.tar.gz |
lame-gui, uses GTk for (currently) analysis screens, but I believe there
are plans to make it a full GUI-based critter.
Diffstat (limited to 'audio/lame-gui')
-rw-r--r-- | audio/lame-gui/Makefile | 6 | ||||
-rw-r--r-- | audio/lame-gui/files/md5 | 3 | ||||
-rw-r--r-- | audio/lame-gui/files/patch-sum | 3 | ||||
-rw-r--r-- | audio/lame-gui/patches/patch-aa | 20 | ||||
-rw-r--r-- | audio/lame-gui/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/lame-gui/pkg/DESCR | 5 | ||||
-rw-r--r-- | audio/lame-gui/pkg/PLIST | 2 |
7 files changed, 40 insertions, 0 deletions
diff --git a/audio/lame-gui/Makefile b/audio/lame-gui/Makefile new file mode 100644 index 00000000000..90907f8f776 --- /dev/null +++ b/audio/lame-gui/Makefile @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/30 16:44:58 explorer Exp $ +# + +LAME_GUI= yes + +.include "../lame/Makefile" diff --git a/audio/lame-gui/files/md5 b/audio/lame-gui/files/md5 new file mode 100644 index 00000000000..5e732e178a1 --- /dev/null +++ b/audio/lame-gui/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/30 16:44:58 explorer Exp $ + +MD5 (lame3.31beta.tar.gz) = 1c2ee677079d09aeee0aa0f85abc195c diff --git a/audio/lame-gui/files/patch-sum b/audio/lame-gui/files/patch-sum new file mode 100644 index 00000000000..51596238ed7 --- /dev/null +++ b/audio/lame-gui/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/09/30 16:44:58 explorer Exp $ + +MD5 (patch-aa) = 1e41f8b75095126b57890f3bf5a76d34 diff --git a/audio/lame-gui/patches/patch-aa b/audio/lame-gui/patches/patch-aa new file mode 100644 index 00000000000..37979ebcf8e --- /dev/null +++ b/audio/lame-gui/patches/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Tue Sep 28 22:35:33 1999 ++++ Makefile Wed Sep 29 12:44:42 1999 +@@ -113,6 +113,17 @@ + + endif + ++########################################################################## ++# NetBSD ++########################################################################## ++ifeq ($(UNAME),NetBSD) ++# remove if you do not have GTK or do not want the GTK frame analyzer ++ GTK = -DHAVEGTK `gtk-config --cflags` ++ GTKLIBS = `gtk-config --libs` ++# Comment out next 2 lines if you want to remove VBR histogram capability ++ BRHIST_SWITCH = -DBRHIST ++ LIBTERMCAP = -lncurses ++endif + + ########################################################################## + # SunOS diff --git a/audio/lame-gui/pkg/COMMENT b/audio/lame-gui/pkg/COMMENT new file mode 100644 index 00000000000..3361b9a9a7f --- /dev/null +++ b/audio/lame-gui/pkg/COMMENT @@ -0,0 +1 @@ +High quality and fast MP3 encoder, based on the LAME patch diff --git a/audio/lame-gui/pkg/DESCR b/audio/lame-gui/pkg/DESCR new file mode 100644 index 00000000000..87270280aae --- /dev/null +++ b/audio/lame-gui/pkg/DESCR @@ -0,0 +1,5 @@ +NotLame is a high quality and fast MP3 encoder, based on the LAME +patch. The quality is almost as good as the FhG encoder. LAME is +a patch (it actually stands for LAME Ain't an MP3 Encoder), while +NotLame is the executable after the patch has been applied to ISO +sources and compiled. diff --git a/audio/lame-gui/pkg/PLIST b/audio/lame-gui/pkg/PLIST new file mode 100644 index 00000000000..3ec810ce3ef --- /dev/null +++ b/audio/lame-gui/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/30 16:44:59 explorer Exp $ +bin/lame |