1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
Commit Graph

193 Commits

Author SHA1 Message Date
Reinhard Pointner
451a8e3016 * we now depend on Java 8 (which is not in the default ubuntu repositories) 2014-07-29 14:23:38 +00:00
Reinhard Pointner
aee952bf72 * fix permissions FUCK FUCK FUCK file != filemode ... orz :( 2014-07-29 12:56:21 +00:00
Reinhard Pointner
32742e6dea * fix build 2014-07-29 12:10:06 +00:00
Reinhard Pointner
a5a8165586 * * fix permissions 2014-07-29 12:09:32 +00:00
Reinhard Pointner
d3bb1535e8 * * fix permissions 2014-07-29 12:08:07 +00:00
Reinhard Pointner
2fd8ccd8d1 * fix permissions 2014-07-29 11:58:13 +00:00
Reinhard Pointner
289d71646c + drop support for Java 7 2014-07-29 11:35:48 +00:00
Reinhard Pointner
dfd5b3696f * * fix build 2014-07-29 11:34:10 +00:00
Reinhard Pointner
b6b1d18708 * fix build 2014-07-29 11:30:50 +00:00
Reinhard Pointner
b3fbd7024a * simplify build 2014-07-29 11:27:10 +00:00
Reinhard Pointner
3fea6a21de * experiment with embedding the JRE for the Ubuntu Software Center 2014-07-29 11:21:15 +00:00
Reinhard Pointner
4a1e2fe35b * fix build 2014-07-29 10:34:47 +00:00
Reinhard Pointner
c711e4543c * fix mas config 2014-07-29 09:06:30 +00:00
Reinhard Pointner
0298b58fe4 * refactor file access utilities into new class UserFiles 2014-07-28 20:01:46 +00:00
Reinhard Pointner
88008a2b0f * make all file choosers compatible with the mas sandbox 2014-07-28 19:20:55 +00:00
Reinhard Pointner
c3f59e96e5 * play with mas compatibility 2014-07-28 13:29:00 +00:00
Reinhard Pointner
7bfb52cff4 * play with mas compatibility 2014-07-28 12:54:40 +00:00
Reinhard Pointner
2b18ddef8a * bundle JNA native lib instead of auto-unpack from the jar 2014-07-27 15:59:16 +00:00
Reinhard Pointner
d9ea19f259 * compute SHA-256 for homebrew/cask package 2014-07-16 12:58:21 +00:00
Reinhard Pointner
63c114e7c1 * remove webstart from ant build 2014-07-16 12:43:57 +00:00
Reinhard Pointner
8b36ed9a4a * fix build 2014-07-15 14:49:27 +00:00
Reinhard Pointner
9824f56cdc * update syno package source location (and allow for customized package source logic in the future) 2014-07-12 18:04:31 +00:00
Reinhard Pointner
ff3babd131 * optimize build 2014-07-09 16:59:53 +00:00
Reinhard Pointner
144646fbb6 * don't update raw syno.json 2014-07-08 08:37:56 +00:00
Reinhard Pointner
febffc4e0c * automated deployment and update of Synology Package Source descriptor 2014-07-07 19:53:15 +00:00
Reinhard Pointner
7ea595ecb3 * added experimental support for Synology Package Source and automated SPK install & update 2014-07-07 17:37:39 +00:00
Reinhard Pointner
89da5f5f7c * fix variables 2014-07-07 08:56:05 +00:00
Reinhard Pointner
39892fae16 + experimental support for automated build of synology spk packages 2014-07-07 08:52:47 +00:00
Reinhard Pointner
b5e83e98a9 * make sure we can easily set application.update via sed (might be useful for brew formula) 2014-06-19 08:35:54 +00:00
Reinhard Pointner
977452268e * replace xattrj with my own JNA wrapper for <sys/xattr.h> 2014-06-18 09:28:27 +00:00
Reinhard Pointner
b99f159df3 * don't use -XX args for GUI app since it seems to make things a bit less stable 2014-05-18 09:38:41 +00:00
Reinhard Pointner
06a47a3375 * fix .ipkg directory structure 2014-05-11 06:38:34 +00:00
Reinhard Pointner
d810af37d2 + xattr support for Mac OSX 2014-04-25 06:59:18 +00:00
Reinhard Pointner
1ba888713b * fix Mac App title issue 2014-04-24 06:53:34 +00:00
Reinhard Pointner
b570861619 * use recommended options that everyone seems to be setting
@see https://bitbucket.org/infinitekind/appbundler/overview
2014-04-24 04:39:20 +00:00
Reinhard Pointner
261513b654 * finish app bundle rewrite 2014-04-22 09:25:49 +00:00
Reinhard Pointner
fd786a6938 * build new filebot.icns file using iconutil
e.g.
iconutil -c icns -o filebot.icns filebot.iconset
2014-04-22 07:26:55 +00:00
Reinhard Pointner
86ad52b696 * remove outdated Apple Java bundler and replace with Oracle Java bundle
* fix various OSX bundle issues
2014-04-22 06:17:21 +00:00
Reinhard Pointner
9a485bb5a2 * update paths and docs 2014-04-19 07:03:52 +00:00
Reinhard Pointner
5c29cf6f74 * replace all net.sourceforge.filebot with net.filebot in deployment build files 2014-04-19 06:33:08 +00:00
Reinhard Pointner
45a00a7d4b * fetch scripts from per-version-branches on github to avoid future compatibility problems 2014-04-15 14:03:31 +00:00
Reinhard Pointner
6e8f5a1445 * inject methods using the Groovy Extension Module system (and slowly phase out the *.lib.groovy code) 2014-04-13 19:37:11 +00:00
Reinhard Pointner
e67c3669b1 # boost application startup speed
-XX:+TieredCompilation
2014-03-19 19:02:44 +00:00
Reinhard Pointner
cf8b3d835f + REQUIRE min JRE 7 and update all libs 2014-03-18 20:16:39 +00:00
Reinhard Pointner
b55c0e3fbf * set -DuseCreationDate explicitly depending on each platforms capabilities 2014-01-28 15:38:16 +00:00
Reinhard Pointner
ad3d34eeba + move shared scripts to github 2013-11-29 17:18:31 +00:00
Reinhard Pointner
644c5bc2a8 * make sure to include groovy build properties 2013-11-26 06:24:56 +00:00
Reinhard Pointner
e1c8e8d17b * try to fix various potential JNA init issues 2013-11-22 08:28:17 +00:00
Reinhard Pointner
28a53aca20 * set deb dept to openjdk-7-jre-headless 2013-11-08 18:04:29 +00:00
Reinhard Pointner
a939e11c0d * ship fpcalc with filebot instead of relying on the chromaprint-tools package
* update fpcalc binaries to 1.0.1
2013-11-08 13:05:42 +00:00