# baka-mplayer/cfg - "Build" settings for package #--------------------------------------------------------------------- [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://github.com/u8sand/Baka-MPlayer.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" in installed tree licfile = LICENSE dontfind = qt4 setpaths = qt5 xorg tmpsize = 24M #--------------------------------------------------------------------- [depends] mpv pkgconf qt5 #--------------------------------------------------------------------- [configure] ./configure #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR smpmake mv build/baka-mplayer $BINDIR/ gzip -c -d < DOCS/baka-mplayer.1.gz > $MANDIR/baka-mplayer.1 #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin PROGBASE=baka-mplayer cd $BINDIR rm -fr ../xbin/ mkdir -p ../xbin/ mv $PROGBASE ../xbin/ cp -p $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] 211106 Added package. Started with 61740cda6 ("git" hash). 230225 Updated to 4265ebab8