# audacious/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run \ --checkout=audacious-4.4.1 \ --deletegit \ https://github.com/audacious-media-player/audacious.git #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.45 minutes) - HP Pavilion dv8 8GB RAM 00.01 hours (or 000.75 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.42 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING nowerror = yes tmpsize = 89M dontfind = qt4 qt5 setpaths = audacious gtkcore qt6 #--------------------------------------------------------------------- [depends] brotli bzip2 cairo curl dbus double-conversion expat fluidsynth fontconfig freetype2 fribidi graphite2 gtkcore jpeg libarchive libbsd libffi libicu liblz4 libpng libxml2 ncurses openssl qt tenacity # Just to pull in dependencies util-linux xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] BINDIR=$PKGDIR_PROD/bin LIBDIR=$PKGDIR_PROD/lib MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE rm -fr $LIBDIR rm -fr $BINDIR/audacious rm -fr $BINDIR/audtool if [ -f ./autogen.sh ]; then ./autogen.sh fi CFLAGS="-fpermissive" bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-gtk \ --enable-libarchive \ --enable-qt \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=audacious cd $BINDIR rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp $PKGDIR_SPECIAL/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 150602 Updated from 3.5.2 to 3.6.2 170729 Updated to 3.8.2 170919 Updated to 3.9 180811 Updated to 3.10 181229 Updated to 3.10.1 211112 Updated to d32136dac ("git" hash) 220711 Updated to 73a881fb5 - same as 4.2 230306 Updated to f185cdf63 - same as 4.3 230502 Updated to 0daed5ab4 - same as 4.3.1 241004 Updated to 02a0c4c1f - same as 4.4.1