summaryrefslogtreecommitdiff
path: root/ffmpegfs
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-06-26 22:39:25 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-06-29 17:47:58 +1000
commit0f24e3880ec772ff7de6770c3456c26357a03fcb (patch)
treeadca9155e56cf535e8dfde531e62395ef1308e71 /ffmpegfs
parent8680ab9e178e77766af0eaa78d647bfadc5c5c56 (diff)
downloadcontrib-0f24e3880ec772ff7de6770c3456c26357a03fcb.tar.gz
contrib-0f24e3880ec772ff7de6770c3456c26357a03fcb.tar.xz
ffmpegfs: initial import
Diffstat (limited to 'ffmpegfs')
-rw-r--r--ffmpegfs/.footprint7
-rw-r--r--ffmpegfs/.signature5
-rw-r--r--ffmpegfs/Pkgfile17
3 files changed, 29 insertions, 0 deletions
diff --git a/ffmpegfs/.footprint b/ffmpegfs/.footprint
new file mode 100644
index 000000000..79c41f8e1
--- /dev/null
+++ b/ffmpegfs/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ffmpegfs
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/ffmpegfs.1.gz
diff --git a/ffmpegfs/.signature b/ffmpegfs/.signature
new file mode 100644
index 000000000..c83130be5
--- /dev/null
+++ b/ffmpegfs/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3zSf8DHMYXUJOjbbuuMIdKhbs7XW1dKwxPd1VpngjyLK7XZbJxZTzQHzDwsjUQiOhg/Q1xdolRk3wJN3LCA5rAU=
+SHA256 (Pkgfile) = 850897d20af482d6efb099980c488ba5ea3dc6f983d520bc63be24d252d052cc
+SHA256 (.footprint) = 60f1c3afd1a1616299dcd8f24debde6235e9cfcefbcb85ee885d7fafb28ff85c
+SHA256 (ffmpegfs-1.8.tar.gz) = c0b65982da7bb8283bca1dd0a0705c71e3c67284a8d91d105dd54208ec0b90bc
diff --git a/ffmpegfs/Pkgfile b/ffmpegfs/Pkgfile
new file mode 100644
index 000000000..26797863a
--- /dev/null
+++ b/ffmpegfs/Pkgfile
@@ -0,0 +1,17 @@
+# 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 w3m bzip2 libgmp libpcre util-linux xz zlib
+# 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
+version=1.8
+release=1
+source=(https://github.com/nschlia/ffmpegfs/releases/download/v$version/ffmpegfs-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ CONFIG_SHELL=/bin/bash ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit