File tree Expand file tree Collapse file tree 7 files changed +20
-8
lines changed Expand file tree Collapse file tree 7 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
pkgname=cemu
2
- pkgver=1.1.1
2
+ pkgver=1.2
3
3
pkgrel=0
4
4
pkgdesc=' TI-84 Plus CE / TI-83 Premium CE emulator.'
5
5
arch=(' i686' ' x86_64' )
@@ -17,7 +17,7 @@ build() {
17
17
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS=" -O2 -fPIC" && make libpng16.la && cd ../../../..
18
18
mkdir -p build
19
19
cd build
20
- qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
20
+ qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
21
21
make
22
22
}
23
23
Original file line number Diff line number Diff line change 3
3
<param name="url">https://github.com/CE-Programming/CEmu.git</param>
4
4
<param name="scm">git</param>
5
5
<param name="filename">CEmu</param>
6
- <param name="revision">29adfe7 </param>
7
- <param name="version">1.1.1 </param>
6
+ <param name="revision">f654cb8 </param>
7
+ <param name="version">1.2 </param>
8
8
</service>
9
9
<service name="recompress" mode="disabled">
10
10
<param name="file">*.tar</param>
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Mon Dec 10 17:03:30 UTC 2018 - bertrand.adrien@gmail.com
3
+
4
+ - v1.2: Several improvements, bugfixes, minor additions (see GitHub)
5
+
1
6
-------------------------------------------------------------------
2
7
Fri Sep 1 20:03:30 UTC 2018 - bertrand.adrien@gmail.com
3
8
Original file line number Diff line number Diff line change 1
1
Format : 3.0 (quilt)
2
2
Source : cemu
3
3
Binary : cemu
4
- Version : 1.1.1 -0
4
+ Version : 1.2 -0
5
5
Architecture : any
6
6
Maintainer : Adrien Bertrand <bertrand.adrien@gmail.com>
7
7
Homepage : https://github.com/CE-Programming/CEmu
Original file line number Diff line number Diff line change 18
18
19
19
%global debug_package %{nil }
20
20
Name: cemu
21
- Version: 1.1.1
21
+ Version: 1.2
22
22
Release: 0
23
23
Summary: TI-84 Plus CE / TI-83 Premium CE emulator
24
24
License: GPL-3.0
@@ -95,7 +95,7 @@ test -x "$(type -p g++-6)" && export CXX=g++-6
95
95
test -x " $( type -p gcc-7) " && export CC=gcc-7
96
96
test -x " $( type -p g++-7) " && export CXX=g++-7
97
97
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS=" -O2 -fPIC" && make libpng16.la && cd ../../../..
98
- qmake-qt5 QMAKE_CC=" $CC " QMAKE_CXX=" $CXX " QMAKE_LINK=" $CXX " gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
98
+ qmake-qt5 QMAKE_CC=" $CC " QMAKE_CXX=" $CXX " QMAKE_LINK=" $CXX " gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
99
99
make %{?_smp_mflags }
100
100
101
101
%install
Original file line number Diff line number Diff line change
1
+ cemu (1.2-0) unstable; urgency=low
2
+
3
+ * Several improvements, bugfixes, minor additions (see GitHub)
4
+
5
+ -- Adrien Bertrand <bertrand.adrien@gmail.com> Tue, 11 Dec 2018 00:03:40 +0800
6
+
7
+
1
8
cemu (1.1.1-0) unstable; urgency=low
2
9
3
10
* Minor update (update check issue fixed)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-stamp:
21
21
# Add here commands to compile the package.
22
22
echo $PWD
23
23
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=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
24
+ qmake gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
25
25
make
26
26
# --- end custom part for compiling
27
27
You can’t perform that action at this time.
0 commit comments