# meltonbrake-part2/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 \
https://github.com/lisamelton/more-video-transcoding.git

#---------------------------------------------------------------------

[buildtimes]

#---------------------------------------------------------------------

[settings]
configure = none
license   = See "license*.txt" in installed tree
licfile   = LICENSE
unpack    = relaxed

dontfind  = ffmpeg2 ffmpeg3 ffmpeg4 ffmpeg5 ffmpeg6
setpaths  = ffmpeg7 handbrake
tmpsize   = 1M

#---------------------------------------------------------------------

[depends]
meltonbrake-part1

#---------------------------------------------------------------------

[build]
BINDIR=$PKGDIR_PROD/bin
mkdir -p $BINDIR

TFILE=two-pass-transcode
mv        $TFILE{.rb,}
chmod 755 $TFILE
mv        $TFILE $BINDIR/

#---------------------------------------------------------------------

# 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     = n/a
url_tarball = git               # See "technotes" in "cfg" file

#---------------------------------------------------------------------

[history]
240224 Added package. Started with 331abdd31 ("git" hash).