mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
ver. 4.7.1
This commit is contained in:
parent
e616b7f985
commit
2d4b40cc31
3 changed files with 15 additions and 11 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filebot
|
||||
pkgdesc = The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums
|
||||
pkgver = 4.7
|
||||
pkgrel = 2
|
||||
pkgver = 4.7.1
|
||||
pkgrel = 1
|
||||
url = http://filebot.sourceforge.net/
|
||||
arch = any
|
||||
license = GPL
|
||||
|
|
@ -11,12 +11,13 @@ pkgbase = filebot
|
|||
optdepends = libzen: Support for additional subtitle search engines (Sublight)
|
||||
optdepends = libmediainfo: Episode naming / Sublight usage
|
||||
optdepends = java-p7zip-binding: Extract archives
|
||||
source = http://downloads.sourceforge.net/project/filebot/filebot/FileBot_4.7/FileBot_4.7-portable.zip
|
||||
optdepends = gvfs: gvfs backends
|
||||
source = http://downloads.sourceforge.net/project/filebot/filebot/FileBot_4.7.1/FileBot_4.7.1-portable.zip
|
||||
source = filebot-arch.sh
|
||||
source = filebot.svg
|
||||
source = filebot.desktop
|
||||
md5sums = 5bccdb98a0052f628aed38f857122656
|
||||
md5sums = 5fca1c27a1fa021eaee96666994990e4
|
||||
md5sums = 46fa31668f971d373bc39b66bdd8a4bf
|
||||
md5sums = 04cbf9bfeb65877e87e26c3300b81498
|
||||
md5sums = 04f46be047049448dba3f0de29fe192d
|
||||
md5sums = f37edd0bba7570904d28ab1681c7a7f3
|
||||
|
||||
|
|
|
|||
13
PKGBUILD
13
PKGBUILD
|
|
@ -4,8 +4,8 @@
|
|||
# Contributor: Nathan Owe <ndowens04 at gmail>
|
||||
|
||||
pkgname=filebot
|
||||
pkgver=4.7
|
||||
pkgrel=2
|
||||
pkgver=4.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="The ultimate tool to rename TV/anime shows, download subtitles, and validate checksums"
|
||||
arch=('any')
|
||||
url="http://filebot.sourceforge.net/"
|
||||
|
|
@ -14,12 +14,15 @@ license=('GPL')
|
|||
depends=('java-runtime>=8' 'fontconfig' 'chromaprint')
|
||||
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/FileBot_$pkgver/FileBot_$pkgver-portable.zip
|
||||
$pkgname-arch.sh $pkgname.svg $pkgname.desktop)
|
||||
md5sums=('5bccdb98a0052f628aed38f857122656'
|
||||
'5fca1c27a1fa021eaee96666994990e4'
|
||||
md5sums=('46fa31668f971d373bc39b66bdd8a4bf'
|
||||
'04cbf9bfeb65877e87e26c3300b81498'
|
||||
'04f46be047049448dba3f0de29fe192d'
|
||||
'f37edd0bba7570904d28ab1681c7a7f3')
|
||||
#noextract=(FileBot_$pkgver.jar)
|
||||
optdepends=('libzen: Support for additional subtitle search engines (Sublight)' 'libmediainfo: Episode naming / Sublight usage' 'java-p7zip-binding: Extract archives')
|
||||
optdepends=('libzen: Support for additional subtitle search engines (Sublight)'
|
||||
'libmediainfo: Episode naming / Sublight usage'
|
||||
'java-p7zip-binding: Extract archives'
|
||||
'gvfs: gvfs backends')
|
||||
|
||||
build() {
|
||||
/bin/true
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ EXTRACTOR="ApacheVFS" # use Apache Commons VFS2 with junrar plugin
|
|||
# EXTRACTOR="SevenZipNativeBindings" # use the lib7-Zip-JBinding.so native library
|
||||
|
||||
# start filebot
|
||||
java -Dunixfs=false -DuseGVFS=false -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
|
||||
java -Dunixfs=false -DuseGVFS=true -DuseExtendedFileAttributes=true -DuseCreationDate=false -Dfile.encoding="UTF-8" -Dsun.jnu.encoding="UTF-8" -Djava.net.useSystemProxies=false -Djna.nosys=true -Dapplication.deployment=portable -Dnet.filebot.Archive.extractor="$EXTRACTOR" -Dnet.filebot.AcoustID.fpcalc="fpcalc" -Dapplication.dir=$HOME/.config/filebot -Djava.io.tmpdir=/tmp/filebot -Dapplication.update=skip -Djna.library.path=/usr/share/java $JAVA_OPTS -jar /usr/share/java/filebot/filebot.jar "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue