summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2008-03-24 09:46:59 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2008-03-24 09:46:59 +0000
commit5bd031c6c1397d430bbbe20139bf6193a30b8a33 (patch)
treeb7b39c9a833899f0d65c1f2cd4e1cf71a4ebb055 /media-video/vdr/files
parentadd description, local use-flag media-video/vdr: atsc ttxtsubs deltimeshiftrec (diff)
downloadhistorical-5bd031c6c1397d430bbbe20139bf6193a30b8a33.tar.gz
historical-5bd031c6c1397d430bbbe20139bf6193a30b8a33.tar.bz2
historical-5bd031c6c1397d430bbbe20139bf6193a30b8a33.zip
version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-video/vdr/files')
-rw-r--r--media-video/vdr/files/vdr-1.6.0-makefile-install-header.diff35
1 files changed, 35 insertions, 0 deletions
diff --git a/media-video/vdr/files/vdr-1.6.0-makefile-install-header.diff b/media-video/vdr/files/vdr-1.6.0-makefile-install-header.diff
new file mode 100644
index 000000000000..bb53811385a9
--- /dev/null
+++ b/media-video/vdr/files/vdr-1.6.0-makefile-install-header.diff
@@ -0,0 +1,35 @@
+Index: vdr-1.5.13/Makefile
+===================================================================
+--- vdr-1.5.13.orig/Makefile
++++ vdr-1.5.13/Makefile
+@@ -20,6 +20,7 @@ PREFIX ?= /usr/local
+ MANDIR = $(PREFIX)/share/man
+ BINDIR = $(PREFIX)/bin
+ LOCDIR = ./locale
++INCDIR = $(PREFIX)/include
+ LIBS = -ljpeg -lpthread -ldl -lcap -lrt -lfreetype -lfontconfig
+ INCLUDES = -I/usr/include/freetype2
+
+@@ -161,7 +162,7 @@ clean-plugins:
+
+ # Install the files:
+
+-install: install-bin install-conf install-doc install-plugins install-i18n
++install: install-bin install-conf install-doc install-plugins install-i18n install-header
+
+ # VDR binary:
+
+@@ -192,6 +193,13 @@ install-plugins: plugins
+ @mkdir -p $(DESTDIR)$(PLUGINLIBDIR)
+ @cp --remove-destination $(PLUGINDIR)/lib/lib*-*.so.$(APIVERSION) $(DESTDIR)$(PLUGINLIBDIR)
+
++# Header files:
++
++install-header:
++ @mkdir -p $(DESTDIR)$(INCDIR)/vdr $(DESTDIR)$(INCDIR)/vdr/libsi
++ @cp *.h Make.config $(DESTDIR)$(INCDIR)/vdr
++ @cp libsi/*.h $(DESTDIR)$(INCDIR)/vdr/libsi
++
+ # Source documentation:
+
+ srcdoc: