Page MenuHomeSolus

D1156.id6749.diff
No OneTemporary

D1156.id6749.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -78,6 +78,7 @@
libopenjp2.so.7:opj_j2k_read_header
libopenjp2.so.7:opj_j2k_read_tile_header
libopenjp2.so.7:opj_j2k_set_decode_area
+libopenjp2.so.7:opj_j2k_set_decoded_components
libopenjp2.so.7:opj_j2k_set_decoded_resolution_factor
libopenjp2.so.7:opj_j2k_set_threads
libopenjp2.so.7:opj_j2k_setup_decoder
@@ -96,6 +97,7 @@
libopenjp2.so.7:opj_jp2_read_header
libopenjp2.so.7:opj_jp2_read_tile_header
libopenjp2.so.7:opj_jp2_set_decode_area
+libopenjp2.so.7:opj_jp2_set_decoded_components
libopenjp2.so.7:opj_jp2_set_decoded_resolution_factor
libopenjp2.so.7:opj_jp2_set_threads
libopenjp2.so.7:opj_jp2_setup_decoder
@@ -157,6 +159,7 @@
libopenjp2.so.7:opj_realloc
libopenjp2.so.7:opj_set_MCT
libopenjp2.so.7:opj_set_decode_area
+libopenjp2.so.7:opj_set_decoded_components
libopenjp2.so.7:opj_set_decoded_resolution_factor
libopenjp2.so.7:opj_set_default_decoder_parameters
libopenjp2.so.7:opj_set_default_encoder_parameters
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,11 @@
name : openjpeg
-version : 2.2.0
-release : 11
+version : 2.3.0
+release : 12
source :
- - git|https://github.com/uclouvain/openjpeg.git : 28094e1ebfa420f9a0bdc7a11b8d4ee5f154db35
+ - https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz : 3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a
license : BSD-2-Clause
component : multimedia.library
-summary : An open-source JPEG 2000 codec written in C.
+summary : An open-source JPEG 2000 codec written in C
description: |
OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.
builddeps :
@@ -14,7 +14,7 @@
- pkgconfig(libtiff-4)
setup : |
%apply_patches
- %cmake -DOPENJPEG_INSTALL_LIB_DIR=%libdir% .
+ %cmake -DOPENJPEG_INSTALL_LIB_DIR=lib%LIBSUFFIX% .
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,28 +2,28 @@
<Source>
<Name>openjpeg</Name>
<Packager>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>multimedia.library</PartOf>
- <Summary xml:lang="en">An open-source JPEG 2000 codec written in C.</Summary>
+ <Summary xml:lang="en">An open-source JPEG 2000 codec written in C</Summary>
<Description xml:lang="en">OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>openjpeg</Name>
- <Summary xml:lang="en">An open-source JPEG 2000 codec written in C.</Summary>
+ <Summary xml:lang="en">An open-source JPEG 2000 codec written in C</Summary>
<Description xml:lang="en">OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.
</Description>
<PartOf>multimedia.library</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="library">/usr/lib64/openjpeg-2.2/OpenJPEGConfig.cmake</Path>
- <Path fileType="library">/usr/lib64/openjpeg-2.2/OpenJPEGTargets-relwithdebinfo.cmake</Path>
- <Path fileType="library">/usr/lib64/openjpeg-2.2/OpenJPEGTargets.cmake</Path>
+ <Path fileType="library">/usr/lib64/openjpeg-2.3/OpenJPEGConfig.cmake</Path>
+ <Path fileType="library">/usr/lib64/openjpeg-2.3/OpenJPEGTargets-relwithdebinfo.cmake</Path>
+ <Path fileType="library">/usr/lib64/openjpeg-2.3/OpenJPEGTargets.cmake</Path>
</Files>
</Package>
<Package>
@@ -33,7 +33,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="11">openjpeg</Dependency>
+ <Dependency release="12">openjpeg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -42,12 +42,12 @@
</Files>
</Package>
<History>
- <Update release="11">
- <Date>2017-09-11</Date>
- <Version>2.2.0</Version>
+ <Update release="12">
+ <Date>2018-04-15</Date>
+ <Version>2.3.0</Version>
<Comment>Packaging update</Comment>
- <Name>Peter O&apos;Connor</Name>
- <Email>peter@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 12:52 AM (3 h, 17 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5788703
Default Alt Text
D1156.id6749.diff (5 KB)

Event Timeline