summaryrefslogtreecommitdiff
path: root/package/jpeg
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:55:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-06 09:55:09 +0100
commite70ca34f19c7bbb7632018728a1bf98499eebcf5 (patch)
treead93bf7490b5e88b727693c4db06aabf3a456228 /package/jpeg
parent5eb808d3b0d2dca7016e7200418a95a0eb6330d4 (diff)
delete jpeg, use libjpeg-turbo
Diffstat (limited to 'package/jpeg')
-rw-r--r--package/jpeg/Makefile31
-rw-r--r--package/jpeg/patches/patch-ltmain_sh11
2 files changed, 0 insertions, 42 deletions
diff --git a/package/jpeg/Makefile b/package/jpeg/Makefile
deleted file mode 100644
index cd7763c5e..000000000
--- a/package/jpeg/Makefile
+++ /dev/null
@@ -1,31 +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 ${TOPDIR}/rules.mk
-
-PKG_NAME:= jpeg
-PKG_VERSION:= 8d
-PKG_RELEASE:= 2
-PKG_MD5SUM:= 52654eb3b2e60c35731ea8fc87f1bd29
-PKG_DESCR:= The Independent JPEG Groups JPEG runtime library
-PKG_SECTION:= libs
-PKG_URL:= http://www.ijg.org/
-PKG_SITES:= http://www.ijg.org/files/
-PKG_LIBNAME:= libjpeg
-PKG_OPTS:= dev
-
-DISTFILES:= ${PKG_NAME}src.v${PKG_VERSION}.tar.gz
-
-ifeq ($(ADK_STATIC),y)
-PKG_OPTS+= libonly
-endif
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,LIBJPEG,libjpeg,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-
-libjpeg-install:
- ${INSTALL_DIR} ${IDIR_LIBJPEG}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libjpeg.so* ${IDIR_LIBJPEG}/usr/lib/
-
-include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/jpeg/patches/patch-ltmain_sh b/package/jpeg/patches/patch-ltmain_sh
deleted file mode 100644
index 234778820..000000000
--- a/package/jpeg/patches/patch-ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- jpeg-8d.orig/ltmain.sh 2011-12-22 14:48:30.000000000 +0100
-+++ jpeg-8d/ltmain.sh 2012-10-15 10:59:49.000000000 +0200
-@@ -5853,7 +5853,7 @@ func_mode_link ()
- # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-- -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
-+ -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*)
- func_quote_for_eval "$arg"
- arg="$func_quote_for_eval_result"
- func_append compile_command " $arg"