add esound port
This commit is contained in:
parent
047f8ee0ec
commit
ce6c609ab3
25
audio/esound/Makefile
Normal file
25
audio/esound/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/22 05:03:31 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.8 1999/03/09 01:08:46 nectar Exp $
|
||||
|
||||
DISTNAME= esound-0.2.8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= gnome-1.0/sources
|
||||
|
||||
NEED_VERSION= 1.73
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
LIB_DEPENDS= audiofile:${PORTSDIR}/devel/libaudiofile
|
||||
|
||||
SEPARATE_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${LOCALBASE}/share/aclocal/
|
||||
@${INSTALL_DATA} ${WRKSRC}/esd.m4 ${LOCALBASE}/share/aclocal/
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/esound/files/md5
Normal file
3
audio/esound/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (esound-0.2.8.tar.gz) = 1ab1b65eb91f1f57cfb4bf5e709c191f
|
||||
RMD160 (esound-0.2.8.tar.gz) = af5e2f1d8564d8ff664b44531bf21a04d762fecd
|
||||
SHA1 (esound-0.2.8.tar.gz) = c6d0783b88c96776678b28c10d2624ba32e2cdd3
|
19
audio/esound/patches/patch-aa
Normal file
19
audio/esound/patches/patch-aa
Normal file
@ -0,0 +1,19 @@
|
||||
--- Makefile.in.orig Wed Feb 24 22:23:07 1999
|
||||
+++ Makefile.in Mon Mar 1 19:45:21 1999
|
||||
@@ -104,14 +104,14 @@
|
||||
libesd_la_SOURCES = esdlib.c esdmgr.c esdfile.c audio.c
|
||||
|
||||
|
||||
-libesd_la_LDFLAGS = -version-info @ESD_VERSION_INFO@
|
||||
+libesd_la_LDFLAGS = -version-info 2:8:0
|
||||
|
||||
libesd_la_LIBADD = @AUDIOFILE_LIBS@ -lm
|
||||
|
||||
EXTRA_LTLIBRARIES = libesddsp.la
|
||||
|
||||
|
||||
-libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info @ESD_VERSION_INFO@
|
||||
+libesddsp_la_LDFLAGS = -rpath $(libdir) -version-info 2:8:0
|
||||
|
||||
libesddsp_la_LIBADD = @DL_LIB@ -lm
|
||||
|
43
audio/esound/patches/patch-ab
Normal file
43
audio/esound/patches/patch-ab
Normal file
@ -0,0 +1,43 @@
|
||||
--- ltmain.sh.orig Sun Mar 21 23:40:14 1999
|
||||
+++ ltmain.sh Sun Mar 21 23:41:37 1999
|
||||
@@ -2633,40 +2633,6 @@
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "To link against installed libraries in a given directory, LIBDIR,"
|
||||
- echo "you must use the \`-LLIBDIR' flag during linking."
|
||||
- echo
|
||||
- echo " You will also need to do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
1
audio/esound/pkg/COMMENT
Normal file
1
audio/esound/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a sound library for enlightenment package
|
1
audio/esound/pkg/DESCR
Normal file
1
audio/esound/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
a sound library for enlightenment package
|
17
audio/esound/pkg/PLIST
Normal file
17
audio/esound/pkg/PLIST
Normal file
@ -0,0 +1,17 @@
|
||||
bin/esd
|
||||
bin/esd-config
|
||||
bin/esdcat
|
||||
bin/esdctl
|
||||
bin/esddsp
|
||||
bin/esdfilt
|
||||
bin/esdloop
|
||||
bin/esdmon
|
||||
bin/esdplay
|
||||
bin/esdrec
|
||||
bin/esdsample
|
||||
include/esd.h
|
||||
lib/libesd.a
|
||||
lib/libesd.la
|
||||
lib/libesd.so.2.8
|
||||
share/aclocal/esd.m4
|
||||
@exec /sbin/ldconfig -m %B
|
15
audio/esound/pkg/PLIST.noshared
Normal file
15
audio/esound/pkg/PLIST.noshared
Normal file
@ -0,0 +1,15 @@
|
||||
bin/esd
|
||||
bin/esd-config
|
||||
bin/esdcat
|
||||
bin/esdctl
|
||||
bin/esddsp
|
||||
bin/esdfilt
|
||||
bin/esdloop
|
||||
bin/esdmon
|
||||
bin/esdplay
|
||||
bin/esdrec
|
||||
bin/esdsample
|
||||
include/esd.h
|
||||
lib/libesd.a
|
||||
lib/libesd.la
|
||||
share/aclocal/esd.m4
|
Loading…
Reference in New Issue
Block a user