Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanups of VDRDIR handling. Added VDRINCDIR variable for more easy ↵ | Matthias Schwarzott | 2008-05-15 | 1 | -24/+57 |
| | | | | patching. Added large description for this. Pass TMPDIR and LIBDIR only via make parameters. Now install header-checksums for all installed plugins. | ||||
* | Remove maybe unset DVBDIR variable from list of includes. | Matthias Schwarzott | 2008-04-23 | 1 | -2/+4 |
| | |||||
* | Change message about failed gettext conversion to eerror. | Matthias Schwarzott | 2008-04-22 | 1 | -4/+4 |
| | |||||
* | Add back lost ebegin. | Matthias Schwarzott | 2008-04-21 | 1 | -1/+2 |
| | |||||
* | Modularized i18n handling. | Matthias Schwarzott | 2008-04-21 | 1 | -40/+71 |
| | |||||
* | Cleanup of eclass. Try to minimize changes to Makefile. | Matthias Schwarzott | 2008-04-13 | 1 | -180/+152 |
| | |||||
* | Modified eclass to minimize Makefile changes regarding CXXFLAGS. No longer ↵ | Matthias Schwarzott | 2008-03-22 | 1 | -8/+11 |
| | | | | support emerge --config. Clean up i18n conversion messages. | ||||
* | Fixed quoting. | Matthias Schwarzott | 2008-02-13 | 1 | -2/+2 |
| | |||||
* | Changed code to not trigger portage read-only variable cleanup. | Matthias Schwarzott | 2007-12-12 | 1 | -7/+15 |
| | |||||
* | Depend on either gentoo-vdr-scripts-0.4.2 or vdrplugin-rebuild, as the ↵ | Matthias Schwarzott | 2007-10-08 | 1 | -3/+3 |
| | | | | latter will disappear soon. | ||||
* | General cleanup of eclass: No longer support older versions of ↵ | Matthias Schwarzott | 2007-10-05 | 1 | -147/+56 |
| | | | | vdrplugin-rebuild and gentoo-vdr-scripts. Now use eselect-vdr to enable plugins. Small quoting cleanup. | ||||
* | Add switch to disable gettext conversion. | Matthias Schwarzott | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | Support gettext for vdr-1.5.7, and also support building gettext-ready ↵ | Matthias Schwarzott | 2007-08-14 | 1 | -4/+58 |
| | | | | plugins with older vdrs without violating sandbox. | ||||
* | Copy correct file after modification of current directory | Matthias Schwarzott | 2007-08-14 | 1 | -2/+2 |
| | |||||
* | Save Makefile to a position outside $S. | Matthias Schwarzott | 2007-08-14 | 1 | -5/+6 |
| | |||||
* | Moved checksum creation to own function. | Matthias Schwarzott | 2007-06-02 | 1 | -20/+23 |
| | |||||
* | Now use newconfd for config file installation, Bug #174266. | Matthias Schwarzott | 2007-04-23 | 1 | -3/+2 |
| | |||||
* | Replaced external program which by bash-internal type -p. | Matthias Schwarzott | 2007-03-13 | 1 | -2/+2 |
| | |||||
* | Not using ROOT for header-checksum, as compile-process also not respect ↵ | Matthias Schwarzott | 2007-02-17 | 1 | -4/+7 |
| | | | | ROOT, Bug #167285. | ||||
* | Changing useless messages back to einfo. | Matthias Schwarzott | 2007-01-06 | 1 | -11/+11 |
| | |||||
* | einfo converted to elog | Joerg Bornkessel | 2007-01-05 | 1 | -34/+34 |
| | |||||
* | Removed deprecated debug-use-flag. | Matthias Schwarzott | 2007-01-05 | 1 | -3/+2 |
| | |||||
* | Add LDFLAGS to link-commands not yet containing it. | Matthias Schwarzott | 2006-11-01 | 1 | -3/+4 |
| | |||||
* | Added support for newer vdrplugin-rebuild database. | Matthias Schwarzott | 2006-10-19 | 1 | -3/+49 |
| | |||||
* | Added interface to newer gentoo-vdr-scripts for pkg_config. | Matthias Schwarzott | 2006-10-12 | 1 | -2/+49 |
| | |||||
* | Moved plugin-rc-addons to /usr/share. | Matthias Schwarzott | 2006-10-08 | 1 | -4/+5 |
| | |||||
* | Added new option to call all parts of src_unpack, but not unpack. | Matthias Schwarzott | 2006-09-20 | 1 | -1/+4 |
| | |||||
* | No longer transfer info between src_unpack and src_compile via variables, ↵ | Matthias Schwarzott | 2006-09-19 | 1 | -3/+6 |
| | | | | but now via files, as portage now cannot handle this always correct. | ||||
* | Modified vdr-plugin_copy_source_tree to stay in the same directory. Added ↵ | Matthias Schwarzott | 2006-09-10 | 1 | -1/+12 |
| | | | | code to detect a missing call to vdr-plugin_src_unpack. | ||||
* | Added setting BUILD_PARAMS to pass parameters to makefile. | Matthias Schwarzott | 2006-09-07 | 1 | -2/+2 |
| | |||||
* | Added code to warn about a missing call to vdr-plugin_pkg_setup. | Matthias Schwarzott | 2006-09-07 | 1 | -1/+8 |
| | |||||
* | Simplified patching of Makefiles a bit. | Matthias Schwarzott | 2006-08-29 | 1 | -9/+8 |
| | |||||
* | changed add_local_patch patchmakefile call, added cd to add_local_patch | Joerg Bornkessel | 2006-07-19 | 1 | -2/+3 |
| | |||||
* | add function to apply local patches | Joerg Bornkessel | 2006-07-19 | 1 | -2/+24 |
| | |||||
* | Remove all stripping from Makefiles | Matthias Schwarzott | 2006-07-08 | 1 | -1/+9 |
| | |||||
* | Split up the big sed-command. | Matthias Schwarzott | 2006-07-08 | 1 | -6/+19 |
| | |||||
* | Make vdr-plugins depend on media-tv/gentoo-vdr-scripts-0.3.4-r1 or greater | Matthias Schwarzott | 2006-07-05 | 1 | -2/+2 |
| | |||||
* | Only exec dodoc on existing files. Prevents warnings, see bug #137100, ↵ | Matthias Schwarzott | 2006-06-17 | 1 | -3/+5 |
| | | | | thanks to Jon Hood <squinky86@gentoo.org> for reporting. | ||||
* | Store the plugins using multilib (lib/lib32/lib64). See Bug #136605. Added ↵ | Matthias Schwarzott | 2006-06-17 | 1 | -17/+39 |
| | | | | debugging-code for Makefile-changes activated by $VDR_MAINTAINER_MODE. | ||||
* | added a function to fix include-pathes of libsi | Matthias Schwarzott | 2006-05-02 | 1 | -1/+12 |
| | |||||
* | added a bit more error-reporting code | Matthias Schwarzott | 2006-05-02 | 1 | -2/+9 |
| | |||||
* | Correct a problem with getting version numbers for newer versions. Reported ↵ | Matthias Schwarzott | 2006-04-26 | 1 | -3/+3 |
| | | | | by Harri Kukkonen <harrik@gmail.com>. | ||||
* | Make eclass aware of the new APIVERSION concept. | Matthias Schwarzott | 2006-04-26 | 1 | -2/+9 |
| | |||||
* | changed scheme of installation conf-file & rcscript-addon | Matthias Schwarzott | 2006-03-17 | 1 | -27/+32 |
| | |||||
* | keep checksum sort order consistent with startskript - use existing file if ↵ | Matthias Schwarzott | 2006-03-15 | 1 | -9/+13 |
| | | | | possible | ||||
* | added debug use-flag | Matthias Schwarzott | 2006-03-15 | 1 | -1/+4 |
| | |||||
* | Create a file with the checksum of the vdr-header-files against which the ↵ | Matthias Schwarzott | 2006-03-14 | 1 | -1/+11 |
| | | | | plugin was compiled. | ||||
* | display a notice about the config-file if the plugin has one | Matthias Schwarzott | 2006-03-04 | 1 | -1/+7 |
| | |||||
* | inherit base.eclass to enable autopatching | Matthias Schwarzott | 2006-02-03 | 1 | -3/+3 |
| | |||||
* | converted DEPEND to linuxtv-dvb-headers | Matthias Schwarzott | 2005-12-10 | 1 | -5/+2 |
| |