[neon/backports-jammy/libjpeg-turbo-jammy/Neon/unstable] debian: temporarily not build java until we have bootstrapped the new libjpeg for real this time
Carlos De Maine
null at kde.org
Sun Mar 5 02:17:12 GMT 2023
Git commit 32e8bb467d585e602571159430c993c6b011f33d by Carlos De Maine.
Committed on 05/03/2023 at 02:17.
Pushed by carlosdem into branch 'Neon/unstable'.
temporarily not build java until we have bootstrapped the new libjpeg for real this time
M +16 -16 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/libjpeg-turbo-jammy/commit/32e8bb467d585e602571159430c993c6b011f33d
diff --git a/debian/control b/debian/control
index 79b8870..5688324 100644
--- a/debian/control
+++ b/debian/control
@@ -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 df7de83..b19ea2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ endif
override_dh_auto_configure:
dh_auto_configure -- $(DISABLE_SIMD) $(FLOATTEST) \
- -DWITH_JAVA=1 \
+# -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