mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 1.2.0. No user-visible changes.
Switch to USES=libtool:keepla.
This commit is contained in:
parent
32b02e6a47
commit
10cd037d6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355645
@ -2,19 +2,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libao
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/ao/
|
||||
|
||||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Portable audio output library
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool:keepla pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-arts
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
--disable-arts
|
||||
# do not install
|
||||
MAKE_ARGS= ckport_DATA=""
|
||||
|
||||
OPTIONS_DEFINE= DOCS ESOUND NAS PULSEAUDIO
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libao-1.1.0.tar.gz) = 29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4
|
||||
SIZE (libao-1.1.0.tar.gz) = 397102
|
||||
SHA256 (libao-1.2.0.tar.gz) = 03ad231ad1f9d64b52474392d63c31197b0bc7bd416e58b1c10a329a5ed89caf
|
||||
SIZE (libao-1.2.0.tar.gz) = 464596
|
||||
|
@ -1,12 +1,11 @@
|
||||
$FreeBSD$
|
||||
--- src/plugins/Makefile.in.orig 2010-06-05 15:49:54.000000000 +0200
|
||||
+++ src/plugins/Makefile.in 2010-06-05 15:50:28.000000000 +0200
|
||||
@@ -295,7 +295,7 @@ $(RECURSIVE_TARGETS):
|
||||
--- src/plugins/Makefile.in.orig 2014-05-28 16:19:02.000000000 +0200
|
||||
+++ src/plugins/Makefile.in 2014-05-28 16:25:33.000000000 +0200
|
||||
@@ -388,7 +388,7 @@ $(am__recursive_targets):
|
||||
else \
|
||||
local_target="$$target"; \
|
||||
fi; \
|
||||
- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) LIBTOOL="$(LIBTOOL) --tag=disable-static" $$local_target) \
|
||||
- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
||||
+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) AM_LIBTOOLFLAGS="--tag=disable-static" $$local_target) \
|
||||
|| eval $$failcom; \
|
||||
done; \
|
||||
if test "$$dot_seen" = "no"; then \
|
||||
|
11
audio/libao/files/patch-src_plugins_pulse_Makefile.in
Normal file
11
audio/libao/files/patch-src_plugins_pulse_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/plugins/pulse/Makefile.in.orig 2014-05-28 17:53:30.000000000 +0200
|
||||
+++ src/plugins/pulse/Makefile.in 2014-05-28 17:58:05.000000000 +0200
|
||||
@@ -348,7 +348,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||
@HAVE_PULSE_TRUE@pulseltlibs = libpulse.la
|
||||
@HAVE_PULSE_FALSE@pulsesources =
|
||||
@HAVE_PULSE_TRUE@pulsesources = ao_pulse.c
|
||||
-INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include
|
||||
+INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include @PULSE_CFLAGS@
|
||||
lib_LTLIBRARIES = $(pulseltlibs)
|
||||
libpulse_la_LDFLAGS = @PLUGIN_LDFLAGS@
|
||||
libpulse_la_LIBADD = @PULSE_LIBS@
|
@ -8,8 +8,7 @@ On FreeBSD, it currently supports:
|
||||
* OSS (Open Sound System)
|
||||
And optionally:
|
||||
* ESD (ESounD or Enlightened Sound Daemon)
|
||||
* aRts (KDE sound server)
|
||||
* NAS (Network Audio System)
|
||||
* PulseAudio
|
||||
|
||||
WWW: http://www.xiph.org/ao/
|
||||
WWW: https://www.xiph.org/ao/
|
||||
|
@ -5,6 +5,7 @@ lib/libao.a
|
||||
lib/libao.la
|
||||
lib/libao.so
|
||||
lib/libao.so.4
|
||||
lib/libao.so.4.1.0
|
||||
lib/ao/plugins-4/liboss.la
|
||||
lib/ao/plugins-4/liboss.so
|
||||
%%ESOUND%%lib/ao/plugins-4/libesd.la
|
||||
|
Loading…
Reference in New Issue
Block a user