forked from pool/ansilove-term
Compare commits
No commits in common. "608f2d01889da469419ac69905d60ff2d081b875cdf15b1c164891331b1a4c77" and "ef2192f3ece9e624a8fa65ebfdff0d5b8a61a58cbb10ee8689ed7fd9ac54cd62" have entirely different histories.
608f2d0188
...
ef2192f3ec
@ -1,12 +0,0 @@
|
||||
Index: ansilove-term-0.0.0+git.20190908/src/libtextmode/utf8.h
|
||||
===================================================================
|
||||
--- ansilove-term-0.0.0+git.20190908.orig/src/libtextmode/utf8.h
|
||||
+++ ansilove-term-0.0.0+git.20190908/src/libtextmode/utf8.h
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
+#include <cstdint>
|
||||
|
||||
std::string cp_437_code_to_string(const uint8_t& cp_437);
|
||||
std::string cp_437_to_utf8_string(std::vector<uint8_t>& vector);
|
@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 09:38:34 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add ansilove-term-gcc13.patch: fix build using GCC 13.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 18:32:14 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#
|
||||
# spec file for package ansilove-term
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -27,7 +26,6 @@ URL: https://www.ansilove.org
|
||||
#Git-Clone: https://github.com/ansilove/ansilove-term.git
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Patch0: ansilove-term-use-gcc.patch
|
||||
Patch1: ansilove-term-gcc13.patch
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
%description
|
||||
@ -35,7 +33,8 @@ Ansilove-Term is a command line tool to render text-mode art files as
|
||||
PNG files, as well as displaying in several different mediums.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%{optflags} -Wno-return-type"
|
||||
|
Loading…
x
Reference in New Issue
Block a user