libraries/wxsvg: Updated for version 1.5.12.
The new version is not compatible with ffmpeg-4.x Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
285f911e34
commit
34eea2bf77
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for wxsvg
|
||||
|
||||
# Copyright 2013-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wxsvg
|
||||
VERSION=${VERSION:-1.5.20}
|
||||
VERSION=${VERSION:-1.5.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wxsvg"
|
||||
VERSION="1.5.20"
|
||||
VERSION="1.5.12"
|
||||
HOMEPAGE="https://sourceforge.net/projects/wxsvg/"
|
||||
DOWNLOAD="https://downloads.sf.net/wxsvg/wxsvg-1.5.20.tar.bz2"
|
||||
MD5SUM="a56b8c6b29599e1d7404120093072ce0"
|
||||
DOWNLOAD="https://downloads.sf.net/wxsvg/wxsvg-1.5.12.tar.bz2"
|
||||
MD5SUM="c822e0b7ea4a690b30e7b6711ce674fd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ffmpeg wxGTK3"
|
||||
|
|
Loading…
Reference in New Issue