summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/mp3blaster
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-05-13 15:42:03 +0200
committerRene Wagner <rw@handhelds.org>2006-05-13 15:42:03 +0200
commit5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch)
tree342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/mp3blaster
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/mp3blaster')
-rw-r--r--org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.1.3/includedir.patch69
-rw-r--r--org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.2.0/includedir.patch58
-rw-r--r--org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.1.3.bb13
-rw-r--r--org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.2.0.bb13
4 files changed, 153 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.1.3/includedir.patch b/org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.1.3/includedir.patch
new file mode 100644
index 0000000..d652273
--- /dev/null
+++ b/org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.1.3/includedir.patch
@@ -0,0 +1,69 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- mp3blaster-3.1.3/src/Makefile.am~includedir
++++ mp3blaster-3.1.3/src/Makefile.am
+@@ -36,7 +36,7 @@
+ mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+ mp3tag_LDADD = @LIBMPEGSOUND@ @LIBMYSQL@
+ mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+-INCLUDES = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir)
++INCLUDES = -I$(top_srcdir)/mpegsound -I$(top_srcdir)/nmixer
+ mp3blaster_LDADD = @LIBMPEGSOUND@ @LIBNMIXER@ @NAS_LIBS@ @SID_LIBS@ @OGG_LIBS@ @NCURSES_LIBS@
+ EXTRA_DIST = FILES
+ CXXFLAGS = @CXXFLAGS@ @NAS_CFLAGS@ -DMP3BLASTER_DOCDIR=\"${pkgdatadir}\"
+--- mp3blaster-3.1.3/mpegsound/Makefile.am~includedir
++++ mp3blaster-3.1.3/mpegsound/Makefile.am
+@@ -11,5 +11,5 @@
+
+ noinst_HEADERS = mpegsound.h mpegsound_locals.h
+
+-INCLUDES = -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ CXXFLAGS = @CXXFLAGS@ @NAS_CFLAGS@
+--- mp3blaster-3.1.3/nmixer/Makefile.am~includedir
++++ mp3blaster-3.1.3/nmixer/Makefile.am
+@@ -2,7 +2,7 @@
+ nmixer_SOURCES = main.cc
+ nmixer_DEPENDENCIES = @LIBNMIXER@
+ LDADD = @LIBNMIXER@ @NCURSES_LIBS@
+-INCLUDES = -I/usr/include/ncurses -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ noinst_LIBRARIES = libnmixer.a
+ libnmixer_a_SOURCES = nmixer.cc mixers.cc ossmixer.cc nasmixer.cc nmixer.h \
+ getopt.c getopt1.c getopt.h
+--- mp3blaster-3.1.3/src/Makefile.in~includedir
++++ mp3blaster-3.1.3/src/Makefile.in
+@@ -86,7 +86,7 @@
+ mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+ mp3tag_LDADD = @LIBMPEGSOUND@ @LIBMYSQL@
+ mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+-INCLUDES = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir)
++INCLUDES = -I$(top_srcdir)/mpegsound -I$(top_srcdir)/nmixer
+ mp3blaster_LDADD = @LIBMPEGSOUND@ @LIBNMIXER@ @NAS_LIBS@ @SID_LIBS@ @OGG_LIBS@ @NCURSES_LIBS@
+ EXTRA_DIST = FILES
+ CXXFLAGS = @CXXFLAGS@ @NAS_CFLAGS@ -DMP3BLASTER_DOCDIR=\"${pkgdatadir}\"
+--- mp3blaster-3.1.3/nmixer/Makefile.in~includedir
++++ mp3blaster-3.1.3/nmixer/Makefile.in
+@@ -79,7 +79,7 @@
+ nmixer_SOURCES = main.cc
+ nmixer_DEPENDENCIES = @LIBNMIXER@
+ LDADD = @LIBNMIXER@ @NCURSES_LIBS@
+-INCLUDES = -I/usr/include/ncurses -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ noinst_LIBRARIES = libnmixer.a
+ libnmixer_a_SOURCES = nmixer.cc mixers.cc ossmixer.cc nasmixer.cc nmixer.h getopt.c getopt1.c getopt.h
+
+--- mp3blaster-3.1.3/mpegsound/Makefile.in~includedir
++++ mp3blaster-3.1.3/mpegsound/Makefile.in
+@@ -82,7 +82,7 @@
+
+ noinst_HEADERS = mpegsound.h mpegsound_locals.h
+
+-INCLUDES = -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ CXXFLAGS = @CXXFLAGS@ @NAS_CFLAGS@
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
diff --git a/org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.2.0/includedir.patch b/org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.2.0/includedir.patch
new file mode 100644
index 0000000..8ae45e2
--- /dev/null
+++ b/org.handhelds.familiar/packages/mp3blaster/mp3blaster-3.2.0/includedir.patch
@@ -0,0 +1,58 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- mp3blaster-3.2.0/src/Makefile.am~includedir 2003-09-08 17:48:56.000000000 -0400
++++ mp3blaster-3.2.0/src/Makefile.am 2004-03-20 22:51:26.000000000 -0500
+@@ -36,7 +36,7 @@
+ mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+ mp3tag_LDADD = @LIBMPEGSOUND@ @LIBMYSQL@
+ mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+-INCLUDES = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir)
++INCLUDES = -I$(top_srcdir)/mpegsound -I$(top_srcdir)/nmixer
+ mp3blaster_LDADD = @LIBMPEGSOUND@ @LIBNMIXER@ @NAS_LIBS@ @SID_LIBS@ @OGG_LIBS@ @LIRC_LIBS@ @NCURSES_LIBS@
+ EXTRA_DIST = FILES
+ CXXFLAGS = @CXXFLAGS@ @NAS_CFLAGS@ -DMP3BLASTER_DOCDIR=\"${pkgdatadir}\"
+--- mp3blaster-3.2.0/mpegsound/Makefile.am~includedir 2002-09-20 16:38:16.000000000 -0400
++++ mp3blaster-3.2.0/mpegsound/Makefile.am 2004-03-20 22:50:29.000000000 -0500
+@@ -11,5 +11,5 @@
+
+ noinst_HEADERS = mpegsound.h mpegsound_locals.h
+
+-INCLUDES = -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ CXXFLAGS = @CXXFLAGS@ @NAS_CFLAGS@
+--- mp3blaster-3.2.0/nmixer/Makefile.am~includedir 2002-10-20 10:08:20.000000000 -0400
++++ mp3blaster-3.2.0/nmixer/Makefile.am 2004-03-20 22:50:29.000000000 -0500
+@@ -2,7 +2,7 @@
+ nmixer_SOURCES = main.cc
+ nmixer_DEPENDENCIES = @LIBNMIXER@
+ LDADD = @LIBNMIXER@ @NCURSES_LIBS@
+-INCLUDES = -I/usr/include/ncurses -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ noinst_LIBRARIES = libnmixer.a
+ libnmixer_a_SOURCES = nmixer.cc mixers.cc ossmixer.cc nasmixer.cc nmixer.h \
+ getopt.c getopt1.c getopt.h
+--- mp3blaster-3.2.0/src/Makefile.in~includedir 2004-03-20 22:49:26.000000000 -0500
++++ mp3blaster-3.2.0/src/Makefile.in 2004-03-20 22:51:32.000000000 -0500
+@@ -217,7 +217,7 @@
+ mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+ mp3tag_LDADD = @LIBMPEGSOUND@ @LIBMYSQL@
+ mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a
+-INCLUDES = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir)
++INCLUDES = -I$(top_srcdir)/mpegsound -I$(top_srcdir)/nmixer
+ mp3blaster_LDADD = @LIBMPEGSOUND@ @LIBNMIXER@ @NAS_LIBS@ @SID_LIBS@ @OGG_LIBS@ @LIRC_LIBS@ @NCURSES_LIBS@
+ EXTRA_DIST = FILES
+ all: all-am
+--- mp3blaster-3.2.0/nmixer/Makefile.in~includedir 2004-03-20 22:49:26.000000000 -0500
++++ mp3blaster-3.2.0/nmixer/Makefile.in 2004-03-20 22:50:29.000000000 -0500
+@@ -181,7 +181,7 @@
+ nmixer_SOURCES = main.cc
+ nmixer_DEPENDENCIES = @LIBNMIXER@
+ LDADD = @LIBNMIXER@ @NCURSES_LIBS@
+-INCLUDES = -I/usr/include/ncurses -I$(srcdir) -I$(includedir)
++INCLUDES = -I$(srcdir)
+ noinst_LIBRARIES = libnmixer.a
+ libnmixer_a_SOURCES = nmixer.cc mixers.cc ossmixer.cc nasmixer.cc nmixer.h \
+ getopt.c getopt1.c getopt.h
diff --git a/org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.1.3.bb b/org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.1.3.bb
new file mode 100644
index 0000000..2f748e9
--- /dev/null
+++ b/org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.1.3.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "console/multimedia"
+DESCRIPTION = "A console MP3 player based on ncurses"
+DEPENDS = "ncurses libsidplay libogg libvorbis"
+
+SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
+ file://includedir.patch;patch=1"
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"
diff --git a/org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.2.0.bb b/org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.2.0.bb
new file mode 100644
index 0000000..2f748e9
--- /dev/null
+++ b/org.handhelds.familiar/packages/mp3blaster/mp3blaster_3.2.0.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+SECTION = "console/multimedia"
+DESCRIPTION = "A console MP3 player based on ncurses"
+DEPENDS = "ncurses libsidplay libogg libvorbis"
+
+SRC_URI = "http://www.stack.nl/~brama/mp3blaster/src/mp3blaster-${PV}.tar.gz \
+ file://includedir.patch;patch=1"
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = "--with-x=no --with-sidplay --with-oggvorbis --without-pth --without-mysql --without-nas"