a57d45076c
Attached is the port to build the Akode PulseAudio plugin, this plugin is a replacement for the recently retired Akode PolypAudio plugin. This plugin was created from the akode-pulseaudio.patch obtained from Fedora Core 6. aKode is a simple audio-decoding frame-work that provides a uniform interface to decode the most common audio-formats. It also has a direct playback option for a number of audio-outputs. PR: ports/121344 Submitted by: Scot Hetzel <swhetzel@gmail.com>
15 lines
616 B
Text
15 lines
616 B
Text
--- akode/plugins/Makefile.in.orig Tue Nov 29 18:10:20 2005
|
|
+++ akode/plugins/Makefile.in Tue Nov 29 18:10:45 2005
|
|
@@ -252,11 +252,7 @@
|
|
@include_sun_sink_TRUE@AKODE_SUN_SINK = sun_sink
|
|
@include_jack_sink_TRUE@AKODE_JACK_SINK = jack_sink
|
|
@include_polyp_sink_TRUE@AKODE_POLYP_SINK = polyp_sink
|
|
-SUBDIRS = $(AKODE_MPC_DECODER) $(AKODE_XIPH_DECODER) \
|
|
- $(AKODE_MPEG_DECODER) $(AKODE_FFMPEG_DECODER) \
|
|
- $(AKODE_ALSA_SINK) $(AKODE_OSS_SINK) $(AKODE_SUN_SINK) \
|
|
- $(AKODE_JACK_SINK) $(AKODE_POLYP_SINK) \
|
|
- $(AKODE_SRC_RESAMPLER)
|
|
+SUBDIRS = %%SUBDIRS%%
|
|
|
|
#>- all: all-recursive
|
|
#>+ 1
|