[neon/backports-jammy/libjpeg-turbo-jammy/Neon/unstable] debian: reenable java
Carlos De Maine
null at kde.org
Mon Mar 6 22:08:35 GMT 2023
Git commit 19ed1e0efff85369a51fa1b1c74ad22549668ba0 by Carlos De Maine.
Committed on 06/03/2023 at 22:08.
Pushed by carlosdem into branch 'Neon/unstable'.
reenable java
M +18 -18 debian/control
M +2 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/libjpeg-turbo-jammy/commit/19ed1e0efff85369a51fa1b1c74ad22549668ba0
diff --git a/debian/control b/debian/control
index fff4ddf..ac473b1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ XSBC-Original-Maintainer: Ondřej Surý <ondrej at debian.org>
Uploaders: Mike Gabriel <sunweaver at debian.org>
Build-Depends: cmake (>= 2.8.12),
debhelper-compat (= 13),
-# default-jdk,
+ default-jdk,
help2man,
-# javahelper,
+ javahelper,
nasm
Rules-Requires-Root: no
Standards-Version: 4.6.2
@@ -132,19 +132,19 @@ Description: Programs for manipulating JPEG files
* jpegexiforient/exifautotran: manipulate EXIF orientation tag
* tjbench: a simple JPEG benchmarking tool
-#Package: libturbojpeg-java
-##Architecture: all
-#Section: java
-#Build-Profiles: <cross !nojava>
-#Depends: ${misc:Depends},
-# ${shlibs:Depends},
-# ${java:Depends},
-# libturbojpeg (>= ${source:Version})
-#Description: Java bindings for the TurboJPEG library
-# The libjpeg-turbo JPEG library is a library for handling JPEG files.
-# .
-# libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
-# SSE2, NEON) to accelerate baseline JPEG compression and decompression
-# on x86, x86-64, and ARM systems.
-# .
-# This package contains the Java bindings.
+Package: libturbojpeg-java
+Architecture: all
+Section: java
+Build-Profiles: <cross !nojava>
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${java:Depends},
+ libturbojpeg (>= ${source:Version})
+Description: Java bindings for the TurboJPEG library
+ The libjpeg-turbo JPEG library is a library for handling JPEG files.
+ .
+ libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
+ SSE2, NEON) to accelerate baseline JPEG compression and decompression
+ on x86, x86-64, and ARM systems.
+ .
+ This package contains the Java bindings.
diff --git a/debian/rules b/debian/rules
index 0bdc9f1..797220e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,10 +45,11 @@ endif
%:
dh $@
- #dh $@ --with javahelper
+ dh $@ --with javahelper
override_dh_auto_configure:
dh_auto_configure -- $(DISABLE_SIMD) $(FLOATTEST) \
+ -DWITH_JAVA=1 \
-DWITH_JPEG8=1 \
-DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_INSTALL_MANDIR=/usr/share/man/
More information about the Neon-commits
mailing list