mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Replace libjpeg with libjpeg-turbo-1.3.0
This commit is contained in:
committed by
Michael Tremer
parent
0a7e8edfe1
commit
79518a2f26
@@ -2,18 +2,32 @@
|
||||
#usr/bin/djpeg
|
||||
#usr/bin/jpegtran
|
||||
#usr/bin/rdjpgcom
|
||||
#usr/bin/tjbench
|
||||
#usr/bin/wrjpgcom
|
||||
#usr/include/jconfig.h
|
||||
#usr/include/jerror.h
|
||||
#usr/include/jmorecfg.h
|
||||
#usr/include/jpeglib.h
|
||||
#usr/include/turbojpeg.h
|
||||
#usr/lib/libjpeg.a
|
||||
#usr/lib/libjpeg.la
|
||||
usr/lib/libjpeg.so
|
||||
#usr/lib/libjpeg.so
|
||||
usr/lib/libjpeg.so.62
|
||||
usr/lib/libjpeg.so.62.0.0
|
||||
usr/lib/libjpeg.so.62.1.0
|
||||
#usr/lib/libturbojpeg.a
|
||||
#usr/lib/libturbojpeg.la
|
||||
#usr/lib/libturbojpeg.so
|
||||
usr/lib/libturbojpeg.so.0
|
||||
usr/lib/libturbojpeg.so.0.0.0
|
||||
#usr/man/man1/cjpeg.1
|
||||
#usr/man/man1/djpeg.1
|
||||
#usr/man/man1/jpegtran.1
|
||||
#usr/man/man1/rdjpgcom.1
|
||||
#usr/man/man1/wrjpgcom.1
|
||||
#usr/share/doc/README
|
||||
#usr/share/doc/README-turbo.txt
|
||||
#usr/share/doc/example.c
|
||||
#usr/share/doc/libjpeg.txt
|
||||
#usr/share/doc/structure.txt
|
||||
#usr/share/doc/usage.txt
|
||||
#usr/share/doc/wizard.txt
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = v6b
|
||||
VER = 1.3.0
|
||||
|
||||
THISAPP = jpegsrc.$(VER)
|
||||
THISAPP = libjpeg-turbo-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/jpeg-6b
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libjpeg
|
||||
PAK_VER = ipfire-beta1
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = dbd5f3b47ed13132f04c685d608a7547
|
||||
$(DL_FILE)_MD5 = e1e65cc711a1ade1322c06ad4a647741
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
2
make.sh
2
make.sh
@@ -462,6 +462,7 @@ buildipfire() {
|
||||
ipfiremake libnet
|
||||
ipfiremake libnl
|
||||
ipfiremake libidn
|
||||
ipfiremake nasm
|
||||
ipfiremake libjpeg
|
||||
ipfiremake libexif
|
||||
ipfiremake libpng
|
||||
@@ -523,7 +524,6 @@ buildipfire() {
|
||||
ipfiremake logwatch
|
||||
ipfiremake misc-progs
|
||||
ipfiremake nano
|
||||
ipfiremake nasm
|
||||
ipfiremake URI
|
||||
ipfiremake HTML-Tagset
|
||||
ipfiremake HTML-Parser
|
||||
|
||||
Reference in New Issue
Block a user