From 61f849210a7b39e1ffd7eddf82de8220f8b394ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 1 Jul 2019 20:47:13 +0200 Subject: [PATCH] rewrite yml: eu.domob.anacam --- metadata/eu.domob.anacam.txt | 38 -------------------------------- metadata/eu.domob.anacam.yml | 42 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 38 deletions(-) delete mode 100644 metadata/eu.domob.anacam.txt create mode 100644 metadata/eu.domob.anacam.yml diff --git a/metadata/eu.domob.anacam.txt b/metadata/eu.domob.anacam.txt deleted file mode 100644 index 6488d0d0c4..0000000000 --- a/metadata/eu.domob.anacam.txt +++ /dev/null @@ -1,38 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site:https://www.domob.eu/projects/anacam.php -Source Code:https://sourceforge.net/p/anacam/code -Issue Tracker:https://sourceforge.net/p/anacam/tickets -Donate:https://www.domob.eu/donate.php -Bitcoin:1domobKsPZ5cWk2kXssD8p8ES1qffGUCm -Litecoin:LdomobRPBM6BA5jzHocC4ri3uoxSV3XAwK - -Auto Name:AnaCam -Summary:Anaglyph Camera -Description: -With this app, you can easily take 3D stereoscopic "anaglyph" pictures with your -device's camera. Simply take two shots at slightly different locations, and -watch the result with red-cyan (or others) glasses! AnaCam includes a live -preview, so that you can find the best position for the second picture before -you take it. -. - -Repo Type:git-svn -Repo:https://svn.code.sf.net/p/anacam/code/trunk - -Build:1.0,10000 - commit=28 - prebuild=sed -i 's@ndk-build@${ndk.dir}/ndk-build@' custom_rules.xml - -Build:1.1,10100 - commit=51 - prebuild=sed -i 's@ndk-build@${ndk.dir}/ndk-build@' custom_rules.xml - -Build:1.2,10200 - commit=57 - prebuild=sed -i 's@ndk-build@${ndk.dir}/ndk-build@' custom_rules.xml - -Auto Update Mode:None -Update Check Mode:Static -Current Version:1.2 -Current Version Code:10200 diff --git a/metadata/eu.domob.anacam.yml b/metadata/eu.domob.anacam.yml new file mode 100644 index 0000000000..cd7c74a8f5 --- /dev/null +++ b/metadata/eu.domob.anacam.yml @@ -0,0 +1,42 @@ +Categories: + - Multimedia +License: GPL-3.0-only +WebSite: https://www.domob.eu/projects/anacam.php +SourceCode: https://sourceforge.net/p/anacam/code +IssueTracker: https://sourceforge.net/p/anacam/tickets +Donate: https://www.domob.eu/donate.php +Bitcoin: 1domobKsPZ5cWk2kXssD8p8ES1qffGUCm +Litecoin: LdomobRPBM6BA5jzHocC4ri3uoxSV3XAwK + +AutoName: AnaCam +Summary: Anaglyph Camera +Description: |- + With this app, you can easily take 3D stereoscopic "anaglyph" pictures with your + device's camera. Simply take two shots at slightly different locations, and + watch the result with red-cyan (or others) glasses! AnaCam includes a live + preview, so that you can find the best position for the second picture before + you take it. + +RepoType: git-svn +Repo: https://svn.code.sf.net/p/anacam/code/trunk + +Builds: + - versionName: '1.0' + versionCode: 10000 + commit: '28' + prebuild: sed -i 's@ndk-build@${ndk.dir}/ndk-build@' custom_rules.xml + + - versionName: '1.1' + versionCode: 10100 + commit: '51' + prebuild: sed -i 's@ndk-build@${ndk.dir}/ndk-build@' custom_rules.xml + + - versionName: '1.2' + versionCode: 10200 + commit: '57' + prebuild: sed -i 's@ndk-build@${ndk.dir}/ndk-build@' custom_rules.xml + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '1.2' +CurrentVersionCode: 10200