File tree Expand file tree Collapse file tree 8 files changed +28
-11
lines changed Expand file tree Collapse file tree 8 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 1
1
pkgname=cemu
2
- pkgver=1.2
2
+ pkgver=1.3
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.2 USE_LIBPNG=internal TARGET_NAME=cemu
20
+ qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.3 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">f654cb8 </param>
7
- <param name="version">1.2 </param>
6
+ <param name="revision">fb53891 </param>
7
+ <param name="version">1.3 </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
+ Sat Jun 22 08:12:30 UTC 2019 - bertrand.adrien@gmail.com
3
+
4
+ - v1.3: Several improvements, bugfixes, minor additions (see GitHub)
5
+
1
6
-------------------------------------------------------------------
2
7
Mon Dec 10 17: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.2 -0
4
+ Version : 1.3 -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.2
21
+ Version: 1.3
22
22
Release: 0
23
23
Summary: TI-84 Plus CE / TI-83 Premium CE emulator
24
24
License: GPL-3.0
@@ -94,8 +94,12 @@ test -x "$(type -p gcc-6)" && export CC=gcc-6
94
94
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
+ test -x " $( type -p gcc-8) " && export CC=gcc-8
98
+ test -x " $( type -p g++-8) " && export CXX=g++-8
99
+ test -x " $( type -p gcc-9) " && export CC=gcc-9
100
+ test -x " $( type -p g++-9) " && export CXX=g++-9
97
101
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.2 USE_LIBPNG=internal TARGET_NAME=cemu
102
+ qmake-qt5 QMAKE_CC=" $CC " QMAKE_CXX=" $CXX " QMAKE_LINK=" $CXX " gui/qt/CEmu.pro CEMU_VERSION=v1.3 USE_LIBPNG=internal TARGET_NAME=cemu
99
103
make %{?_smp_mflags }
100
104
101
105
%install
Original file line number Diff line number Diff line change
1
+ cemu (1.3-0) unstable; urgency=low
2
+
3
+ * Several improvements, bugfixes, minor additions (see GitHub)
4
+
5
+ -- Adrien Bertrand <bertrand.adrien@gmail.com> Sat, 22 Jun 2019 15:12:30 +0800
6
+
7
+
1
8
cemu (1.2-0) unstable; urgency=low
2
9
3
10
* Several improvements, bugfixes, minor additions (see GitHub)
Original file line number Diff line number Diff line change 1
1
Source: cemu
2
- Section: sectionName
2
+ Section: devel
3
3
Priority: optional
4
4
Maintainer: Adrien Bertrand <bertrand.adrien@gmail.com>
5
5
Homepage: https://github.com/CE-Programming/CEmu
Original file line number Diff line number Diff line change 14
14
CFLAGS += -O2
15
15
endif
16
16
17
+ CEMU_VERNUM = 1.3
18
+
17
19
build : build-stamp
18
20
build-stamp :
19
21
dh_testdir
20
22
21
23
# Add here commands to compile the package.
22
- echo $PWD
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.2 USE_LIBPNG=internal TARGET_NAME=cemu
24
+ cd cemu-$(CEMU_VERNUM)/gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../../..
25
+ qmake cemu-$(CEMU_VERNUM)/gui/qt/CEmu.pro CEMU_VERSION=v$(CEMU_VERNUM) USE_LIBPNG=internal TARGET_NAME=cemu
25
26
make
26
27
# --- end custom part for compiling
27
28
You can’t perform that action at this time.
0 commit comments