mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Upgrade to version 0.8, also removing the dependency on OSS. This
now works fine with the standard audio driver as well.
This commit is contained in:
parent
f628a8c897
commit
c3e107b601
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15272
@ -3,33 +3,31 @@
|
||||
# Date created: 13 Jul 1998
|
||||
# Whom: Donald Burr <dburr@FreeBSD.ORG>
|
||||
#
|
||||
# $Id: Makefile,v 1.4 1998/09/28 01:55:08 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1998/11/14 09:43:04 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= x11amp-0.7-FreeBSD
|
||||
PKGNAME= x11amp-0.7
|
||||
DISTNAME= x11amp-freebsd-0.8
|
||||
PKGNAME= x11amp-0.8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://x11amp.ml.org/files/0.7/ \
|
||||
ftp://x11amp.bz.nu/x11amp/0.7/
|
||||
EXTRACT_SUFX= .tgz
|
||||
MASTER_SITES= ftp://www.se.opensound.com/pub/oss/ossapps/
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= dburr@FreeBSD.ORG
|
||||
|
||||
WRKSRC= ${WRKDIR}/x11amp
|
||||
|
||||
USE_X_PREFIX= YES
|
||||
NO_BUILD= YES
|
||||
NO_BUILD= YES
|
||||
NO_FILTER_SHLIBS= YES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORTOBJFORMAT} == "elf"
|
||||
STRIP=
|
||||
DISTNAME= x11amp-freebsd-0.8-elf
|
||||
ROOT= ${WRKDIR}/usr/local
|
||||
.else
|
||||
ROOT= ${WRKDIR}/x11amp
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/x11amp ${PREFIX}/bin/x11amp
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
@tar -cpf - -C ${ROOT} . | tar -xpf - -C ${PREFIX}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (x11amp-0.7-FreeBSD.tgz) = faac026c99a7ab2628389148b00f47f9
|
||||
MD5 (x11amp-freebsd-0.8-elf.tar.gz) = c99a9f664e11d60ee683967bfa64b227
|
||||
MD5 (x11amp-freebsd-0.8.tar.gz) = 222bde0a35ab680e2fff2806c92f06b4
|
||||
|
@ -2,7 +2,8 @@ x11amp is a graphical (X11) MP3 player, with a user interface similar
|
||||
to the WinAMP MP3 player for Windows. Please see http://x11amp.ml.org/
|
||||
for more information.
|
||||
|
||||
It requires that you have the Open Sound System (OSS) sound driver.
|
||||
This is an advanced, high quality, commercial sound driver for FreeBSD.
|
||||
You may evaluate it for free for 7 days, after which you must purchase
|
||||
it for $20. Please see http://www.4front-tech.com/ for more details.
|
||||
This version will work with either the standard FreeBSD audio driver
|
||||
or with the Open Sound System (OSS) sound driver. This is an advanced,
|
||||
high quality, commercial sound driver for FreeBSD. You may evaluate it
|
||||
for free for 7 days, after which you must purchase it for $20. Please see
|
||||
http://www.opensound.com/ for more details.
|
||||
|
@ -1 +1,13 @@
|
||||
bin/x11amp
|
||||
share/x11amp/Players/libwav.a
|
||||
share/x11amp/Players/libamp.la
|
||||
share/x11amp/Players/libamp.a
|
||||
share/x11amp/Players/libwav.la
|
||||
share/x11amp/Players/libwav.so.8.0
|
||||
@exec ln -fs %D/%F %B/libwav.so
|
||||
@unexec rm -f %B/libwav.so
|
||||
share/x11amp/Players/libamp.so.8.0
|
||||
@exec ln -fs %D/%F %B/libamp.so
|
||||
@unexec rm -f %B/libamp.so
|
||||
@dirrm share/x11amp/Players
|
||||
@dirrm share/x11amp
|
||||
|
Loading…
Reference in New Issue
Block a user