mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +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
|
||||
#
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2011 Erik W. Hanson, Minneapolis, MN, 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=ocp
|
||||
VERSION=0.1.20
|
||||
VERSION=0.1.21
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,7 +65,9 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
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 \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
|
@ -74,7 +76,7 @@ CFLAGS="$SLKCFLAGS -I/usr/include/SDL" \
|
|||
--infodir=/usr/info \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ocp"
|
||||
VERSION="0.1.20"
|
||||
VERSION="0.1.21"
|
||||
HOMEPAGE="http://stian.cubic.org/project-ocp.php"
|
||||
DOWNLOAD="http://stian.cubic.org/ocp/ocp-0.1.20.tar.bz2"
|
||||
MD5SUM="f34eca80239e619bff0593b8bf665f98"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/opencubicplayer/ocp-0.1.21.tar.bz2"
|
||||
MD5SUM="fbfbb269f949650f6963f9c45c5e8b85"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
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
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler---------------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
ocp: Open Cubic Player (A module format music file player)
|
||||
ocp:
|
||||
ocp: OPENCP is a music file player. It is derived from Cubic Player 2.0 which
|
||||
ocp: was developed by Niklas Beisert. It can play MOD, IT, S3M, XM and many
|
||||
ocp: other formats.
|
||||
ocp: OPENCP is a music file player. It is derived from Cubic Player 2.0
|
||||
ocp: which was developed by Niklas Beisert. It can play MOD, IT, S3M, XM
|
||||
ocp: and many other formats.
|
||||
ocp:
|
||||
ocp: Homepage: http://stian.lunafish.org/project-ocp.php
|
||||
ocp:
|
||||
|
|
Loading…
Reference in a new issue