is a reimplementation in C of the well-known python program 'cplay'. Supported players currently include: - mpg123 - ogg123 - sox WWW: http://www.yahuxo.de/mcplay/ PR: ports/144879 Submitted by: Charlie Kester <corky1951 at comcast.net>
20 lines
534 B
Text
20 lines
534 B
Text
--- Makefile.orig 2002-04-28 06:30:35.000000000 -0700
|
|
+++ Makefile 2010-03-19 11:07:59.000000000 -0700
|
|
@@ -13,7 +13,7 @@
|
|
SOX_CFLAGS=-DHAVE_SOX
|
|
|
|
#uncomment _one_ of these for midi support
|
|
-MID_CFLAGS=-DHAVE_DRVMIDI
|
|
+#MID_CFLAGS=-DHAVE_DRVMIDI
|
|
#MID_CFLAGS=-DHAVE_PLAYMIDI
|
|
|
|
#uncomment these two lines if you have lirc
|
|
@@ -24,7 +24,7 @@
|
|
#LOG_CFLAGS=-DLOG_DIR_S=\"/tmp\"
|
|
|
|
#set install dirs here
|
|
-INSTDIR=/usr/local
|
|
+INSTDIR=${PREFIX}
|
|
BINDIR=$(INSTDIR)/bin
|
|
|
|
#####################################################################
|