openbsd-ports/audio/pacpl/patches/patch-codecs_conf
sthen c6273ab52f update pacpl to 4.0.5, also:
- patch to fix the annoying warnings on systems without LANG or
PWD set in the environment

- roll subpackages into the main package; no point having an entire
package that just installs some scripts/data files (which are harmless
if the corresponding package is not installed) and adds run deps.
2013-04-27 11:39:47 +00:00

37 lines
852 B
Plaintext

$OpenBSD: patch-codecs_conf,v 1.2 2013/04/27 11:39:47 sthen Exp $
--- codecs.conf.orig Sat Mar 7 18:39:37 2009
+++ codecs.conf Sat Apr 27 11:35:23 2013
@@ -5,12 +5,12 @@
# encoders: faac, ffmpeg
# decoders: faad, ffmpeg, mplayer
#
-AAC = faac,faad
+AAC = ffmpeg,ffmpeg
# encoders: flac, ffmpeg
# decoders: flac, ffmpeg, mplayer
#
-FLAC = flac,flac
+FLAC = ffmpeg,ffmpeg
# encoders: flac, flake
# decoders: flac, mplayer
@@ -21,8 +21,8 @@ FLA = flac,flac
# encoders: faac, ffmpeg
# decoders: faad, ffmpeg, mplayer
#
-M4A = faac,faad
-MP4 = faac,faad
+M4A = ffmpeg,ffmpeg
+MP4 = ffmpeg,ffmpeg
# encoders: lame, bladeenc, gogo, toolame, ffmpeg, sox
# decoders: lame, ffmpeg, mplayer, sox
@@ -42,5 +42,5 @@ TTA = ttaenc,ttaenc
# encoders: wavpack
# decoders: wvunpack, ffmpeg, mplayer
#
-WV = wavpack,wvunpack
+WV = wavpack,ffmpeg