summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-06-02Implemented LCARS skinKlaus Schmidinger
2012-03-11Made the "overloaded-virtual" warning an error to detect hidden overloaded vi...Klaus Schmidinger
2012-02-27The code for the RCU remote control unit has been moved into a separate plugi...Klaus Schmidinger
2012-01-18Some improvements to the MakefilesKlaus Schmidinger
2012-01-14Added option -N to the msgmerge call in the MakefileKlaus Schmidinger
2011-12-04Changed the default location for the LIRC socket to /var/run/lirc/lircdKlaus Schmidinger
2011-12-04Removed the '.pl' suffix from all scriptsKlaus Schmidinger
2011-12-04Removed 'Requires: freetype2 fontconfig' from the vdr.pc targetKlaus Schmidinger
2011-12-04Added generating a pkg-config file to the MakefileKlaus Schmidinger
2011-05-21Now sorting the source file names in the call to xgettextKlaus Schmidinger
2011-04-17The Makefile now also installs the include filesKlaus Schmidinger
2011-04-17Now using pkg-config to get fribidi, freetype and fontconfig cflags and libsKlaus Schmidinger
2011-04-17Now using pkg-config to get fribidi cflags and libsKlaus Schmidinger
2011-02-27Changed the compiler optimization flag to -O3Klaus Schmidinger
2010-12-29The include path to the freetype2 header files is now retrieved via a call to...Klaus Schmidinger
2010-12-26Added LDFLAGS to the linker calls in the MakefilesKlaus Schmidinger
2010-10-24Passing package name and version to xgettextKlaus Schmidinger
2010-09-19Added support for languages that are written right-to-left1.7.16Klaus Schmidinger
2010-04-10Include paths are now added instead of overwriting INCLUDES in the MakefileKlaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-02-06Moved strictly necessary Makefile options into Make.globalKlaus Schmidinger
2010-01-17Renamed 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR ...Klaus Schmidinger
2009-12-31Moved support for full featured DVB cards of the TT/FuSi design into the new ...Klaus Schmidinger
2009-10-18Changed the project's URLs and email to tvdr.deKlaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-05-03Removed the compile time option VFATKlaus Schmidinger
2008-04-19Removed obsolete $(NCURSESLIB) from the MakefileKlaus Schmidinger
2008-03-01The 'plugins' target in the Makefile now returns an error exit code if one of...Klaus Schmidinger
2008-01-13Added '-Wno-parentheses' to the compiler options in order to avoid silly comp...Klaus Schmidinger
2007-12-27cTimeMs now uses the monotonic clock, if availableKlaus Schmidinger
2007-11-04Improved the 'i18n' target in the Makefile to avoid unnecessary workKlaus Schmidinger
2007-11-03Fixed handling CONFDIRKlaus Schmidinger
2007-10-13Now generating translation files without line numbers; updated the Finnish OS...Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-25VDR now uses the default configuration directory as defined in the CONFDIR va...Klaus Schmidinger
2007-08-24Changed the default for LOCDIR in Makefile and Make.config.template to "./loc...Klaus Schmidinger
2007-08-15Added DESTDIR and PREFIX handling to the MakefileKlaus Schmidinger
2007-08-12Added missing install-i18n to the install target in the MakefileKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-03-11Added missing rules for generating iso8859-13 font to MakefileKlaus Schmidinger
2007-03-11Added Turkish language textsKlaus Schmidinger
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force...Klaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-08-20Added --remove-destination to the 'cp' command for binaries in the MakefileKlaus Schmidinger
2006-06-02Fixed the 'clean-plugins' target in the Makefile to also remove additional pl...Klaus Schmidinger
2006-05-26Removed -fPIC from VDR's and libsi's MakefileKlaus Schmidinger
2006-05-19Modified the Makefile to copy additional libraries a plugin might provideKlaus Schmidinger
2006-04-24Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed broke...Klaus Schmidinger