summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2009-12-31Moved support for full featured DVB cards of the TT/FuSi design into the new ↵Klaus Schmidinger
plugin 'dvbsddevice'
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 ↵Klaus Schmidinger
of the plugins failed to compile
2008-01-13Added '-Wno-parentheses' to the compiler options in order to avoid silly ↵Klaus Schmidinger
compiler warnings
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 ↵Klaus Schmidinger
OSD texts
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-25VDR now uses the default configuration directory as defined in the CONFDIR ↵Klaus Schmidinger
varable in the Makefile
2007-08-24Changed the default for LOCDIR in Makefile and Make.config.template to ↵Klaus Schmidinger
"./locale"
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 ↵Klaus Schmidinger
forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
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 ↵Klaus Schmidinger
plugin libraries
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 ↵Klaus Schmidinger
broken APIVERSION extraction line in 'newplugin'
2006-04-24Fixed initializing 'noapiv' in the MakefileKlaus Schmidinger
2006-04-23Added an error message about plugins that don't honor APIVERSION in their ↵Klaus Schmidinger
Makefile
2006-04-22Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a ↵Klaus Schmidinger
single 'sed' call
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-15Removed DVBDIR from Makefile; it's now defined in Make.config if necessaryKlaus Schmidinger
2006-02-05Renamed the Makefile target 'plugins-clean' to 'clean-plugins'Klaus Schmidinger
2006-01-29Separated the 'install' target into several individual targets; renamed the ↵1.3.41Klaus Schmidinger
'plugins-install' target to 'install-plugins'
2006-01-13Dropped the default vdr userKlaus Schmidinger
2006-01-08Fixed the "plugins-clean" and "plugins-install" targets in the MakefileKlaus Schmidinger
2006-01-01The Makefile now reports a summary of failed pluginsKlaus Schmidinger
2005-12-31When started as user 'root' VDR now switches to a lesser privileged user id, ↵Klaus Schmidinger
keeping the capability to set the system time
2005-09-02Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and upKlaus Schmidinger
2005-09-02Introduced a separate 'plugins-install' target in the MakefileKlaus Schmidinger
2005-08-14Added some 'mkdir -p' to the Makefile's 'install' targetKlaus Schmidinger
2005-07-31Added the command line options '--lirc', '--rcu' and '--no-kbd'Klaus Schmidinger
2005-05-14Made the Makefile patch friendlierKlaus Schmidinger
2005-02-13The 'plugins-clean' target of the Makefile now only deletes the actual ↵Klaus Schmidinger
plugin library files from this version of VDR
2004-12-18Fixed the character width and shifted the codes; Renamed font???.c to ↵Klaus Schmidinger
font???-iso8859-1.c
2004-11-21Back to the old DVB driver due to tuning failures with dvb-kernelKlaus Schmidinger
2004-11-20Fixed some typos in the Makefile's 'font' targetKlaus Schmidinger
2004-11-19Switched to 'dvb-kernel' driver (build-2.4)Klaus Schmidinger
2004-10-30Fixed some typos in the Makefile's 'font' targetKlaus Schmidinger