mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 13:04:42 +01:00
libextractor: fix dependency for libjpeg.so.6
We replaced libjpeg with libjpeg-turbo, reflect that by letting libextractor depend on libjpeg-turbo. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libextractor
|
||||
PKG_VERSION:=1.10
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
# ToDo:
|
||||
# - package missing optional dependencies: libexiv2, gsf, librpm, smf, tidy
|
||||
@@ -34,7 +34,7 @@ PLUGINS:= \
|
||||
gif:+giflib \
|
||||
gstreamer:+libgstreamer1:+gstreamer1-plugins-base:+libgst1app:+libgst1pbutils:+libgst1tag \
|
||||
it \
|
||||
jpeg:+libjpeg \
|
||||
jpeg:+libjpeg-turbo \
|
||||
man \
|
||||
mime:+libmagic \
|
||||
mpeg:+libmpeg2 \
|
||||
|
||||
Reference in New Issue
Block a user