Added client programs for controlling the the mpd music player from the commandline...
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 30 Jul 2005 20:09:06 +0000 (20:09 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 30 Jul 2005 20:09:06 +0000 (20:09 +0000)
packages/mpc/.mtn2git_empty [new file with mode: 0644]
packages/mpc/mpc-0.11.2/.mtn2git_empty [new file with mode: 0644]
packages/mpc/mpc-0.11.2/configure-searchdirs.patch [new file with mode: 0644]
packages/mpc/mpc_0.11.2.bb [new file with mode: 0644]
packages/ncmpc/.mtn2git_empty [new file with mode: 0644]
packages/ncmpc/ncmpc_0.11.1.bb [new file with mode: 0644]

diff --git a/packages/mpc/.mtn2git_empty b/packages/mpc/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mpc/mpc-0.11.2/.mtn2git_empty b/packages/mpc/mpc-0.11.2/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mpc/mpc-0.11.2/configure-searchdirs.patch b/packages/mpc/mpc-0.11.2/configure-searchdirs.patch
new file mode 100644 (file)
index 0000000..f35b085
--- /dev/null
@@ -0,0 +1,20 @@
+--- mpc-0.11.2/configure.ac~   2005-03-11 10:04:35.000000000 +0100
++++ mpc-0.11.2/configure.ac    2005-07-28 00:51:32.000000000 +0200
+@@ -31,8 +31,6 @@
+               ICONV_LIBS="-L$iconv_libraries"
+       elif test "x$iconv_prefix" != "x" ; then
+               ICONV_LIBS="-L$iconv_prefix/lib"
+-      elif test "x$prefix" != "xNONE"; then
+-              ICONV_LIBS="-L$libdir"
+       fi
+       ICONV_LIBS="$ICONV_LIBS -liconv"
+@@ -41,8 +39,6 @@
+               ICONV_CFLAGS="-I$iconv_includes"
+       elif test "x$iconv_prefix" != "x" ; then
+               ICONV_CFLAGS="-I$iconv_prefix/include"
+-      elif test "x$prefix" != "xNONE"; then
+-              ICONV_CFLAGS="-I$includedir"
+       fi
+       CFLAGS="$CFLAGS $ICONV_CFLAGS"
diff --git a/packages/mpc/mpc_0.11.2.bb b/packages/mpc/mpc_0.11.2.bb
new file mode 100644 (file)
index 0000000..cb6c785
--- /dev/null
@@ -0,0 +1,15 @@
+SECTION = "console/multimedia"
+DESCRIPTION = "command line client for mpd"
+HOMEPAGE = "http://www.musicpd.org/mpc.shtml"
+LICENSE = "GPLv2"
+MAINTAINER = "Hannes Reich <hannes@skynet.ie>"
+DEPENDS = ""
+PR = "r0"
+
+SRC_URI = "http://mercury.chem.pitt.edu/~shank/mpc-${PV}.tar.gz \
+       file://configure-searchdirs.patch;patch=1"
+
+inherit autotools
+
+
+
diff --git a/packages/ncmpc/.mtn2git_empty b/packages/ncmpc/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ncmpc/ncmpc_0.11.1.bb b/packages/ncmpc/ncmpc_0.11.1.bb
new file mode 100644 (file)
index 0000000..b7568b4
--- /dev/null
@@ -0,0 +1,14 @@
+SECTION = "console/multimedia"
+DESCRIPTION = "curses client for mpd"
+HOMEPAGE = "http://www.musicpd.org/ncmpc.shtml"
+LICENSE = "GPLv2"
+MAINTAINER = "Hannes Reich <hannes@skynet.ie>"
+DEPENDS = "ncurses glib-2.0"
+PR = "r0"
+
+SRC_URI = "http://mercury.chem.pitt.edu/~shank/ncmpc-${PV}.tar.gz"
+
+inherit autotools
+
+
+