mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/ocp: Updated for version 0.2.100.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
82576ba4e4
commit
04da36a222
3 changed files with 6 additions and 10 deletions
|
@ -28,7 +28,3 @@ Supported formats:
|
|||
WAV - Microsoft RIFF wave file
|
||||
WOW - WOW Tracker module
|
||||
XM - Fast Tracker 2 module
|
||||
|
||||
Depends on unifont ttf support which is not enabled by default by
|
||||
gnu-unifont. Please see gnu-unifont README for information on how to
|
||||
enable it. In 14.0.04 this was done with FONTFORMATS=otf,ttf,pcf,psf,otb
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ocp
|
||||
VERSION=${VERSION:-0.2.99}
|
||||
VERSION=${VERSION:-0.2.100}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -90,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--build=$ARCH-slackware-linux \
|
||||
--with-unifontdir=/usr/share/fonts/TTF/ \
|
||||
--with-unifontdir-otf=/usr/share/fonts/OTF/ \
|
||||
--infodir=/usr/info \
|
||||
--without-desktop_file_install
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ocp"
|
||||
VERSION="0.2.99"
|
||||
VERSION="0.2.100"
|
||||
HOMEPAGE="http://cubic.org/player"
|
||||
DOWNLOAD="https://stian.cubic.org/ocp/ocp-0.2.99.tar.xz"
|
||||
MD5SUM="643c41d973594ede8b866f9b000554c1"
|
||||
DOWNLOAD="https://stian.cubic.org/ocp/ocp-0.2.100.tar.xz"
|
||||
MD5SUM="820e58656f1c46ea1acd6564b3c48589"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnu-unifont xa cJSON %README%"
|
||||
REQUIRES="gnu-unifont xa cJSON"
|
||||
MAINTAINER="SPN Team"
|
||||
EMAIL="pwmn-master@hotmail.com"
|
||||
|
|
Loading…
Reference in a new issue