Commit Graph

155 Commits

Author SHA1 Message Date
Klaus Schmidinger f70414cf5b Using relative paths again when building plugins locally 2012-12-27 16:15:38 +01:00
Klaus Schmidinger 2e138748c2 Added MANDIR to the vdr.pc file 2012-12-27 14:00:51 +01:00
Klaus Schmidinger c52df91e44 Now using targets "install-lib" and "install-i18n" when building plugins locally 2012-12-27 13:36:25 +01:00
Klaus Schmidinger 763e6e4c49 Changed "==" to "=" in the Makefile to make it POSIX style 2012-12-27 12:10:24 +01:00
Klaus Schmidinger 28441aded5 DVBDIR is now conveyed to plugins via the CFLAGS; removed some redundancy from Make.config.template 2012-12-27 11:58:09 +01:00
Klaus Schmidinger 3649145acb Making sure that plugins include the VDR header files from the actual VDR source directory when doing "make plugins" 2012-12-27 09:59:29 +01:00
Klaus Schmidinger ea951daa44 DESTDIR is now used in 'install-plugins' 2012-12-23 11:28:13 +01:00
Klaus Schmidinger 0263c82614 Plugin Makefiles now use DESTDIR and the 'install' program 2012-12-22 12:08:31 +01:00
Klaus Schmidinger 4e87443a2d Fixed CDEFINES 2012-12-21 11:56:29 +01:00
Klaus Schmidinger 62daedf95e The plugin Makefiles now have a separate 'install' target 2012-12-21 10:14:32 +01:00
Klaus Schmidinger 4132f5e745 Removed some redundancy in the Makefile/Make.global/Make.config mechanism 2012-12-19 12:10:28 +01:00
Klaus Schmidinger 8e54caa205 Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to the DEFINES in the Makefile 2012-12-18 13:20:17 +01:00
Klaus Schmidinger 6b6a372244 Fixed 'make install' to not overwrite existing configuration files 2012-10-09 08:34:57 +02:00
Klaus Schmidinger 3d60eba129 Fixed handling default values for directories 2012-09-09 09:29:15 +02:00
Klaus Schmidinger 13edfc1382 Implemented FHS support; fixed handling config directory if only -v is given 2012-09-01 14:03:45 +02:00
Klaus Schmidinger 68d5e7b548 Implemented LCARS skin 2012-06-02 13:17:16 +02:00
Klaus Schmidinger 66639dc187 Made the "overloaded-virtual" warning an error to detect hidden overloaded virtual functions 2012-03-11 16:01:52 +01:00
Klaus Schmidinger 083ee1f74e The code for the RCU remote control unit has been moved into a separate plugin named "rcu" 2012-02-27 12:30:45 +01:00
Klaus Schmidinger fbe4f2a056 Some improvements to the Makefiles 2012-01-18 12:40:17 +01:00
Klaus Schmidinger 5f86af093e Added option -N to the msgmerge call in the Makefile 2012-01-14 13:02:21 +01:00
Klaus Schmidinger 7584780dbf Changed the default location for the LIRC socket to /var/run/lirc/lircd 2011-12-04 14:43:13 +01:00
Klaus Schmidinger a613816050 Removed the '.pl' suffix from all scripts 2011-12-04 14:36:37 +01:00
Klaus Schmidinger 7ab9d4fcfd Removed 'Requires: freetype2 fontconfig' from the vdr.pc target 2011-12-04 14:12:49 +01:00
Klaus Schmidinger c298ed0330 Added generating a pkg-config file to the Makefile 2011-12-04 14:11:20 +01:00
Klaus Schmidinger 2993351536 Now sorting the source file names in the call to xgettext 2011-05-21 12:40:42 +02:00
Klaus Schmidinger 31d80e527e The Makefile now also installs the include files 2011-04-17 13:37:50 +02:00
Klaus Schmidinger bcdd5cb886 Now using pkg-config to get fribidi, freetype and fontconfig cflags and libs 2011-04-17 13:29:42 +02:00
Klaus Schmidinger e33a38a542 Now using pkg-config to get fribidi cflags and libs 2011-04-17 13:26:57 +02:00
Klaus Schmidinger 9f4a264454 Changed the compiler optimization flag to -O3 2011-02-27 10:06:06 +01:00
Klaus Schmidinger 343071cc6a The include path to the freetype2 header files is now retrieved via a call to 'pkg-config --cflags freetype2' 2010-12-29 11:35:40 +01:00
Klaus Schmidinger 6c0612546e Added LDFLAGS to the linker calls in the Makefiles 2010-12-26 12:11:58 +01:00
Klaus Schmidinger dfae319686 Passing package name and version to xgettext 2010-10-24 13:36:47 +02:00
Klaus Schmidinger ab0beb2ddb Added support for languages that are written right-to-left 2010-09-19 12:36:07 +02:00
Klaus Schmidinger 5a67f86207 Include paths are now added instead of overwriting INCLUDES in the Makefile 2010-04-10 12:44:01 +02:00
Klaus Schmidinger 1eb033576f Added plugin-defined sources 2010-02-28 12:19:50 +01:00
Klaus Schmidinger 91115a64e4 Moved strictly necessary Makefile options into Make.global 2010-02-06 15:02:35 +01:00
Klaus Schmidinger 3c5b11abbb Renamed 'runvdr' to 'runvdr.template' and no longer copying it to the BINDIR in 'make install' 2010-01-17 12:45:44 +01:00
Klaus Schmidinger 2b7c81f72d Moved support for full featured DVB cards of the TT/FuSi design into the new plugin 'dvbsddevice' 2009-12-31 15:38:18 +01:00
Klaus Schmidinger 20c8cd161f Changed the project's URLs and email to tvdr.de 2009-10-18 14:18:22 +02:00
Klaus Schmidinger 7de7ede26f The recording format is now Transport Stream 2009-01-06 14:41:11 +01:00
Klaus Schmidinger 0b1886875a Removed the compile time option VFAT 2008-05-03 10:19:31 +02:00
Klaus Schmidinger df12c00ff8 Removed obsolete $(NCURSESLIB) from the Makefile 2008-04-19 10:59:23 +02:00
Klaus Schmidinger 2497217096 The 'plugins' target in the Makefile now returns an error exit code if one of the plugins failed to compile 2008-03-01 09:42:36 +01:00
Klaus Schmidinger 95764d4bd5 Added '-Wno-parentheses' to the compiler options in order to avoid silly compiler warnings 2008-01-13 13:00:23 +01:00
Klaus Schmidinger 6f76e10038 cTimeMs now uses the monotonic clock, if available 2007-12-27 15:58:18 +01:00
Klaus Schmidinger 993235bdcc Improved the 'i18n' target in the Makefile to avoid unnecessary work 2007-11-04 10:18:45 +01:00
Klaus Schmidinger 672c8c3d0e Fixed handling CONFDIR 2007-11-03 14:48:07 +01:00
Klaus Schmidinger 59bc94fba2 Now generating translation files without line numbers; updated the Finnish OSD texts 2007-10-13 09:54:09 +02:00
Klaus Schmidinger 0c8cda9bd0 Implemented handling DVB subtitles 2007-10-12 14:52:30 +02:00
Klaus Schmidinger 742f4cc378 VDR now uses the default configuration directory as defined in the CONFDIR varable in the Makefile 2007-08-25 08:58:44 +02:00