mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/ocp: Updated for version 0.1.21.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ed6ac81f7e
commit
0ab4624d53
3 changed files with 14 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for Open Cubic Player
|
# Slackware build script for Open Cubic Player
|
||||||
#
|
#
|
||||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=ocp
|
PRGNAM=ocp
|
||||||
VERSION=0.1.20
|
VERSION=0.1.21
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -65,7 +65,9 @@ cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS -I/usr/include/SDL" \
|
sed -i "s/0.1.20/0.1.21/g" configure
|
||||||
|
|
||||||
|
CFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
|
@ -74,7 +76,7 @@ CFLAGS="$SLKCFLAGS -I/usr/include/SDL" \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make -j1
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="ocp"
|
PRGNAM="ocp"
|
||||||
VERSION="0.1.20"
|
VERSION="0.1.21"
|
||||||
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
||||||
DOWNLOAD="http://stian.cubic.org/ocp/ocp-0.1.20.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/opencubicplayer/ocp-0.1.21.tar.bz2"
|
||||||
MD5SUM="f34eca80239e619bff0593b8bf665f98"
|
MD5SUM="fbfbb269f949650f6963f9c45c5e8b85"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman,Niels Horn"
|
||||||
|
|
|
@ -5,12 +5,12 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler---------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
ocp: Open Cubic Player (A module format music file player)
|
ocp: Open Cubic Player (A module format music file player)
|
||||||
ocp:
|
ocp:
|
||||||
ocp: OPENCP is a music file player. It is derived from Cubic Player 2.0 which
|
ocp: OPENCP is a music file player. It is derived from Cubic Player 2.0
|
||||||
ocp: was developed by Niklas Beisert. It can play MOD, IT, S3M, XM and many
|
ocp: which was developed by Niklas Beisert. It can play MOD, IT, S3M, XM
|
||||||
ocp: other formats.
|
ocp: and many other formats.
|
||||||
ocp:
|
ocp:
|
||||||
ocp: Homepage: http://stian.lunafish.org/project-ocp.php
|
ocp: Homepage: http://stian.lunafish.org/project-ocp.php
|
||||||
ocp:
|
ocp:
|
||||||
|
|
Loading…
Reference in a new issue