aboutsummaryrefslogtreecommitdiffstats
path: root/main/omxplayer/fix-makefile.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-11-21 15:45:52 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-11-21 15:45:52 +0200
commit2f25146ddc5aee6d98fac42d7a5b87796d0dc003 (patch)
treed6f19f2d387b4349d72c3d826c3fce371ca9e1c3 /main/omxplayer/fix-makefile.patch
parent45b8e944a5478269f748bd78f162152be56b56cb (diff)
downloadaports-2f25146ddc5aee6d98fac42d7a5b87796d0dc003.tar.bz2
aports-2f25146ddc5aee6d98fac42d7a5b87796d0dc003.tar.xz
main/omxplayer: remove omxplayer man page
it requires online service to generate, which no longer works
Diffstat (limited to 'main/omxplayer/fix-makefile.patch')
-rw-r--r--main/omxplayer/fix-makefile.patch17
1 files changed, 8 insertions, 9 deletions
diff --git a/main/omxplayer/fix-makefile.patch b/main/omxplayer/fix-makefile.patch
index 76f11870ce..3d4c79357f 100644
--- a/main/omxplayer/fix-makefile.patch
+++ b/main/omxplayer/fix-makefile.patch
@@ -1,6 +1,6 @@
---- omxplayer-2ee17b22a6149a043a2e402580504f282c615373.orig/Makefile
-+++ omxplayer-2ee17b22a6149a043a2e402580504f282c615373/Makefile
-@@ -3,9 +3,12 @@
+--- omxplayer-2ee17b22a6149a043a2e402580504f282c615373.orig/Makefile 2017-10-17 19:51:35.000000000 +0300
++++ omxplayer-2ee17b22a6149a043a2e402580504f282c615373/Makefile 2017-11-21 15:43:30.122410419 +0200
+@@ -3,8 +3,11 @@
LDFLAGS=-L$(SDKSTAGE)/opt/vc/lib/
LDFLAGS+=-L./ -Lffmpeg_compiled/usr/local/lib/ -lc -lbrcmGLESv2 -lbrcmEGL -lbcm_host -lopenmaxil -lfreetype -lz -lasound
@@ -8,12 +8,11 @@
+LIBS+=-lWFC -lGLESv2 -lEGL -lbcm_host -lopenmaxil -lfreetype -lz -lasound
-INCLUDES+=-I./ -Ilinux -Iffmpeg_compiled/usr/local/include/ -I /usr/include/dbus-1.0 -I /usr/lib/arm-linux-gnueabihf/dbus-1.0/include -I/usr/include/freetype2 -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads
-
-+INCLUDES+=-I./ -Ilinux $(shell pkg-config --cflags dbus-1 freetype2) -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads
+
++INCLUDES+=-I./ -Ilinux $(shell pkg-config --cflags dbus-1 freetype2) -isystem$(SDKSTAGE)/opt/vc/include -isystem$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads
+
DIST ?= omxplayer-dist
STRIP ?= strip
-
@@ -50,10 +53,10 @@
omxplayer.o: help.h keys.h
@@ -27,12 +26,12 @@
$(STRIP) omxplayer.bin
help.h: README.md Makefile
-@@ -81,17 +84,15 @@
+@@ -81,17 +84,14 @@
make -f Makefile.ffmpeg
make -f Makefile.ffmpeg install
-dist: omxplayer.bin omxplayer.1
-+install dist: omxplayer.bin omxplayer.1
++install dist: omxplayer.bin
mkdir -p $(DIST)/usr/lib/omxplayer
mkdir -p $(DIST)/usr/bin
mkdir -p $(DIST)/usr/share/doc/omxplayer
@@ -41,7 +40,7 @@
+ cp omxplayer.bin $(DIST)/usr/bin/omxplayer
cp COPYING $(DIST)/usr/share/doc/omxplayer
cp README.md $(DIST)/usr/share/doc/omxplayer/README
- cp omxplayer.1 $(DIST)/usr/share/man/man1
+- cp omxplayer.1 $(DIST)/usr/share/man/man1
- cp -P ffmpeg_compiled/usr/local/lib/*.so* $(DIST)/usr/lib/omxplayer/
- cd $(DIST); tar -czf ../$(DIST).tgz *