Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2001 04:40:05 -0800 (PST)
From:      Jochem Kossen <j.kossen@home.nl>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/31773: New port: audio/cplay, audioplayer for the console
Message-ID:  <200112081240.fB8Ce5m20380@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/31773; it has been noted by GNATS.

From: Jochem Kossen <j.kossen@home.nl>
To: freebsd-gnats-submit@FreeBSD.org, j.kossen@home.nl
Cc:  
Subject: Re: ports/31773: New port: audio/cplay, audioplayer for the console
Date: Sat, 08 Dec 2001 13:35:15 +0100

 This is a multi-part message in MIME format.
 --------------050405060506010401000302
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Here's a patch to update cplay to 1.44, when/if it's committed :)
 
 TIA,
 
 Jochem
 
 --------------050405060506010401000302
 Content-Type: text/plain;
  name="cplay-1.44.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="cplay-1.44.diff"
 
 --- cplay-1.43.shar	Sat Dec  8 13:22:33 2001
 +++ cplay-1.44.shar	Sat Dec  8 13:24:39 2001
 @@ -44,7 +44,7 @@
  X#
  X
  XPORTNAME=	cplay
 -XPORTVERSION=	1.43
 +XPORTVERSION=	1.44
  XCATEGORIES=	audio
  XMASTER_SITES=	http://www.tf.hut.fi/~flu/cplay/
  X
 @@ -56,12 +56,22 @@
  XUSE_PYTHON=	yes
  XMAN1=		cplay.1
  X
 +XMAKE_ARGS+=	PREFIX="${PREFIX}"
 +X
  X.if defined(WITH_VORBIS)
  XRUN_DEPENDS+=	ogg123:${PORTSDIR}/audio/vorbis-tools
  X.endif
  X
 -X.if defined(WITH_SOX)
 -XRUN_DEPENDS+=	play:${PORTSDIR}/audio/sox
 +X.if defined(WITH_MADPLAY)
 +XRUN_DEPENDS+=	madplay:${PORTSDIR}/audio/mad
 +X.endif
 +X
 +X.if defined(WITH_MIKMOD)
 +XRUN_DEPENDS+=	mikmod:${PORTSDIR}/audio/mikmod
 +X.endif
 +X
 +X.if defined(WITH_MPG321)
 +XRUN_DEPENDS+=	mpg321:$(PORTSDIR)/audio/mpg321
  X.endif
  X
  X.if defined(WITH_SPLAY)
 @@ -69,20 +79,30 @@
  X.endif
  X
  Xpre-everything:
 -X.if !defined(WITH_VORBIS) || !defined(WITH_SOX) || !defined(WITH_SPLAY)
 +X.if !defined(WITH_VORBIS) || !defined(WITH_MADPLAY) || !defined(WITH_MIKMOD) || defined(WITH_MPG321) || !defined(WITH_SPLAY)
  X	@${ECHO_MSG}
  X.if !defined(WITH_VORBIS)
 -X	@${ECHO_MSG} "If you want to compile with OGG VORBIS support,"
 +X	@${ECHO_MSG} "If you want to have OGG VORBIS support,"
  X	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_VORBIS=yes\""
  X	@${ECHO_MSG}
  X.endif
 -X.if !defined(WITH_SOX)
 -X	@${ECHO_MSG} "If you want to compile with SOX support,"
 -X	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SOX=yes\""
 +X.if !defined(WITH_MADPLAY)
 +X	@${ECHO_MSG} "If you want to have MADPLAY support,"
 +X	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MADPLAY=yes\""
 +X	@${ECHO_MSG}
 +X.endif
 +X.if !defined(WITH_MIKMOD)
 +X	@${ECHO_MSG} "If you want to have MIKMOD support,"
 +X	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MIKMOD=yes\""
 +X	@${ECHO_MSG}
 +X.endif
 +X.if !defined(WITH_MPG321)
 +X	@${ECHO_MSG} "If you want to have MPG321 support,"
 +X	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MPG321=yes\""
  X	@${ECHO_MSG}
  X.endif
  X.if !defined(WITH_SPLAY)
 -X	@${ECHO_MSG} "If you want to compile with SPLAY support,"
 +X	@${ECHO_MSG} "If you want to have SPLAY support,"
  X	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SPLAY=yes\""
  X	@${ECHO_MSG}
  X.endif
 @@ -100,17 +120,19 @@
  END-of-cplay/Makefile
  echo x - cplay/distinfo
  sed 's/^X//' >cplay/distinfo << 'END-of-cplay/distinfo'
 -XMD5 (cplay-1.43.tar.gz) = 0881f6131acbc93456703179440b221d
 +XMD5 (cplay-1.44.tar.gz) = 272fe3183d5ff9f281c1407fc64cb4a5
  END-of-cplay/distinfo
  echo x - cplay/pkg-plist
  sed 's/^X//' >cplay/pkg-plist << 'END-of-cplay/pkg-plist'
  Xbin/cplay
 -Xshare/locale/de/LC_MESSAGES/cplay.mo
  X%%PORTDOCS%%share/doc/cplay/README
  X%%PORTDOCS%%share/doc/cplay/ChangeLog
  X%%PORTDOCS%%share/doc/cplay/TODO
 -X%%PORTDOCS%%@dirrm share/doc/cplay
 -X
 +Xshare/locale/de/LC_MESSAGES/cplay.mo
 +X%%PORTDOCS%%share@dirrm share/doc/cplay
 +X@dirrm share/locale/de/LC_MESSAGES
 +X@dirrm share/locale/de
 +X@dirrm share/locale
  END-of-cplay/pkg-plist
  echo x - cplay/pkg-descr
  sed 's/^X//' >cplay/pkg-descr << 'END-of-cplay/pkg-descr'
 @@ -119,9 +141,12 @@
  XSupported players currently include:
  X	- mpg123
  X	- ogg123
 -X	- sox
 +X	- madplay
 +X	- mikmod
 +X	- mpg321
  X	- splay
  X
  XWWW: http://www.tf.hut.fi/~flu/cplay/
  END-of-cplay/pkg-descr
  exit
 +
 
 --------------050405060506010401000302--
 

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?200112081240.fB8Ce5m20380>