[flatpak-kde-applications] /: Add digikam to our nightly flatpakbuilds

Aleix Pol aleixpol at kde.org
Fri Nov 3 12:37:28 GMT 2017


On Fri, Nov 3, 2017 at 1:29 PM, Gilles Caulier <caulier.gilles at gmail.com> wrote:
> Hi Simon,
>
> Flatpak is another bundle format supported only by Debian like distro. These
> format is supported by CI system from KDE, not AppImage.
>
> I have a big doubt about the flatpak bundle-ling as i know all the
> complexity of others forms of bundle. In other words, the run-time
> problematic is here, i'm sure... Nobody from us has checked the result in
> all using cases.
>
> This is why i prefer AppImage : it work on all Linux distro. Flatpak require
> to install a dedicated low level software to work. AppImage need only the
> fuse FS extension for user space, to decompress the bundle in memory.
>
> Gilles
>
> 2017-11-03 12:34 GMT+01:00 Simon Frei <freisim93 at gmail.com>:
>>
>> Hi Aleix,
>>
>> Please don't understand the email from thalbe at ziggo.nl as any kind of
>> official reaction by digikam - it is not. I do not know flatpak and how it
>> is to be used, but I totally agree, additional ways of obtaining digikam is
>> always nice.
>>
>> @thalbe at ziggo.nl :
>> If you are a member of the digikam-devel at kde.org mailing list, but do not
>> want to get these emails anymore, you can unsubscribe at the bottom of this
>> page
>> https://mail.kde.org/mailman/listinfo/digikam-devel
>> or by sending an email to digikam-devel-request at kde.org with the following
>> content:
>> unsubscribe [password] [address=<address>]
>>
>> Cheers,
>> Simon
>>
>>
>> On 03/11/17 12:18, Aleix Pol wrote:
>>
>> Hallo Mr Thalbe,
>> I find your answer extremely rude.
>>
>> I thought it would be good news for Digikam to have a new distribution
>> platform.
>>
>> Oh well,
>> Aleix
>>
>> On Fri, Nov 3, 2017 at 11:16 AM, thalbe <thalbe at ziggo.nl> wrote:
>>
>> Hallo Aleix Pol,
>> please no e mail  anymore
>>
>> thalbe, thalbe at ziggo.nl
>> 3-11-2017
>>
>> ----- Ik heb het volgende bericht ontvangen -----
>> Van: Aleix Pol
>> Aan: kde-commits
>> Datum: 2017-11-02, 18:21:08
>> Onderwerp: [flatpak-kde-applications] /: Add digikam to our nightly
>> flatpakbuilds
>>
>> Git commit 9ed5cd9658154f530c1501250a89a034d1d00845 by Aleix Pol.
>> Committed on 02/11/2017 at 17:21.
>> Pushed by apol into branch 'master'.
>>
>> Add digikam to our nightly flatpak builds
>>
>> CCMAIL: digikam-devel at kde.org
>>
>> R +9 -13 org.kde.digikam.json [from: todo/org.kde.digikam.json - 068%
>> similarity]
>>
>>
>> https://commits.kde.org/flatpak-kde-applications/9ed5cd9658154f530c1501250a89a034d1d00845
>>
>> diff --git a/todo/org.kde.digikam.json b/org.kde.digikam.json
>> similarity index 68%
>> rename from todo/org.kde.digikam.json
>> rename to org.kde.digikam.json
>> index 917dacd..23717f7 100644
>> --- a/todo/org.kde.digikam.json
>> +++ b/org.kde.digikam.json
>> @@ -10,31 +10,27 @@
>>      "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland",
>> "--filesystem=host" ],
>>
>>      "modules": [
>> - "../boost.json",
>> + "boost.json",
>> + "qtwebkit.json",
>>          {
>> - "name": "exiv2",
>> + "name": "opencv",
>>              "buildsystem": "cmake-ninja",
>>              "builddir": true,
>> - "sources": [
>> - {
>> - "type": "archive",
>> - "url": "http://www.exiv2.org/exiv2-0.25.tar.gz",
>> - "sha256":
>> "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4"
>> - }
>> - ]
>> + "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib",
>> "-DWITH_OPENCL=ON", "-DWITH_OPENGL=ON", "-DWITH_TBB=ON",
>> "-DWITH_XINE=ON"],
>> + "sources": [ { "type": "git", "url":
>> "http://github.com/Itseez/opencv.git", "branch": "3.3.1" } ]
>>          },
>>          {
>> - "name": "opencv",
>> + "name": "exiv2",
>>              "buildsystem": "cmake-ninja",
>>              "builddir": true,
>> - "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib",
>> "-DWITH_OPENCL=ON", "-DWITH_OPENGL=ON", "-DWITH_TBB=ON",
>> "-DWITH_XINE=ON"],
>> - "sources": [ { "type": "git", "url":
>> "http://github.com/Itseez/opencv.git"
>> } ]
>> + "sources": [ { "type": "git", "url":
>> "https://github.com/Exiv2/exiv2.git",
>> "branch": "v0.26" } ]
>>          },
>>          {
>>              "name": "digikam",
>>              "buildsystem": "cmake-ninja",
>> + "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib",
>> "-DQt5WebKitWidgets_DIR=/app/lib/cmake/Qt5WebKitWidgets/"],
>>              "builddir": true,
>> - "sources": [ { "type": "git", "url": "git://anongit.kde.org/digikam.git"
>> }
>> ]
>> + "sources": [ { "type": "git", "url":
>> "file:///home/apol/projects/digikam"
>> } ]
>>          }
>>      ]
>>  }
>>
>>
>

With the difference that flatpak (and others) have a security model
where appimage doesn't.
Flatpak is also supported by every distribution I've seen (fedora/red
hat, ubuntu, debian, archlinux, opensuse,...).

I never suggested you changed how you work though, just note that it's
there for testing and profit.

Cheers!
Aleix



More information about the Digikam-devel mailing list