mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/podofo: Updated for version 0.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9ca4a43d6e
commit
a39a9e2d7a
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=podofo
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -82,8 +82,8 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DPODOFO_BUILD_STATIC:BOOL=FALSE \
|
||||
-DPODOFO_BUILD_SHARED:BOOL=TRUE \
|
||||
-DPODOFO_USE_VISIBILITY=1 \
|
||||
-DWANT_BOOST:BOOL=0 \
|
||||
-DPODOFO_USE_VISIBILITY:BOOL=1 \
|
||||
-DWANT_BOOST:BOOL=1 \
|
||||
-DWANT_LIB64:BOOL=$LIBDIRSUFFIX \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="podofo"
|
||||
VERSION="0.9.2"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="http://podofo.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/podofo/podofo-0.9.2.tar.gz"
|
||||
MD5SUM="41966c57fa4266ac5cef80bfade0c8e7"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/podofo/podofo-0.9.3.tar.gz"
|
||||
MD5SUM="268ca111826757ca7e3f5c4be3547e7a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue