Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
novomesk committed Mar 22, 2024
1 parent 2e074c4 commit 0e3ca0c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AV1 compression provides significantly better efficiency than traditional JPEG.

Download [Latest Release](https://github.com/novomesk/qt-avif-image-plugin/releases/latest) and extract the content of the zip file:

`unzip qt-avif-image-plugin-0.8.1.zip`
`unzip qt-avif-image-plugin-0.8.2.zip`

**Recommended**: read [README.txt](README.txt)

Expand Down
9 changes: 8 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.8.1.{build}
version: 0.8.2.{build}
image: Visual Studio 2022
configuration: Release
platform: x64
Expand Down Expand Up @@ -99,6 +99,12 @@ build_script:
nmake.exe
cd ..\qtbuild_6.2.4
C:\Qt\6.2.4\msvc2019_64\bin\qmake.exe qt-avif-image-plugin_local_alternative-libavif.pro
nmake.exe
cd ..\qtbuild_6.5.3
C:\Qt\6.5.3\msvc2019_64\bin\qmake.exe qt-avif-image-plugin_local_alternative-libavif.pro
Expand All @@ -114,5 +120,6 @@ build_script:
artifacts:
- path: plugins\imageformats\*.dll
- path: qtbuild_5.15.2-ro\plugins\imageformats\*.dll
- path: qtbuild_6.2.4\*.dll
- path: qtbuild_6.5.3\*.dll
- path: qtbuild_6.5.3-ro\*.dll
Empty file added qtbuild_6.2.4/.qmake.conf
Empty file.
24 changes: 24 additions & 0 deletions qtbuild_6.2.4/qt-avif-image-plugin_local_alternative-libavif.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
TARGET = qavif6

HEADERS = ../src/qavifhandler_p.h ../src/util_p.h
SOURCES = ../src/qavifhandler.cpp
OTHER_FILES = ../src/avif.json

SOURCES += ../src/main.cpp

LIBS += ../ext/libavif/build/libavif.a ../ext/libavif/ext/aom/build.libavif/libaom.a ../ext/libavif/ext/dav1d/build/src/libdav1d.a ../ext/libavif/ext/libyuv/build/libyuv.a ../ext/libavif/ext/libwebp/build/libsharpyuv.a
unix:LIBS += -ldl

INCLUDEPATH += ../ext/libavif/include

TEMPLATE = lib

CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.8.2
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
QMAKE_TARGET_COPYRIGHT = "Copyright (C) 2020-2024 Daniel Novomesky"
QMAKE_TARGET_COMMENTS = "Build using Qt 6.2.4"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TEMPLATE = lib
CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.8.1
win32:VERSION = 0.8.2
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TEMPLATE = lib
CONFIG += release skip_target_version_ext c++14 warn_on plugin
CONFIG -= separate_debug_info debug debug_and_release force_debug_info

win32:VERSION = 0.8.1
win32:VERSION = 0.8.2
QMAKE_TARGET_COMPANY = "Daniel Novomesky"
QMAKE_TARGET_PRODUCT = "qt-avif-image-plugin"
QMAKE_TARGET_DESCRIPTION = "Qt plug-in to allow Qt and KDE based applications to read/write AVIF images."
Expand Down

0 comments on commit 0e3ca0c

Please sign in to comment.