summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2013-07-17fixing bug #1399 with a patch from helmut@helmutauer.deHEADmasterWolfgang Rohdewald
fixing 64 bit compilation
2011-11-06Fix filtering out largefile stuff, filter also from DB CFLAGS.Ville Skyttä
2011-03-20Use LDFLAGS, make dist depend on up to date *.po.Ville Skyttä
2010-08-29Don't use msgmerge --lang; msgmerge can figure out Language from Language-Team.Ville Skyttä
2010-08-29Populate "Language" po header.Ville Skyttä
The msgmerge --lang option used is available in gettext >= 0.18.0.
2010-08-29Pass package name and version to xgettext.Ville Skyttä
2010-08-29Update msgid bugs address.Ville Skyttä
2009-06-05add bashism patches posted by etobi, taken from the debian package.Wolfgang Rohdewald
Original comment: Just for the record, taken from the the Debian package, here are two tiny patches. One that removes an unnecessary bashism and one from TomJoad that allows compilation with VDR 1.7.7.
2008-11-16Patch from Andreas Brachold: remove obsolete DVBDIR from Makefileworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1214 e10066b5-e1e2-0310-b819-94efdf66514b
2008-08-08fix some compilation errors after changing development systemworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1207 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-18remove compile option USE_BITMAP, add it as a new backgroundworo
mode git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1193 e10066b5-e1e2-0310-b819-94efdf66514b
2008-04-11merge mp3ng branch into trunkworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1173 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-20if HAVE_MP3NG_OSD is defined, libvdr-muggle.so willworo
also contain all object files from the mp3ng/music plugin. Right now, Makefile.music is identical with Makefile from the music plugin. Of course Makefile.music will change git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1036 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-18fix EMail addresses for translation files (dont use cadsoft.de)woro
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1032 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12add trdb as translation keywordworo
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1028 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-12use po files for internationalisation, starting withworo
translations in german and french git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1025 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-08put mg_db.o into DB_OBJ, otherwise the include path for postresqlworo
is missing for compiling mg_db.c git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1004 e10066b5-e1e2-0310-b819-94efdf66514b
2008-02-07Add dependency on scripts/gentables to mg_tables.hscop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1001 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Make default music dir configurable at build time.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@993 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Remove all db *.o explicitly in clean so they get rm'd when switching ↵scop
between different databases. git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@992 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Add distclean target, use it in dist.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@991 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Fix install target dependencies.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@989 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Use LIBDIR more.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@988 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Add DESTDIR support to "make install".scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@987 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Install muggle-image-convert in "make install".scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@986 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Don't hardcode /usr/local/bin.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@985 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Apply db specific cflags only for the db object.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@983 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Use pkg-config to find SQLite includes and libs.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@982 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Default CXX to g++.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@981 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Be more explicit about HAVE_* db options.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@980 e10066b5-e1e2-0310-b819-94efdf66514b
2008-01-01Don't hardcode paths in gentables, add shebang.scop
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@976 e10066b5-e1e2-0310-b819-94efdf66514b
2006-09-17Use --remove-destination with cp like VDR 1.4.2-2+.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@958 e10066b5-e1e2-0310-b819-94efdf66514b
2006-04-29Fix Makefile for < VDR 1.3.48.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@940 e10066b5-e1e2-0310-b819-94efdf66514b
2006-04-27Muggle now honors APIVERSION.LarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@936 e10066b5-e1e2-0310-b819-94efdf66514b
2006-03-26constify VERSION DESCRIPTION MAINMENUENTRYwr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@935 e10066b5-e1e2-0310-b819-94efdf66514b
2006-03-04eliminate warnings for compilation with -Wformat=2wr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@931 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-25Changed Makefile to simplify debian package contruction. Thanks to TomGLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@895 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-14Accidentally commited MakefileLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@889 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-14Fixed few bugs and added initial GD coverart code.LarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@888 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-09Accidentally commited MakefileLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@880 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-09Correct a bug in samedir functionLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@879 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-08DB_OBJ is already in OBJS.ville
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@868 e10066b5-e1e2-0310-b819-94efdf66514b
2005-10-05Merged changes from muggle-imagesLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@835 e10066b5-e1e2-0310-b819-94efdf66514b
2005-09-08Patch from Ville Skyttä: simplify dependencies for the shared libwr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@822 e10066b5-e1e2-0310-b819-94efdf66514b
2005-09-05merge from muggle-0.1.8-BETAwr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@814 e10066b5-e1e2-0310-b819-94efdf66514b
2005-07-29Merged from 0.1.7-wrLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@791 e10066b5-e1e2-0310-b819-94efdf66514b
2005-04-21explicitly link against FLACwr61
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@648 e10066b5-e1e2-0310-b819-94efdf66514b
2005-04-19Merged changes from 0.1.6-wrLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@637 e10066b5-e1e2-0310-b819-94efdf66514b
2005-03-16Import now runs threaded when executed from VDR menuLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@572 e10066b5-e1e2-0310-b819-94efdf66514b
2005-03-11Merged changes from 0.1.4-wrLarsAC
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@565 e10066b5-e1e2-0310-b819-94efdf66514b