summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorMatthew Gamble2015-09-17 20:47:35 +1000
committerMatthew Gamble2015-09-17 20:47:35 +1000
commit4e5a4c88d9f1ef9d784dc466f2d971e959216e8b (patch)
tree8fee4fc5e7627f2081de57d8df85f946baf98dd5 /.SRCINFO
downloadaur-4e5a4c88d9f1ef9d784dc466f2d971e959216e8b.tar.gz
Initial migration of package to AUR4
Updated to use the very latest version of mp3fs. Unfortunately I've had to disable ogg picture support due to the lack of a package for libb64 and my lack of knowledge in being able to create one. If someone can step up to the plate and tackle this, please leave me a comment and I'll update the PKGBUILD to not disable it!
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d533e149543d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = mp3fs-git
+ pkgdesc = A read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read.
+ pkgver = 20150913
+ pkgrel = 1
+ url = http://khenriks.github.com/mp3fs/
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = git
+ makedepends = asciidoc
+ depends = fuse
+ depends = flac
+ depends = lame
+ depends = libid3tag
+ conflicts = mp3fs
+ source = git://github.com/khenriks/mp3fs.git
+ sha256sums = SKIP
+
+pkgname = mp3fs-git
+