summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrak <rak@e10066b5-e1e2-0310-b819-94efdf66514b>2004-09-13 20:30:01 +0000
committerrak <rak@e10066b5-e1e2-0310-b819-94efdf66514b>2004-09-13 20:30:01 +0000
commitba85624940c295af07e558e3bff16d0a8657ed1e (patch)
tree0815f36d13145a32b4c1faf206b19469e0d6b747
parent3e28731e7cbaeb8c368c245cfc38c1724a4450b9 (diff)
downloadvdr-plugin-muggle-ba85624940c295af07e558e3bff16d0a8657ed1e.tar.gz
vdr-plugin-muggle-ba85624940c295af07e558e3bff16d0a8657ed1e.tar.bz2
Added URLs for required packages
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@165 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile3
-rw-r--r--README18
2 files changed, 15 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 97783b0..7e5d7af 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,8 @@ PACKAGE = vdr-$(ARCHIVE)
INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \
-I/usr/include/mysql/ -I/usr/include/taglib
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DHAVE_VORBISFILE
+#DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DHAVE_VORBISFILE
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
MIFLAGS += -I/usr/include/taglib -lmysqlclient
### The object files (add further files here):
diff --git a/README b/README
index 254e344..75b2d20 100644
--- a/README
+++ b/README
@@ -38,10 +38,18 @@ The plugin is written for VDR 1.2.6. In addition, the following pieces of
software are required:
- mySQL server (tested with 4.0.18) (Debian packages mysql-server, mysql-client)
- - mySQL client libraries (Debian package libmysqlclient-dev)
- - libmad (for mp3 decoding) (Debian package libmad0-dev)
- - libtag (for ID3 tag reading/writing) (Debian package libtag1-dev)
- - optionally libvorbis and libvorbisfile (Debian packages )
+ - mySQL client libraries
+ (Debian package libmysqlclient-devi or
+ http://www.mysql.org)
+ - libmad (for mp3 decoding)
+ (Debian package libmad0-dev or
+ http://www.underbit.com/products/mad/)
+ - libtag (for ID3 tag reading/writing)
+ (Debian package libtag1-dev or
+ http://developer.kde.org/~wheeler/taglib.html)
+ - optionally libvorbis and libvorbisfile
+ (Debian packages or
+ http://www.xiph.org/ogg/vorbis/)
The developer versions are needed because their headers are required for compilation.
The server need not be on the same machine as the VDR. Also, music tracks can reside somewhere else,
@@ -194,4 +202,4 @@ directory in which you executed the import steps (Chapter 4.2).
Quick version: select Muggle on the OSD, browse titles (using up/down and Ok), add them using the red button.
Then turn to the playlist view using yellow and start play using again the red function key.
-*/ \ No newline at end of file
+*/