summaryrefslogtreecommitdiff
path: root/package/omxplayer/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 22:16:53 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-24 22:27:24 +0200
commit425fcf0d89c24ad0a69d4fa1279dafab2320da51 (patch)
treeae1812b77ee3c07fe2c86e50e1c2143e3de4a307 /package/omxplayer/Makefile
parent0f168b9b4fa642a712f0c8381fb3c2e43c7a980f (diff)
remove obsolete packages madplay/omxplayer
Diffstat (limited to 'package/omxplayer/Makefile')
-rw-r--r--package/omxplayer/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/package/omxplayer/Makefile b/package/omxplayer/Makefile
deleted file mode 100644
index 3c206b798..000000000
--- a/package/omxplayer/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= omxplayer
-PKG_VERSION:= c5ab80828159c64a283ff69d40748923648f8a0a
-PKG_RELEASE:= 1
-PKG_GIT:= hash
-PKG_DESCR:= video player for raspberry pi
-PKG_SECTION:= mm/video
-PKG_DEPENDS:= libffmpeg bcm28xx-vc-libs bcm28xx-vc-gl-libs
-PKG_DEPENDS+= zlib libdbus boost libfreetype libpcre
-PKG_BUILDDEP:= ffmpeg boost bcm28xx-vc freetype pcre dbus
-PKG_NEEDS:= threads rt c++
-PKG_URL:= https://github.com/popcornmix/omxplayer
-PKG_SITES:= https://github.com/popcornmix/omxplayer.git
-
-PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 raspberry-pi3
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,OMXPLAYER,omxplayer,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-INSTALL_STYLE:= manual
-TARGET_CPPFLAGS+= -I$(STAGING_TARGET_DIR)/usr/include/freetype2 \
- -I$(STAGING_TARGET_DIR)/usr/include/dbus-1.0 \
- -I$(STAGING_TARGET_DIR)/opt/vc/include \
- -I$(STAGING_TARGET_DIR)/opt/vc/include/interface/vcos/pthreads \
- -I$(STAGING_TARGET_DIR)/opt/vc/include/interface/vmcs_host/linux
-TARGET_LDFLAGS+= -L$(STAGING_TARGET_DIR)/opt/vc/lib
-
-omxplayer-install:
- $(INSTALL_DIR) $(IDIR_OMXPLAYER)/usr/bin
- $(INSTALL_BIN) $(WRKSRC)/omxplayer.bin \
- $(IDIR_OMXPLAYER)/usr/bin/omxplayer
- $(INSTALL_DIR) $(IDIR_OMXPLAYER)/usr/share/fonts/truetype/freefont/
- $(INSTALL_DATA) $(WRKSRC)/fonts/* \
- $(IDIR_OMXPLAYER)/usr/share/fonts/truetype/freefont/
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk