summaryrefslogtreecommitdiff
path: root/package/fbsplash
diff options
context:
space:
mode:
Diffstat (limited to 'package/fbsplash')
-rw-r--r--package/fbsplash/Makefile33
-rw-r--r--package/fbsplash/patches/patch-src_ttf_c13
-rw-r--r--package/fbsplash/patches/patch-src_ttf_h13
3 files changed, 0 insertions, 59 deletions
diff --git a/package/fbsplash/Makefile b/package/fbsplash/Makefile
deleted file mode 100644
index a82d6c68d..000000000
--- a/package/fbsplash/Makefile
+++ /dev/null
@@ -1,33 +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:= fbsplash
-PKG_VERSION:= 1.0
-PKG_RELEASE:= 2
-PKG_HASH:= acda1beb502c6ca6961b61c05ebd5aa27b46e4ca4b9009599578f8c25f3bb06e
-PKG_DESCR:= framebuffer splash utility
-PKG_SECTION:= sys/hw
-PKG_BUILDDEP:= libjpeg-turbo libpng freetype
-PKG_DEPENDS:= libjpeg-turbo libpng libfreetype
-PKG_URL:= https://github.com/alanhaggai/fbsplash
-PKG_SITES:= http://distfiles.openadk.org/
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,FBSPLASH,fbsplash,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-TARGET_LDFLAGS+= -lz
-CONFIGURE_ARGS+= --without-png
-
-fbsplash-install:
- $(INSTALL_DIR) $(IDIR_FBSPLASH)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libfb*.so* $(IDIR_FBSPLASH)/usr/lib
- $(INSTALL_DIR) $(IDIR_FBSPLASH)/sbin
- $(INSTALL_BIN) $(WRKINST)/sbin/{fbcondecor_helper,fbsplashctl} \
- $(IDIR_FBSPLASH)/sbin
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/fbsplash/patches/patch-src_ttf_c b/package/fbsplash/patches/patch-src_ttf_c
deleted file mode 100644
index 43ed238e7..000000000
--- a/package/fbsplash/patches/patch-src_ttf_c
+++ /dev/null
@@ -1,13 +0,0 @@
---- fbsplash-1.0.orig/src/ttf.c 2014-03-30 12:57:21.000000000 +0200
-+++ fbsplash-1.0/src/ttf.c 2016-09-23 15:22:50.905609518 +0200
-@@ -25,8 +25,8 @@
- #include <assert.h>
-
- #include <ft2build.h>
--#include <ftoutln.h>
--#include <ttnameid.h>
-+#include <freetype/ftoutln.h>
-+#include <freetype/ttnameid.h>
-
- #include "common.h"
- #include "render.h"
diff --git a/package/fbsplash/patches/patch-src_ttf_h b/package/fbsplash/patches/patch-src_ttf_h
deleted file mode 100644
index 4c29b89aa..000000000
--- a/package/fbsplash/patches/patch-src_ttf_h
+++ /dev/null
@@ -1,13 +0,0 @@
---- fbsplash-1.0.orig/src/ttf.h 2014-03-30 12:57:32.000000000 +0200
-+++ fbsplash-1.0/src/ttf.h 2016-09-23 15:23:00.593974947 +0200
-@@ -1,8 +1,8 @@
- #ifndef _TTF_H
- #define _TTF_H
- #include <ft2build.h>
--#include <ftoutln.h>
--#include <ttnameid.h>
-+#include <freetype/ftoutln.h>
-+#include <freetype/ttnameid.h>
-
- #define CACHED_METRICS 0x10
- #define CACHED_BITMAP 0x01