diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 14:45:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 14:45:01 +0000 |
commit | 52fbdd0ce2e5a9d3e4acb3e5e248533089c2029d (patch) | |
tree | b47441e4d2c66901e6849ef15963a0b9be413fce /audio/ocp/Makefile | |
parent | 0c701a6cd6d4e6761d440c7e07b2c119a87881de (diff) | |
download | pkgsrc-52fbdd0ce2e5a9d3e4acb3e5e248533089c2029d.tar.gz |
Update to 1.0.20:
1.0.20:
Changes: ocp.ini did not include support for .YM files as expected.
Two other minor tweaks were done.
1.0.19:
Changes: Multiple crash bugs were fixed. Support for YM files via
STYMulator was added. 24-bit SDL/X11 output should now work (which
is needed if ran inside QEMU). PTM and Adplug files should now load
and play correctly on big-endian systems. Several other minor tweaks
were made.
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r-- | audio/ocp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 6020d452b08..f083d90ce66 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/01/16 17:10:31 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2010/06/05 14:45:01 wiz Exp $ -DISTNAME= ocp-0.1.18 +DISTNAME= ocp-0.1.20 CATEGORIES= audio MASTER_SITES= http://stian.cubic.org/ocp/ EXTRACT_SUFX= .tar.lzma @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.lzma MAINTAINER= shattered@users.sourceforge.net HOMEPAGE= http://stian.cubic.org/project-ocp.php COMMENT= Open Cubic Player +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |