Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion filmulator-gui/filmulator-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ unix:desktop.path = /usr/share/applications

unix:desktop.files += ./filmulator_gui.desktop

unix:appstream.path = /usr/share/metainfo
unix:appstream.files += ./resources/linux/org.filmulator.Filmulator.metainfo.xml

# win32 {
# target.path = ???
# desktop.path = ???
Expand Down Expand Up @@ -141,7 +144,7 @@ QT += sql core quick qml widgets

CONFIG += qtquickcompiler

INSTALLS += desktop extra
INSTALLS += desktop appstream extra

RESOURCES += \
qml.qrc \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.filmulator.Filmulator</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Filmulator</name>
<summary>A GUI adaptation of Filmulator, a film emulator with all of the positives and none of the negatives</summary>
<description>
<p>Filmulator accepts raw files from cameras and simulates the
development of film as if exposed to the same light as the camera's
sensor.</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://camo.githubusercontent.com/326f36d3348e0cfb54860187101a1e0ca48fa84c/687474703a2f2f692e696d6775722e636f6d2f68584948556b642e706e67</image>
<caption>The Filmulator window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://filmulator.org/</url>
<url type="bugtracker">https://github.com/CarVac/filmulator-gui/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.10.2" date="2020-12-24" />
<release version="0.10.1" date="2020-11-22" />
<release version="0.10.0" date="2020-11-21" />
<release version="0.9.0" date="2020-09-17" />
</releases>
</component>
1 change: 1 addition & 0 deletions release_instructions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Things to do when performing a new release

* Update Innosetup script version number
* Add a release in resources/linux/org.filmulator.Filmulator.metainfo.xml
* Get translations
* Grab builds for Linux and Windows
* Test builds with both new and existing databases
Expand Down