pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ifp-line Add ifp-line-0.2.4 -- a command-line in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4934e5eddb7d
branches:  trunk
changeset: 475627:4934e5eddb7d
user:      sekiya <sekiya%pkgsrc.org@localhost>
date:      Sat May 22 05:35:10 2004 +0000

description:
Add ifp-line-0.2.4 -- a command-line interface to iRiver MP3 players.

diffstat:

 audio/ifp-line/DESCR            |   5 +++++
 audio/ifp-line/Makefile         |  17 +++++++++++++++++
 audio/ifp-line/PLIST            |   2 ++
 audio/ifp-line/distinfo         |   5 +++++
 audio/ifp-line/patches/patch-aa |  17 +++++++++++++++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r cf0b8399c09c -r 4934e5eddb7d audio/ifp-line/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/DESCR      Sat May 22 05:35:10 2004 +0000
@@ -0,0 +1,5 @@
+ifp-line is part of the ifp-driver project, which aims to be an open-source
+driver for the iRiver iFP line of MP3 players.
+
+It uses the native manager firmware; it does not use nor support the optional
+UMS firmware.
diff -r cf0b8399c09c -r 4934e5eddb7d audio/ifp-line/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/Makefile   Sat May 22 05:35:10 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/22 05:35:11 sekiya Exp $
+
+DISTNAME=              ifp-line-0.2.4
+CATEGORIES=            audio
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ifp-driver/}
+
+MAINTAINER=            sekiya%NetBSD.org@localhost
+HOMEPAGE=              http://ifp-driver.sourceforge.net/
+COMMENT=               Command-line interface to iRiver MP3 players
+
+#USE_BUILDLINK3=               YES
+#USE_PKGINSTALL=               YES
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cf0b8399c09c -r 4934e5eddb7d audio/ifp-line/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/PLIST      Sat May 22 05:35:10 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/22 05:35:10 sekiya Exp $
+bin/ifp
diff -r cf0b8399c09c -r 4934e5eddb7d audio/ifp-line/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/distinfo   Sat May 22 05:35:10 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/22 05:35:10 sekiya Exp $
+
+SHA1 (ifp-line-0.2.4.tar.gz) = 59757dad93662d93c14a557448c868044926fd2e
+Size (ifp-line-0.2.4.tar.gz) = 20214 bytes
+SHA1 (patch-aa) = c936da6026ac26cd40673f99c0cc97230ddb8b8f
diff -r cf0b8399c09c -r 4934e5eddb7d audio/ifp-line/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ifp-line/patches/patch-aa   Sat May 22 05:35:10 2004 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/05/22 05:35:11 sekiya Exp $
+
+--- Makefile.orig      2004-05-22 11:39:33.000000000 +0900
++++ Makefile   2004-05-22 11:39:59.000000000 +0900
+@@ -1,9 +1,9 @@
+ # $Id: patch-aa,v 1.1.1.1 2004/05/22 05:35:11 sekiya Exp $
+ 
+-CFLAGS        = `libusb-config --cflags` -Wall -g
++CFLAGS        = `libusb-config --cflags` -Wall -O2
+ LDFLAGS       = `libusb-config --libs`
+-PREFIX        ?= /usr/local
+-INSTALL       ?= /usr/bin/install
++PREFIX        ?= $(LOCALBASE)
++INSTALL       ?= install
+ 
+ OBJS = ifp.o ifp_routines.o unicodehack.o
+ 



Home | Main Index | Thread Index | Old Index