diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-10-05 05:38:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-10-05 05:38:10 +0800 |
commit | 17aaff4cd07638c4cc339e363e8acd3b701a5d13 (patch) | |
tree | b4081f9c35e4602b6b8bf6b4a8423f17000903ca /audio | |
parent | 8da1d24d535e43e9b75c35887cec445705f64991 (diff) | |
download | freebsd-ports-gnome-17aaff4cd07638c4cc339e363e8acd3b701a5d13.tar.gz freebsd-ports-gnome-17aaff4cd07638c4cc339e363e8acd3b701a5d13.tar.zst freebsd-ports-gnome-17aaff4cd07638c4cc339e363e8acd3b701a5d13.zip |
Update to 0.1.10 release candidate 6. This version is out for quite a while and
runs quite stable. This version also supports .ay files.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 4 | ||||
-rw-r--r-- | audio/ocp/distinfo | 6 | ||||
-rw-r--r-- | audio/ocp/pkg-descr | 2 | ||||
-rw-r--r-- | audio/ocp/pkg-plist | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 5d8243e95498..14a8f02f3b0b 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ocp -PORTVERSION= 0.1.9 -PORTREVISION= 5 +DISTVERSION= 0.1.10.rc6 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ +DISTNAME= ${PORTNAME}-${DISTVERSION:C/\.rc/_rc/} MAINTAINER= ehaupt@FreeBSD.org COMMENT= The legendary Open Cubic Player diff --git a/audio/ocp/distinfo b/audio/ocp/distinfo index d6f9d627e84c..0794df1cf1ec 100644 --- a/audio/ocp/distinfo +++ b/audio/ocp/distinfo @@ -1,3 +1,3 @@ -MD5 (ocp-0.1.9.tar.gz) = 033b17bd7fbbffb55298b9199919d3de -SHA256 (ocp-0.1.9.tar.gz) = 73c3fb52fa7ca2c8016a8062349db6fa0b6162aa2c1c073ee98e63e3c6f530e0 -SIZE (ocp-0.1.9.tar.gz) = 588351 +MD5 (ocp-0.1.10_rc6.tar.gz) = f3d4d16027376b7ea598406b1ad54762 +SHA256 (ocp-0.1.10_rc6.tar.gz) = 7ed811565440b9f1c261a0ca01650efec5c684727e1e0c6225cf4b062b022b68 +SIZE (ocp-0.1.10_rc6.tar.gz) = 650610 diff --git a/audio/ocp/pkg-descr b/audio/ocp/pkg-descr index b0edc1ddbcaa..2acda0e5d961 100644 --- a/audio/ocp/pkg-descr +++ b/audio/ocp/pkg-descr @@ -7,7 +7,7 @@ terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open -Cubic Player now also supports mp3 and ogg files and can be compiled +Cubic Player now also supports mp3, ogg and ay files and can be compiled with libadplug support. WWW: http://stian.lunafish.org/coding-ocp.php diff --git a/audio/ocp/pkg-plist b/audio/ocp/pkg-plist index 96d104b4f42c..586556114215 100644 --- a/audio/ocp/pkg-plist +++ b/audio/ocp/pkg-plist @@ -41,6 +41,8 @@ lib/ocp/playgmi.so lib/ocp/playit.so lib/ocp/playmp2.so lib/ocp/playogg.so +lib/ocp/aytype.so +lib/ocp/playay.so %%ADPLUG%%lib/ocp/playopl.so %%LIBSIDPLAY%%lib/ocp/playsid.so %%LIBSIDPLAY%%lib/ocp/sidtype.so |