# pacpl/cfg - "Build" settings for package #--------------------------------------------------------------------- [about] "pacpl" (or Perl Audio Converter) is a command-line tool that converts audio data from one format to another. It supports a wide range of audio formats, including MP2, MP3, Ogg Vorbis, FLAC, Shorten, FAAC (AAC/M4A/MP4), Musepack (MPC), Wavpack (WV), TTA, Kexis (KXS), AIFF, AC3, BONK, AU, SND, RAW, VOC, WAV, WMA, and others. "pacpl" can also extract audio from video files of various types, including RM, ASF, DivX, MPG, MKV, MPEG, AVI, MOV, etc. #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run https://git.code.sf.net/p/pacpl/code pacpl #--------------------------------------------------------------------- 2. This distro's version of "pacpl" intentionally omits support for these codecs and/or compressors: (a) La (from lossless-audio.com), LPAC, and OptimFrog. These three codecs seem to be closed-source. If this is the case, this distro probably isn't going to support them. Presently, most closed-source codecs are barred. (Exceptions are made for MPlayer codecs that are sanctioned by the MPlayer devel- opment team.) (b) Monkey's Audio Codec. This codec can't be used because it has a strange license. Note: As of mid-2006, there's a Mon- key's Audio "port" on Sourceforge that has an alternate lic- ense (i.e., LGPL), but the package documentation suggests that the license was revised without the original develop- er's permission. #--------------------------------------------------------------------- # 3. Future change: Not all possible combinations of input and output # formats are supported. The usage text should be modified to explain # this. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.10 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.20 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.25 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = GNU General Public License, version 2 (June 1991) tmpsize = 3M #--------------------------------------------------------------------- [depends] aften bladeenc bonk cdparanoia cpancore faac faad2 ffmpeg flac kexis lame libopusenc libsndfile mplayer mpptools opus opusfile opus-tools perl pkgconf shorten sox speex ttaenc twolame vorbis-tools wavpack zenity #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE autoreconf -fi bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = https://votoxin.wixsite.com/pacpl/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210702 Updated from 3.3.2 to 6aa1f21f6 ("git" hash)