mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to 0.98.1:
- The OSS driver is now part of the distribution - Many FreeBSD fixes have been integrated - Depend on doxygen to build Documentation - Pretend not to maintain this port
This commit is contained in:
parent
0539abefbe
commit
b5ec41e3fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110590
@ -5,21 +5,22 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jackit
|
||||
PORTVERSION= 0.94.0
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.98.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jackit
|
||||
DISTNAME= jack-audio-connection-kit-${PORTVERSION}
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= JACK is a low-latency audio server
|
||||
|
||||
BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
||||
LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \
|
||||
sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_REINPLACE= yes
|
||||
@ -45,6 +46,5 @@ post-patch:
|
||||
${WRKSRC}/example-clients/Makefile.in
|
||||
${REINPLACE_CMD} -e "s,-ldl,," ${WRKSRC}/jackd/Makefile.in \
|
||||
${WRKSRC}/example-clients/Makefile.in
|
||||
${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/drivers/oss
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (jack-audio-connection-kit-0.94.0.tar.gz) = 9c3d60f0ca73696ba5c479a3ee7db855
|
||||
SIZE (jack-audio-connection-kit-0.94.0.tar.gz) = 561277
|
||||
MD5 (jack-audio-connection-kit-0.98.1.tar.gz) = 6ebd659a431e75b841fa5e0c397372ee
|
||||
SIZE (jack-audio-connection-kit-0.98.1.tar.gz) = 706100
|
||||
|
@ -1,494 +0,0 @@
|
||||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
# Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy and/or distribute it,
|
||||
# with or without modifications, as long as this notice is preserved.
|
||||
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = @srcdir@
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
top_builddir = ../..
|
||||
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = @INSTALL@
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = @host@
|
||||
ACLOCAL = @ACLOCAL@
|
||||
ADDON_DIR = @ADDON_DIR@
|
||||
ALSA_FALSE = @ALSA_FALSE@
|
||||
ALSA_LIBS = @ALSA_LIBS@
|
||||
ALSA_TRUE = @ALSA_TRUE@
|
||||
AMDEP_FALSE = @AMDEP_FALSE@
|
||||
AMDEP_TRUE = @AMDEP_TRUE@
|
||||
AMTAR = @AMTAR@
|
||||
AR = @AR@
|
||||
AUTOCONF = @AUTOCONF@
|
||||
AUTOHEADER = @AUTOHEADER@
|
||||
AUTOMAKE = @AUTOMAKE@
|
||||
AWK = @AWK@
|
||||
CC = @CC@
|
||||
CCDEPMODE = @CCDEPMODE@
|
||||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DEFAULT_TMP_DIR = @DEFAULT_TMP_DIR@
|
||||
DEFS = @DEFS@
|
||||
DEPDIR = @DEPDIR@
|
||||
ECHO = @ECHO@
|
||||
ECHO_C = @ECHO_C@
|
||||
ECHO_N = @ECHO_N@
|
||||
ECHO_T = @ECHO_T@
|
||||
EGREP = @EGREP@
|
||||
EXEEXT = @EXEEXT@
|
||||
F77 = @F77@
|
||||
FFLAGS = @FFLAGS@
|
||||
HAVE_ALSA_FALSE = @HAVE_ALSA_FALSE@
|
||||
HAVE_ALSA_TRUE = @HAVE_ALSA_TRUE@
|
||||
HAVE_CAPABILITIES = @HAVE_CAPABILITIES@
|
||||
HAVE_DOXYGEN = @HAVE_DOXYGEN@
|
||||
HAVE_DOXYGEN_FALSE = @HAVE_DOXYGEN_FALSE@
|
||||
HAVE_DOXYGEN_TRUE = @HAVE_DOXYGEN_TRUE@
|
||||
HAVE_PA_FALSE = @HAVE_PA_FALSE@
|
||||
HAVE_PA_TRUE = @HAVE_PA_TRUE@
|
||||
HAVE_READLINE_FALSE = @HAVE_READLINE_FALSE@
|
||||
HAVE_READLINE_TRUE = @HAVE_READLINE_TRUE@
|
||||
HAVE_SNDFILE_FALSE = @HAVE_SNDFILE_FALSE@
|
||||
HAVE_SNDFILE_TRUE = @HAVE_SNDFILE_TRUE@
|
||||
HTML_DIR = @HTML_DIR@
|
||||
IEC61883_FALSE = @IEC61883_FALSE@
|
||||
IEC61883_TRUE = @IEC61883_TRUE@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
JACK_API_MAJOR_VERSION = @JACK_API_MAJOR_VERSION@
|
||||
JACK_API_MICRO_VERSION = @JACK_API_MICRO_VERSION@
|
||||
JACK_API_MINOR_VERSION = @JACK_API_MINOR_VERSION@
|
||||
JACK_CFLAGS = @JACK_CFLAGS@
|
||||
JACK_MAJOR_VERSION = @JACK_MAJOR_VERSION@
|
||||
JACK_MICRO_VERSION = @JACK_MICRO_VERSION@
|
||||
JACK_MINOR_VERSION = @JACK_MINOR_VERSION@
|
||||
JACK_PROTOCOL_VERSION = @JACK_PROTOCOL_VERSION@
|
||||
JACK_RELEASE = @JACK_RELEASE@
|
||||
JACK_SO_VERSION = @JACK_SO_VERSION@
|
||||
JACK_VERSION = @JACK_VERSION@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
||||
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
OBJEXT = @OBJEXT@
|
||||
PACKAGE = @PACKAGE@
|
||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
||||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_STRING = @PACKAGE_STRING@
|
||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||
PA_LIBS = @PA_LIBS@
|
||||
PKG_CONFIG = @PKG_CONFIG@
|
||||
PORTAUDIO_FALSE = @PORTAUDIO_FALSE@
|
||||
PORTAUDIO_TRUE = @PORTAUDIO_TRUE@
|
||||
RANLIB = @RANLIB@
|
||||
RAW1394_LIBS = @RAW1394_LIBS@
|
||||
READLINE_DEPS = @READLINE_DEPS@
|
||||
SET_MAKE = @SET_MAKE@
|
||||
SHELL = @SHELL@
|
||||
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
|
||||
SNDFILE_LIBS = @SNDFILE_LIBS@
|
||||
STRIP = @STRIP@
|
||||
STRIPPED_JACKD_FALSE = @STRIPPED_JACKD_FALSE@
|
||||
STRIPPED_JACKD_TRUE = @STRIPPED_JACKD_TRUE@
|
||||
USE_CAPABILITIES_FALSE = @USE_CAPABILITIES_FALSE@
|
||||
USE_CAPABILITIES_TRUE = @USE_CAPABILITIES_TRUE@
|
||||
VERSION = @VERSION@
|
||||
ac_ct_AR = @ac_ct_AR@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_F77 = @ac_ct_F77@
|
||||
ac_ct_RANLIB = @ac_ct_RANLIB@
|
||||
ac_ct_STRIP = @ac_ct_STRIP@
|
||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
||||
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
||||
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
am__quote = @am__quote@
|
||||
bindir = @bindir@
|
||||
build = @build@
|
||||
build_alias = @build_alias@
|
||||
build_cpu = @build_cpu@
|
||||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
host_os = @host_os@
|
||||
host_vendor = @host_vendor@
|
||||
includedir = @includedir@
|
||||
infodir = @infodir@
|
||||
install_sh = @install_sh@
|
||||
libdir = @libdir@
|
||||
libexecdir = @libexecdir@
|
||||
localstatedir = @localstatedir@
|
||||
mandir = @mandir@
|
||||
oldincludedir = @oldincludedir@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target = @target@
|
||||
target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
AM_CFLAGS = $(JACK_CFLAGS)
|
||||
|
||||
plugindir = $(ADDON_DIR)
|
||||
|
||||
plugin_LTLIBRARIES = jack_oss.la
|
||||
|
||||
jack_oss_la_LDFLAGS = -module -avoid-version
|
||||
jack_oss_la_SOURCES = oss_driver.c oss_driver.h
|
||||
|
||||
noinst_HEADERS = oss_driver.h
|
||||
|
||||
subdir = drivers/oss
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
LTLIBRARIES = $(plugin_LTLIBRARIES)
|
||||
|
||||
jack_oss_la_DEPENDENCIES =
|
||||
am_jack_oss_la_OBJECTS = oss_driver.lo
|
||||
jack_oss_la_OBJECTS = $(am_jack_oss_la_OBJECTS)
|
||||
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/oss_driver.Plo
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
|
||||
$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
DIST_SOURCES = $(jack_oss_la_SOURCES)
|
||||
HEADERS = $(noinst_HEADERS)
|
||||
|
||||
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am
|
||||
SOURCES = $(jack_oss_la_SOURCES)
|
||||
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .lo .o .obj
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign drivers/oss/Makefile
|
||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
|
||||
pluginLTLIBRARIES_INSTALL = $(INSTALL)
|
||||
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
$(mkinstalldirs) $(DESTDIR)$(plugindir)
|
||||
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
f="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \
|
||||
$(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-pluginLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
p="`echo $$p | sed -e 's|^.*/||'`"; \
|
||||
echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p"; \
|
||||
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
|
||||
done
|
||||
|
||||
clean-pluginLTLIBRARIES:
|
||||
-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
|
||||
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
|
||||
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
||||
test "$$dir" = "$$p" && dir=.; \
|
||||
echo "rm -f \"$${dir}/so_locations\""; \
|
||||
rm -f "$${dir}/so_locations"; \
|
||||
done
|
||||
jack_oss.la: $(jack_oss_la_OBJECTS) $(jack_oss_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(plugindir) $(jack_oss_la_LDFLAGS) $(jack_oss_la_OBJECTS) $(jack_oss_la_LIBADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT) core *.core
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oss_driver.Plo@am__quote@
|
||||
|
||||
.c.o:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
|
||||
@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
|
||||
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
|
||||
@am__fastdepCC_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
.c.obj:
|
||||
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
|
||||
@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
|
||||
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
|
||||
@am__fastdepCC_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
|
||||
|
||||
.c.lo:
|
||||
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
|
||||
@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
|
||||
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
|
||||
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
|
||||
@am__fastdepCC_TRUE@ fi
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
ETAGS = etags
|
||||
ETAGSFLAGS =
|
||||
|
||||
CTAGS = ctags
|
||||
CTAGSFLAGS =
|
||||
|
||||
tags: TAGS
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(ETAGS_ARGS)$$tags$$unique" \
|
||||
|| $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
|
||||
top_distdir = ../..
|
||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkinstalldirs) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
|
||||
|
||||
installdirs:
|
||||
$(mkinstalldirs) $(DESTDIR)$(plugindir)
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
|
||||
mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am: install-pluginLTLIBRARIES
|
||||
|
||||
install-exec-am:
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
||||
clean-libtool clean-pluginLTLIBRARIES ctags distclean \
|
||||
distclean-compile distclean-generic distclean-libtool \
|
||||
distclean-tags distdir dvi dvi-am info info-am install \
|
||||
install-am install-data install-data-am install-exec \
|
||||
install-exec-am install-info install-info-am install-man \
|
||||
install-pluginLTLIBRARIES install-strip installcheck \
|
||||
installcheck-am installdirs maintainer-clean \
|
||||
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
||||
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
|
||||
tags uninstall uninstall-am uninstall-info-am \
|
||||
uninstall-pluginLTLIBRARIES
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
File diff suppressed because it is too large
Load Diff
@ -1,107 +0,0 @@
|
||||
--- libjack/client.c.orig Sun Jan 11 20:07:14 2004
|
||||
+++ libjack/client.c Wed Mar 10 13:13:55 2004
|
||||
@@ -26,20 +26,23 @@
|
||||
#else
|
||||
#include <sys/poll.h>
|
||||
#endif
|
||||
-
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
-#include <sys/types.h>
|
||||
+
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
+#if HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
+#endif
|
||||
#include <regex.h>
|
||||
+#include <string.h>
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -1152,8 +1155,12 @@
|
||||
"thread (%s)", strerror (errno));
|
||||
return -1;
|
||||
}
|
||||
-
|
||||
-#if defined(__APPLE__) && defined(__POWERPC__)
|
||||
+
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <osreldate.h>
|
||||
+#endif
|
||||
+#if defined(__APPLE__) && defined(__POWERPC__) || (__FreeBSD_version < 501000)
|
||||
+
|
||||
// To be implemented
|
||||
#else
|
||||
if (mlockall (MCL_CURRENT | MCL_FUTURE) != 0) {
|
||||
@@ -1307,8 +1314,11 @@
|
||||
* pages are actually mapped (more important for mlockall(2)
|
||||
* usage in jack_start_thread())
|
||||
*/
|
||||
-
|
||||
-#if defined(__APPLE__) && defined(__POWERPC__)
|
||||
+
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <osreldate.h>
|
||||
+#endif
|
||||
+#if (defined(__APPLE__) && defined(__POWERPC__)) || (__FreeBSD_version < 501000)
|
||||
/* a bigger stack makes the application crash... */
|
||||
#define BIG_ENOUGH_STACK 10000
|
||||
#else
|
||||
@@ -1748,6 +1758,15 @@
|
||||
return client->thread_id;
|
||||
}
|
||||
|
||||
+static int64_t
|
||||
+rdtsc(void)
|
||||
+{
|
||||
+ unsigned int i, j;
|
||||
+#define RDTSC ".byte 0x0f, 0x31; "
|
||||
+ asm(RDTSC : "=a"(i), "=d"(j) : );
|
||||
+ return ((int64_t)j<<32) + (int64_t)i;
|
||||
+}
|
||||
+
|
||||
#if defined(__APPLE__) && defined(__POWERPC__)
|
||||
|
||||
double __jack_time_ratio;
|
||||
@@ -1763,6 +1782,7 @@
|
||||
jack_time_t
|
||||
jack_get_mhz (void)
|
||||
{
|
||||
+#ifndef __FreeBSD__
|
||||
FILE *f = fopen("/proc/cpuinfo", "r");
|
||||
if (f == 0)
|
||||
{
|
||||
@@ -1803,6 +1823,25 @@
|
||||
return (jack_time_t)mhz;
|
||||
}
|
||||
}
|
||||
+
|
||||
+#else
|
||||
+ int64_t tsc_start, tsc_end;
|
||||
+ struct timeval tv_start, tv_end;
|
||||
+ int usec_delay;
|
||||
+ jack_time_t mhz;
|
||||
+
|
||||
+ tsc_start = rdtsc();
|
||||
+ gettimeofday(&tv_start, NULL);
|
||||
+ usleep(100000);
|
||||
+ tsc_end = rdtsc();
|
||||
+ gettimeofday(&tv_end, NULL);
|
||||
+
|
||||
+ usec_delay = 1000000 * (tv_end.tv_sec - tv_start.tv_sec)
|
||||
+ + (tv_end.tv_usec - tv_start.tv_usec);
|
||||
+ mhz = (tsc_end - tsc_start) / usec_delay;
|
||||
+ printf("cpu MHz:\t %.3f\n",(double) mhz);
|
||||
+ return mhz;
|
||||
+#endif
|
||||
}
|
||||
|
||||
jack_time_t __jack_cpu_mhz;
|
@ -1,19 +0,0 @@
|
||||
--- configure.bak Wed Mar 10 14:17:41 2004
|
||||
+++ configure Wed Mar 10 14:20:41 2004
|
||||
@@ -20782,7 +20782,7 @@
|
||||
fi
|
||||
|
||||
|
||||
- ac_config_files="$ac_config_files Makefile jack.pc jack.spec jack/Makefile jack/version.h jackd/Makefile jackd/jackd.1 libjack/Makefile drivers/Makefile drivers/alsa/Makefile drivers/dummy/Makefile drivers/portaudio/Makefile drivers/iec61883/Makefile example-clients/Makefile doc/Makefile doc/reference.doxygen"
|
||||
+ ac_config_files="$ac_config_files Makefile jack.pc jack.spec jack/Makefile jack/version.h jackd/Makefile jackd/jackd.1 libjack/Makefile drivers/Makefile drivers/alsa/Makefile drivers/dummy/Makefile drivers/portaudio/Makefile drivers/iec61883/Makefile drivers/oss/Makefile example-clients/Makefile doc/Makefile doc/reference.doxygen"
|
||||
cat >confcache <<\_ACEOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
# tests run on this system so they can be shared between configure
|
||||
@@ -21428,6 +21428,7 @@
|
||||
"drivers/dummy/Makefile" ) CONFIG_FILES="$CONFIG_FILES drivers/dummy/Makefile" ;;
|
||||
"drivers/portaudio/Makefile" ) CONFIG_FILES="$CONFIG_FILES drivers/portaudio/Makefile" ;;
|
||||
"drivers/iec61883/Makefile" ) CONFIG_FILES="$CONFIG_FILES drivers/iec61883/Makefile" ;;
|
||||
+ "drivers/oss/Makefile" ) CONFIG_FILES="$CONFIG_FILES drivers/oss/Makefile" ;;
|
||||
"example-clients/Makefile" ) CONFIG_FILES="$CONFIG_FILES example-clients/Makefile" ;;
|
||||
"doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
|
||||
"doc/reference.doxygen" ) CONFIG_FILES="$CONFIG_FILES doc/reference.doxygen" ;;
|
@ -1,31 +0,0 @@
|
||||
--- libjack/driver.c.orig Thu Dec 11 00:50:40 2003
|
||||
+++ libjack/driver.c Tue Mar 9 19:52:04 2004
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -105,6 +106,11 @@
|
||||
return -1;
|
||||
}
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <osreldate.h>
|
||||
+#endif
|
||||
+#if (defined(__APPLE__) && defined(__POWERPC__)) || (__FreeBSD_version < 501000)
|
||||
+#else
|
||||
if (mlockall (MCL_CURRENT | MCL_FUTURE) != 0) {
|
||||
jack_error ("cannot lock down memory for RT thread (%s)",
|
||||
strerror (errno));
|
||||
@@ -112,7 +118,7 @@
|
||||
return -1;
|
||||
#endif /* ENSURE_MLOCK */
|
||||
}
|
||||
-
|
||||
+#endif
|
||||
return 0;
|
||||
}
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- drivers/Makefile.in.bak Tue Jan 13 03:44:36 2004
|
||||
+++ drivers/Makefile.in Wed Mar 10 14:23:02 2004
|
||||
@@ -187,9 +187,9 @@
|
||||
@HAVE_PA_TRUE@PA_DIR = portaudio
|
||||
@HAVE_PA_FALSE@PA_DIR =
|
||||
|
||||
-SUBDIRS = dummy iec61883 $(ALSA_DIR) $(PA_DIR)
|
||||
+SUBDIRS = dummy iec61883 oss $(ALSA_DIR) $(PA_DIR)
|
||||
|
||||
-DIST_SUBDIRS = dummy iec61883 alsa portaudio
|
||||
+DIST_SUBDIRS = dummy iec61883 oss alsa portaudio
|
||||
subdir = drivers
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
10
audio/jack/files/patch-drivers-oss-oss_driver.c
Normal file
10
audio/jack/files/patch-drivers-oss-oss_driver.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- drivers/oss/oss_driver.c.orig Sat May 1 10:53:47 2004
|
||||
+++ drivers/oss/oss_driver.c Sat May 1 10:58:57 2004
|
||||
@@ -23,6 +23,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#define __BSD_VISIBLE 1
|
||||
#ifdef USE_BARRIER
|
||||
/*
|
||||
* POSIX conformance level should be globally defined somewhere, possibly
|
@ -1,25 +0,0 @@
|
||||
--- jackd/engine.c.orig Sun Jan 11 20:07:13 2004
|
||||
+++ jackd/engine.c Tue Mar 9 19:43:47 2004
|
||||
@@ -36,7 +36,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
+#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
+#endif
|
||||
#include <dirent.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <signal.h>
|
||||
@@ -2119,8 +2124,10 @@
|
||||
strerror (errno));
|
||||
return -1;
|
||||
}
|
||||
-
|
||||
-#if defined(__APPLE__) && defined(__POWERPC__)
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <osreldate.h>
|
||||
+#endif
|
||||
+#if (defined(__APPLE__) && defined(__POWERPC__)) || (__FreeBSD_version < 501000)
|
||||
// To be implemented
|
||||
#else
|
||||
if (mlockall (MCL_CURRENT | MCL_FUTURE) != 0) {
|
@ -1,10 +0,0 @@
|
||||
--- libjack/ringbuffer.c.orig Tue Mar 9 18:57:50 2004
|
||||
+++ libjack/ringbuffer.c Tue Mar 9 18:58:07 2004
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
+#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <jack/ringbuffer.h>
|
||||
|
@ -32,5 +32,45 @@ lib/libjack.la
|
||||
lib/libjack.so
|
||||
lib/libjack.so.0
|
||||
libdata/pkgconfig/jack.pc
|
||||
share/jack-audio-connection-kit/reference/html/annotated.html
|
||||
share/jack-audio-connection-kit/reference/html/deprecated.html
|
||||
share/jack-audio-connection-kit/reference/html/files.html
|
||||
share/jack-audio-connection-kit/reference/html/functions.html
|
||||
share/jack-audio-connection-kit/reference/html/functions_vars.html
|
||||
share/jack-audio-connection-kit/reference/html/globals.html
|
||||
share/jack-audio-connection-kit/reference/html/globals_defs.html
|
||||
share/jack-audio-connection-kit/reference/html/globals_enum.html
|
||||
share/jack-audio-connection-kit/reference/html/globals_eval.html
|
||||
share/jack-audio-connection-kit/reference/html/globals_func.html
|
||||
share/jack-audio-connection-kit/reference/html/globals_type.html
|
||||
share/jack-audio-connection-kit/reference/html/globals_vars.html
|
||||
share/jack-audio-connection-kit/reference/html/index.html
|
||||
share/jack-audio-connection-kit/reference/html/inprocess_8c.html
|
||||
share/jack-audio-connection-kit/reference/html/jack_8h-source.html
|
||||
share/jack-audio-connection-kit/reference/html/jack_8h.html
|
||||
share/jack-audio-connection-kit/reference/html/mainpage_8dox.html
|
||||
share/jack-audio-connection-kit/reference/html/pages.html
|
||||
share/jack-audio-connection-kit/reference/html/porting-guide.html
|
||||
share/jack-audio-connection-kit/reference/html/porting_8dox.html
|
||||
share/jack-audio-connection-kit/reference/html/ringbuffer_8h-source.html
|
||||
share/jack-audio-connection-kit/reference/html/ringbuffer_8h.html
|
||||
share/jack-audio-connection-kit/reference/html/simple__client_8c.html
|
||||
share/jack-audio-connection-kit/reference/html/structjack__position__t.html
|
||||
share/jack-audio-connection-kit/reference/html/structjack__ringbuffer__data__t.html
|
||||
share/jack-audio-connection-kit/reference/html/structjack__ringbuffer__t.html
|
||||
share/jack-audio-connection-kit/reference/html/structjack__transport__info__t.html
|
||||
share/jack-audio-connection-kit/reference/html/structport__pair__t.html
|
||||
share/jack-audio-connection-kit/reference/html/transport-design.html
|
||||
share/jack-audio-connection-kit/reference/html/transport_8dox.html
|
||||
share/jack-audio-connection-kit/reference/html/transport_8h-source.html
|
||||
share/jack-audio-connection-kit/reference/html/transport_8h.html
|
||||
share/jack-audio-connection-kit/reference/html/types_8h-source.html
|
||||
share/jack-audio-connection-kit/reference/html/types_8h.html
|
||||
share/jack-audio-connection-kit/reference/html/doxygen.png
|
||||
share/jack-audio-connection-kit/reference/html/fsm.png
|
||||
share/jack-audio-connection-kit/reference/html/doxygen.css
|
||||
@dirrm share/jack-audio-connection-kit/reference/html
|
||||
@dirrm share/jack-audio-connection-kit/reference
|
||||
@dirrm share/jack-audio-connection-kit
|
||||
@dirrm include/jack
|
||||
@dirrm lib/jack
|
||||
|
Loading…
Reference in New Issue
Block a user