Skip to content

Commit 61521a1

Browse files
committed
[OBS] Build with CEMU_VERSION=v1.0
1 parent adb2af5 commit 61521a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

obs/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build() {
1717
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
1818
mkdir -p build
1919
cd build
20-
qmake ../gui/qt/CEmu.pro CEMU_VERSION=1.0 USE_LIBPNG=internal TARGET_NAME=cemu
20+
qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.0 USE_LIBPNG=internal TARGET_NAME=cemu
2121
make
2222
}
2323

obs/_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<param name="url">https://github.com/CE-Programming/CEmu.git</param>
44
<param name="scm">git</param>
55
<param name="filename">CEmu</param>
6-
<param name="revision">6baa406</param>
6+
<param name="revision">adb2af5</param>
77
<param name="version">1.0</param>
88
</service>
99
<service name="recompress" mode="disabled">

obs/cemu.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test -x "$(type -p g++-6)" && export CXX=g++-6
9494
test -x "$(type -p gcc-7)" && export CC=gcc-7
9595
test -x "$(type -p g++-7)" && export CXX=g++-7
9696
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
97-
qmake-qt5 QMAKE_CC="$CC" QMAKE_CXX="$CXX" QMAKE_LINK="$CXX" gui/qt/CEmu.pro CEMU_VERSION=1.0 USE_LIBPNG=internal TARGET_NAME=cemu
97+
qmake-qt5 QMAKE_CC="$CC" QMAKE_CXX="$CXX" QMAKE_LINK="$CXX" gui/qt/CEmu.pro CEMU_VERSION=v1.0 USE_LIBPNG=internal TARGET_NAME=cemu
9898
make %{?_smp_mflags}
9999

100100
%install

obs/debian.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-stamp:
2121
# Add here commands to compile the package.
2222
echo $PWD
2323
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
24-
qmake gui/qt/CEmu.pro CEMU_VERSION=1.0 USE_LIBPNG=internal TARGET_NAME=cemu
24+
qmake gui/qt/CEmu.pro CEMU_VERSION=v1.0 USE_LIBPNG=internal TARGET_NAME=cemu
2525
make
2626
# --- end custom part for compiling
2727

0 commit comments

Comments
 (0)