aboutsummaryrefslogtreecommitdiff
path: root/libs/libextractor
Commit message (Collapse)AuthorAge
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* libextractor: fix iconv handlingRosen Penev2022-07-10
| | | | | | Autoreconf is enough to fix. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: remove ffmpeg pluginRosen Penev2022-03-17
| | | | | | This was removed upstream. It also doesn't build with ffmpeg 5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: update to version 1.11Daniel Golle2021-04-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: fix dependency for libjpeg.so.6Daniel Golle2020-09-13
| | | | | | | We replaced libjpeg with libjpeg-turbo, reflect that by letting libextractor depend on libjpeg-turbo. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: make ffmpeg plugin depend on BUILD_PATENTEDRosen Penev2020-08-02
| | | | | | | FFMpeg has patented functionality. Make libextractor respect BUILD_PATENTED. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: update to 1.10Rosen Penev2020-08-01
| | | | | | | | | | | | | | | | | Made two compile options dependent on whether or not the plugins are selected. Removed autoreconf as autools files are not being patched. Added PKG_BUILD_PARALLEL for faster compilation. Added patch to fix compilation with libjpeg-turbo. libjpeg-turbo can be fixed to include this API, but it's probably better for size reasons to patch libextractor instead. Added -liconv since it seems to be needed for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: Add missing headerRosen Penev2019-07-06
| | | | | | Fixes compilation with -Wimplicit-function-declaration Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: update to version 1.9Daniel Golle2019-03-02
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: fix PKG_HASHDaniel Golle2019-01-31
| | | | | | | | Instead of libextractor-1.8.tar.gz, the SHA-256 sum of libextractor-1.8.tar.gz.sig was entered by accident. Fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: update to version 1.8Daniel Golle2019-01-29
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: Update to 1.7Rosen Penev2018-08-23
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libextractor: update to version 1.6Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* libextractor: update to version 1.4Daniel Golle2017-06-12
| | | | | | our local patches have been merged upstream and part of the new release Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependenciesTed Hess2017-01-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* libextractor: fix build with full NLS supportDaniel Golle2015-09-11
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: build against libarchive-noopensslDaniel Golle2015-06-21
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: build giflib pluginDaniel Golle2015-06-12
| | | | | | | Cherry-picked r34095 'Add giflib-5.1.0 compatibility' into patches to fix build against recent versions of giflib. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: fix accidental versioning messDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: package gstreamer pluginDaniel Golle2015-05-31
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libextractor: add new packageDaniel Golle2015-05-30
Signed-off-by: Daniel Golle <daniel@makrotopia.org>