mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libdvbpsi: Updated for version 1.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
688d492a8e
commit
183ab1ded0
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libdvbpsi
|
||||
|
||||
# Copyright 2006-2013 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2006-2016 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# 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=libdvbpsi
|
||||
VERSION=${VERSION:-1.1.1}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +69,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS -Wno-error=bool-compare" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libdvbpsi"
|
||||
VERSION="1.1.1"
|
||||
HOMEPAGE="http://developers.videolan.org/libdvbpsi/"
|
||||
DOWNLOAD="http://download.videolan.org/pub/libdvbpsi/1.1.1/libdvbpsi-1.1.1.tar.bz2"
|
||||
MD5SUM="0c7c355201f325ea99c522d8ec97bf86"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdvbpsi.html"
|
||||
DOWNLOAD="http://download.videolan.org/pub/libdvbpsi/1.3.0/libdvbpsi-1.3.0.tar.bz2"
|
||||
MD5SUM="2b217039a1299000c39423441f77e76a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue