mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 16:25:00 -05:00
Add ffmpegfs
This commit is contained in:
parent
17846d46ea
commit
1ccee7c0b3
26
src/ffmpegfs/PKGBUILD
Normal file
26
src/ffmpegfs/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Maintainer: Willem Mulder <14mRh4X0r@gmail.com>
|
||||||
|
pkgname=ffmpegfs
|
||||||
|
pkgver=1.99
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="FUSE-based transcoding filesystem with video support from many formats to MP4, WebM, OGG, MP3, OPUS, MOV, ProRes or WAV."
|
||||||
|
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') # Not arch-specific, should work on all
|
||||||
|
url="https://nschlia.github.io/ffmpegfs/"
|
||||||
|
license=('GPL3' 'FDL1.3')
|
||||||
|
makedepends=('asciidoc' 'w3m' 'xxd')
|
||||||
|
depends=('fuse' 'ffmpeg' 'sqlite' 'libbluray' 'libdvdread')
|
||||||
|
source=("https://github.com/nschlia/ffmpegfs/releases/download/v$pkgver/ffmpegfs-$pkgver.tar.gz")
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$pkgname-$pkgver"
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$pkgname-$pkgver"
|
||||||
|
make DESTDIR="$pkgdir/" install
|
||||||
|
|
||||||
|
install -Dm644 README.md "$pkgdir/usr/share/doc/ffmpegfs/README.md"
|
||||||
|
}
|
||||||
|
|
||||||
|
sha384sums=('cb6d3cccf9a209d6b2642a8c31053321955dbb9d40360e728dcf00ec33f254f1831b4ddc4c3b3b6925e2cb2adb5b2b29')
|
Loading…
Reference in New Issue
Block a user