aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>1999-10-08 10:25:59 +0800
committernakai <nakai@FreeBSD.org>1999-10-08 10:25:59 +0800
commit715fa4a249d9ef6d3025df9544b648b0047d99a6 (patch)
tree40d9b1ddac436f8bac61133181b662d7f8046931 /audio
parentce1fe53207b961642844087a28d55285a07ebbf4 (diff)
downloadfreebsd-ports-gnome-715fa4a249d9ef6d3025df9544b648b0047d99a6.tar.gz
freebsd-ports-gnome-715fa4a249d9ef6d3025df9544b648b0047d99a6.tar.zst
freebsd-ports-gnome-715fa4a249d9ef6d3025df9544b648b0047d99a6.zip
Update to 0.2.15
Diffstat (limited to 'audio')
-rw-r--r--audio/esound/Makefile6
-rw-r--r--audio/esound/distinfo2
-rw-r--r--audio/esound/files/patch-aa4
-rw-r--r--audio/esound/pkg-plist5
4 files changed, 9 insertions, 8 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index 0211a4ac0623..27058bae4e34 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: esound
-# Version required: 0.2.8
+# Version required: 0.2.15
# Date created: 19 July 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= esound-0.2.8
+DISTNAME= esound-0.2.15
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= gnome-1.0/sources
+MASTER_SITE_SUBDIR= sources/esound
MAINTAINER= vanilla@FreeBSD.org
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index 3abca1c95d5b..e4e0fa0da442 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1 +1 @@
-MD5 (esound-0.2.8.tar.gz) = fa22beaa64d9da82858762cf1fc76de3
+MD5 (esound-0.2.15.tar.gz) = 2f7159ea1da0ac5a088f1e4fc8724fca
diff --git a/audio/esound/files/patch-aa b/audio/esound/files/patch-aa
index 8c44e4fadbd5..1c7dc4ccf114 100644
--- a/audio/esound/files/patch-aa
+++ b/audio/esound/files/patch-aa
@@ -5,7 +5,7 @@
-libesd_la_LDFLAGS = -version-info @ESD_VERSION_INFO@
-+libesd_la_LDFLAGS = -version-info 1:0:0
++libesd_la_LDFLAGS = -version-info 2:0:0
libesd_la_LIBADD = @AUDIOFILE_LIBS@ -lm
@@ -13,7 +13,7 @@
-libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info @ESD_VERSION_INFO@
-+libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info 1:0:0
++libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info 2:0:0
libesddsp_la_LIBADD = @DL_LIB@ -lm
diff --git a/audio/esound/pkg-plist b/audio/esound/pkg-plist
index 62be1309fbf7..baca864bae70 100644
--- a/audio/esound/pkg-plist
+++ b/audio/esound/pkg-plist
@@ -9,13 +9,14 @@ bin/esdmon
bin/esdplay
bin/esdrec
bin/esdsample
+etc/esd.conf
include/esd.h
lib/libesd.a
lib/libesd.so
-lib/libesd.so.1
+lib/libesd.so.2
lib/libesddsp.a
lib/libesddsp.so
-lib/libesddsp.so.1
+lib/libesddsp.so.2
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
share/aclocal/esd.m4