contrib/ffmpegfs/Pkgfile

18 lines
864 B
Plaintext
Raw Normal View History

2019-06-26 14:39:25 +02:00
# Description: FUSE-based transcoding filesystem from many formats to MP3 or MP4 including video transcoding.
# URL: https://nschlia.github.io/ffmpegfs/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: asciidoc ffmpeg fuse lame libchardet libcue libgmp libpcre util-linux w3m
2019-06-26 14:39:25 +02:00
# Optional: fdk-aac libass libbluray x264 x265 expat fontconfig freetype fribidi fuse glib gnutls harfbuzz libffi libidn2 libogg libpng libtasn1 libtheora libunistring libva libvorbis libvpx libwebp libxml2 nettle opus p11-kit libdrm libvdpau xorg-libx11 xorg-libxau xorg-libxcb xorg-libxdmcp xorg-libxext xorg-libxfixes
name=ffmpegfs
2021-09-09 12:23:40 +02:00
version=2.6
2019-06-26 14:39:25 +02:00
release=1
2021-09-09 12:23:40 +02:00
source=(https://github.com/nschlia/ffmpegfs/releases/download/v$version/ffmpegfs-$version.tar.gz)
2019-06-26 14:39:25 +02:00
build() {
cd $name-$version
CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}