summaryrefslogtreecommitdiff
path: root/audio/gramofile/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-07-04 22:35:40 +0000
committeragc <agc>2004-07-04 22:35:40 +0000
commitdd6642ddaeb40bfadf654749b84addad9720ce41 (patch)
treefe1db1497c8009eedba2d94ac8e21f8cba43c182 /audio/gramofile/Makefile
parent16a410a41f15cc60a82df39b624be41f1750987b (diff)
downloadpkgsrc-dd6642ddaeb40bfadf654749b84addad9720ce41.tar.gz
Initial import of gramofile-1.6 into the Packages Collection. With
thanks to Steve Woodford for the nudge. GramoFile is able to record hours of CD quality music, split long sound files in separate tracks, and remove ticks and pops from recordings. It can be used for ripping audio from vinyl LPs. + Integrated sound recording and playback (with customized versions of brec(1) and bplay(1) by David Monro); + Handling of large sound files up to a few GB; + Signal peak level meter during recording; + Playback of user-specifiable parts of sound files; + Signal processing through application of `filters'; + Nine filters (filter types, actually) are supplied, new ones can be added fairly easily; + Multiple filters can be used, in random order, in one single run - even multiple instances of the same filter; + Most filters can be fine-tuned through a number of parameters (independent of each filter instance); + A large sound file containing an entire side of a gramophone record can be split into separate sound files, one for each track; + Signal processing and track splitting are performed simultaneously; + Text mode user interface with a windows-like look and `feel'; + Sound files of the familiar .wav type are used
Diffstat (limited to 'audio/gramofile/Makefile')
-rw-r--r--audio/gramofile/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile
new file mode 100644
index 00000000000..2de6c41d638
--- /dev/null
+++ b/audio/gramofile/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/04 22:35:40 agc Exp $
+#
+
+DISTNAME= gramofile-1.6
+CATEGORIES= audio
+MASTER_SITES= http://panic.et.tudelft.nl/~costar/gramofile/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://panic.et.tudelft.nl/~costar/gramofile/
+COMMENT= Tool for ripping audio from vinyl
+
+ALL_TARGET= gramofile
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"