25.25.12.1 linux release
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
VERSION = 24.24.12.1
|
VERSION = 25.25.12.1
|
||||||
win32:CONFIG += skip_target_version_ext
|
win32:CONFIG += skip_target_version_ext
|
||||||
CONFIG += c++2a
|
CONFIG += c++2a
|
||||||
|
|
||||||
@ -108,13 +108,13 @@ win32 {
|
|||||||
LIBS += -lIex
|
LIBS += -lIex
|
||||||
|
|
||||||
#For systems with older versions of OpenEXR < 3.0, use this.
|
#For systems with older versions of OpenEXR < 3.0, use this.
|
||||||
# LIBS += -lIlmImf
|
LIBS += -lIlmImf
|
||||||
# LIBS += -lHalf
|
LIBS += -lHalf
|
||||||
|
|
||||||
#For systems with OpenEXR >= 3.0, use this.
|
#For systems with OpenEXR >= 3.0, use this.
|
||||||
LIBS += -lz
|
# LIBS += -lz
|
||||||
LIBS += -lIlmThread
|
# LIBS += -lIlmThread
|
||||||
LIBS += -lOpenEXR
|
# LIBS += -lOpenEXR
|
||||||
}
|
}
|
||||||
|
|
||||||
macx {
|
macx {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
%define buildroot %{_topdir}/BUILDROOT
|
%define buildroot %{_topdir}/BUILDROOT
|
||||||
|
|
||||||
Name: Fractorium
|
Name: Fractorium
|
||||||
Version: 24.24.12.1
|
Version: 25.25.12.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A fractal flame editor with GPU support
|
Summary: A fractal flame editor with GPU support
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,15 @@ Make them executable by running this command in the folder they reside in:
|
|||||||
|
|
||||||
`chmod +x ./*.AppImage`
|
`chmod +x ./*.AppImage`
|
||||||
|
|
||||||
Once those are installed, run these commands from the root of the fractorium folder:
|
Once those are installed, ensure the version is correct in the following files:
|
||||||
|
`fractorium/Builds/QtCreator/defaults.pri`
|
||||||
|
`fractorium/Data/Fractorium.spec`
|
||||||
|
|
||||||
|
Ensure copyright and website links are correct in:
|
||||||
|
`fractorium/debian/copyright`
|
||||||
|
`fractorium/debian/control`
|
||||||
|
|
||||||
|
Then run these commands from the root of the fractorium folder:
|
||||||
|
|
||||||
`make`
|
`make`
|
||||||
|
|
||||||
|
|||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,3 +1,8 @@
|
|||||||
|
fractorium (25.25.12.1-0ubuntu1) bionic; urgency=low
|
||||||
|
|
||||||
|
* release 25.25.12.1
|
||||||
|
-- Matt Feemster <matt.feemster@gmail.com> Thu, 18 Dec 2025 15:35:12 -0700
|
||||||
|
|
||||||
fractorium (23.23.8.101-0ubuntu1~pre0) UNRELEASED; urgency=medium
|
fractorium (23.23.8.101-0ubuntu1~pre0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Non-maintainer upload.
|
* Non-maintainer upload.
|
||||||
|
|||||||
Reference in New Issue
Block a user