summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSPN Team <pwmn-master@hotmail.com>2022-10-24 09:35:24 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-29 10:28:35 +0700
commit04da36a222e2adbb23ae234ae451fe03f9cbfec5 (patch)
treec48c79ef56611f283c6d44c13acf3ddc14062080 /audio
parent82576ba4e430f6ec7c69a279bf00ad714e0aa252 (diff)
downloadslackbuilds-04da36a222e2adbb23ae234ae451fe03f9cbfec5.tar.gz
audio/ocp: Updated for version 0.2.100.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/ocp/README4
-rw-r--r--audio/ocp/ocp.SlackBuild4
-rw-r--r--audio/ocp/ocp.info8
3 files changed, 6 insertions, 10 deletions
diff --git a/audio/ocp/README b/audio/ocp/README
index 160781bf9e..52eb3ba04c 100644
--- a/audio/ocp/README
+++ b/audio/ocp/README
@@ -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
diff --git a/audio/ocp/ocp.SlackBuild b/audio/ocp/ocp.SlackBuild
index a47a0a2ef8..65ac6350f0 100644
--- a/audio/ocp/ocp.SlackBuild
+++ b/audio/ocp/ocp.SlackBuild
@@ -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
diff --git a/audio/ocp/ocp.info b/audio/ocp/ocp.info
index 0406d51623..4880e2b2ce 100644
--- a/audio/ocp/ocp.info
+++ b/audio/ocp/ocp.info
@@ -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"