mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/openjpeg: Updated for version 1.5.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
22208f11df
commit
1909743a69
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openjpeg
|
||||
VERSION=1.5.0
|
||||
VERSION=1.5.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,6 +72,7 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DOPENJPEG_INSTALL_LIB_DIR="lib$LIBDIRSUFFIX" \
|
||||
-DOPENJPEG_INSTALL_INCLUDE_DIR="include" \
|
||||
-DOPENJPEG_INSTALL_MAN_DIR="man/" \
|
||||
-DOPENJPEG_INSTALL_DOC_DIR="doc/$PRGNAM-$VERSION/" \
|
||||
-DBUILD_JPWL:BOOL=ON \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openjpeg"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.5.1"
|
||||
HOMEPAGE="http://www.openjpeg.org"
|
||||
DOWNLOAD="http://openjpeg.googlecode.com/files/openjpeg-1.5.0.tar.gz"
|
||||
MD5SUM="e5d66193ddfa59a87da1eb08ea86293b"
|
||||
DOWNLOAD="http://openjpeg.googlecode.com/files/openjpeg-1.5.1.tar.gz"
|
||||
MD5SUM="b5f74cec2688fb918331bb014061be6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue