mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libdca: New maintainer. Updated for version 0.0.7
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
235fb8ec66
commit
23453949f5
2 changed files with 12 additions and 8 deletions
|
@ -4,6 +4,10 @@
|
|||
#
|
||||
# Copyright 2007 Niklas "Nille" Åkerström
|
||||
# All rights reserved.
|
||||
# Modified by Robby Workman <rworkman@slackbuilds.org> for version 0.0.5
|
||||
# Maintained 2020 Didier Spaier
|
||||
# Copyright 2022 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -22,12 +26,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Modified by Robby Workman <rworkman@slackbuilds.org> for version 0.0.5
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libdca
|
||||
VERSION=${VERSION:-0.0.5}
|
||||
VERSION=${VERSION:-0.0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -81,6 +83,8 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
./bootstrap
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libdca"
|
||||
VERSION="0.0.5"
|
||||
VERSION="0.0.7"
|
||||
HOMEPAGE="http://www.videolan.org/developers/libdca.html"
|
||||
DOWNLOAD="http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2"
|
||||
MD5SUM="dab6b2795c66a82a6fcd4f8343343021"
|
||||
DOWNLOAD="http://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2"
|
||||
MD5SUM="68916db60e3017d92841f77908518a11"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Didier Spaier"
|
||||
EMAIL="didier at slint dot fr"
|
||||
MAINTAINER="Christoph Willing"
|
||||
EMAIL="chris.willing@linux.com"
|
||||
|
|
Loading…
Reference in a new issue