Date: Mon, 26 Jun 2000 10:42:43 +0200 (CEST) From: sec@ice.42.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19515: Update of sidplay port (by maintainer) Message-ID: <20000626084243.7782FC1@ice.42.org>
next in thread | raw e-mail | index | archive | help
>Number: 19515 >Category: ports >Synopsis: Update of sidplay port (by maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 01:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: Current ports, as of Mon Jun 26 10:33:53 CEST 2000 >Description: Someone updated the sidplay port, without noticing some differences. The sidplay port now only contains the library to sidplay. The 'sidplay' console playing app has been moved into an extra distribution. Hence I recommend that that this port is now renamed to 'libsidplay'. I have attached a patch to do the rename, and at the same time upgrade to a newer version. Probably this port should be repository-copied so no history is lost. I will be sending a new 'sidplay' port containing the console player, and depending on this libsidplay port shortly thereafter. NB.: xsidplay contains a dependency to sidplay which should be corrected to libsidplay. As this port is marked broken, i didn't spend any more time on checking if it works with the new lib. >How-To-Repeat: >Fix: diff -bur /usr/ports/audio/sidplay/Makefile libsidplay/Makefile --- /usr/ports/audio/sidplay/Makefile Tue Jun 20 22:17:31 2000 +++ libsidplay/Makefile Sun Jun 25 10:40:57 2000 @@ -5,16 +5,16 @@ # $FreeBSD: ports/audio/sidplay/Makefile,v 1.11 2000/06/16 21:50:22 asami Exp $ # -PORTNAME= sidplay -PORTVERSION= 1.36.38 +PORTNAME= libsidplay +PORTVERSION= 1.36.40 CATEGORIES= audio emulators MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ -DISTNAME= lib${PORTNAME}-${PORTVERSION:S/./_/g} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} EXTRACT_SUFX= .tgz MAINTAINER= sec@42.org -WRKSRC= ${WRKDIR}/lib${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME} USE_XLIB= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff -bur /usr/ports/audio/sidplay/files/md5 libsidplay/files/md5 --- /usr/ports/audio/sidplay/files/md5 Sun Jun 11 15:03:36 2000 +++ libsidplay/files/md5 Sun Jun 25 10:41:39 2000 @@ -1 +1 @@ -MD5 (libsidplay-1_36_38.tgz) = 7bcb3fb98a463ba31aa8aa82fe36b54b +MD5 (libsidplay-1_36_40.tgz) = a67ef5011b99932273651669fb75abfd diff -bur /usr/ports/audio/sidplay/pkg/COMMENT libsidplay/pkg/COMMENT --- /usr/ports/audio/sidplay/pkg/COMMENT Sun Jul 26 10:14:03 1998 +++ libsidplay/pkg/COMMENT Mon Jun 26 10:14:33 2000 @@ -1 +1 @@ -A Commodore SID-chip emulator that plays SID music files +A Commodore SID-chip emulator library to play SID music files diff -bur /usr/ports/audio/sidplay/pkg/DESCR libsidplay/pkg/DESCR --- /usr/ports/audio/sidplay/pkg/DESCR Sun Nov 14 03:48:46 1999 +++ libsidplay/pkg/DESCR Mon Jun 26 10:16:18 2000 @@ -10,5 +10,7 @@ audio hardware with average PCM waveform playback capabilities. A fast CPU and a 16-bit sound card are recommended for better performance. +This is just the library. To actually use it, you need one of the +front-ends like 'sidplay' or 'xsidplay' WWW: http://www.geocities.com/SiliconValley/Lakes/5147/index.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000626084243.7782FC1>