Skip to content

Commit

Permalink
OBS changes for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Dec 10, 2018
1 parent b89ecdd commit 1621ab4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions obs/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=cemu
pkgver=1.1.1
pkgver=1.2
pkgrel=0
pkgdesc='TI-84 Plus CE / TI-83 Premium CE emulator.'
arch=('i686' 'x86_64')
Expand All @@ -17,7 +17,7 @@ build() {
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
mkdir -p build
cd build
qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
qmake ../gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
make
}

Expand Down
4 changes: 2 additions & 2 deletions obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<param name="url">https://github.com/CE-Programming/CEmu.git</param>
<param name="scm">git</param>
<param name="filename">CEmu</param>
<param name="revision">29adfe7</param>
<param name="version">1.1.1</param>
<param name="revision">f654cb8</param>
<param name="version">1.2</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
Expand Down
5 changes: 5 additions & 0 deletions obs/cemu.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 10 17:03:30 UTC 2018 - [email protected]

- v1.2: Several improvements, bugfixes, minor additions (see GitHub)

-------------------------------------------------------------------
Fri Sep 1 20:03:30 UTC 2018 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion obs/cemu.dsc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: 3.0 (quilt)
Source: cemu
Binary: cemu
Version: 1.1.1-0
Version: 1.2-0
Architecture: any
Maintainer: Adrien Bertrand <[email protected]>
Homepage: https://github.com/CE-Programming/CEmu
Expand Down
4 changes: 2 additions & 2 deletions obs/cemu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

%global debug_package %{nil}
Name: cemu
Version: 1.1.1
Version: 1.2
Release: 0
Summary: TI-84 Plus CE / TI-83 Premium CE emulator
License: GPL-3.0
Expand Down Expand Up @@ -95,7 +95,7 @@ test -x "$(type -p g++-6)" && export CXX=g++-6
test -x "$(type -p gcc-7)" && export CC=gcc-7
test -x "$(type -p g++-7)" && export CXX=g++-7
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
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
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
make %{?_smp_mflags}

%install
Expand Down
7 changes: 7 additions & 0 deletions obs/debian.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
cemu (1.2-0) unstable; urgency=low

* Several improvements, bugfixes, minor additions (see GitHub)

-- Adrien Bertrand <[email protected]> Tue, 11 Dec 2018 00:03:40 +0800


cemu (1.1.1-0) unstable; urgency=low

* Minor update (update check issue fixed)
Expand Down
2 changes: 1 addition & 1 deletion obs/debian.rules
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-stamp:
# Add here commands to compile the package.
echo $PWD
cd gui/qt/capture/libpng-apng && ./configure --with-libpng-prefix=a --enable-static --disable-shared CFLAGS="-O2 -fPIC" && make libpng16.la && cd ../../../..
qmake gui/qt/CEmu.pro CEMU_VERSION=v1.1.1 USE_LIBPNG=internal TARGET_NAME=cemu
qmake gui/qt/CEmu.pro CEMU_VERSION=v1.2 USE_LIBPNG=internal TARGET_NAME=cemu
make
# --- end custom part for compiling

Expand Down

0 comments on commit 1621ab4

Please sign in to comment.