Skip to content

Commit 55c0a14

Browse files
authored
Merge pull request #24 from OwlPlug/chore/juce8
Bump JUCE to 8.0.10
2 parents 5f062d9 + adf6f84 commit 55c0a14

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: owlplug-scanner-osx
5858
path: ./Builds/MacOSX/build/Release/owlplug-scanner-${{ env.version }}-osx
5959
build-linux:
60-
runs-on: ubuntu-22.04
60+
runs-on: ubuntu-24.04
6161
steps:
6262
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
with:
@@ -72,7 +72,7 @@ jobs:
7272
- name : Update packages
7373
run: sudo apt update
7474
- name : Install Juce dev dependencies
75-
run: sudo apt install libasound2-dev libcurl4-openssl-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev
75+
run: sudo apt install libasound2-dev libcurl4-openssl-dev libx11-dev libxcomposite-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev libfreetype-dev libfreetype6-dev libfontconfig1-dev
7676
- name: Install XmlStarlet
7777
run: sudo apt install xmlstarlet
7878
- name: Get Scanner Version

JUCE

Submodule JUCE updated 3431 files

JuceLibraryCode/JuceHeader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace ProjectInfo
4040
{
4141
const char* const projectName = "owlplug-scanner";
4242
const char* const companyName = "";
43-
const char* const versionString = "0.2.0";
44-
const int versionNumber = 0x200;
43+
const char* const versionString = "0.3.0";
44+
const int versionNumber = 0x300;
4545
}
4646
#endif
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
3+
IMPORTANT! This file is auto-generated each time you save your
4+
project - if you alter its contents, your changes may be overwritten!
5+
6+
*/
7+
8+
#include <juce_core/juce_core_CompilationTime.cpp>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
3+
IMPORTANT! This file is auto-generated each time you save your
4+
project - if you alter its contents, your changes may be overwritten!
5+
6+
*/
7+
8+
#include <juce_graphics/juce_graphics_Harfbuzz.cpp>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
3+
IMPORTANT! This file is auto-generated each time you save your
4+
project - if you alter its contents, your changes may be overwritten!
5+
6+
*/
7+
8+
#include <juce_graphics/juce_graphics_Sheenbidi.c>

owlplug-scanner.jucer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<JUCERPROJECT id="yoeos4" name="owlplug-scanner" projectType="consoleapp" useAppConfig="0"
44
addUsingNamespaceToJuceHeader="0" displaySplashScreen="1" jucerFormatVersion="1"
5-
version="0.2.0">
5+
version="0.3.0" cppLanguageStandard="20">
66
<MAINGROUP id="JMs2NX" name="owlplug-scanner">
77
<GROUP id="{EE1B3A07-2402-FE08-C1B3-50215E94E56A}" name="Source">
88
<FILE id="NFqrO9" name="Main.cpp" compile="1" resource="0" file="Source/Main.cpp"/>

0 commit comments

Comments
 (0)