Skip to content
Snippets Groups Projects
Commit 7785d457 authored by black's avatar black Committed by J0WI
Browse files

community/splix: upgrade to 2.0.1

parent caef385b
No related branches found
No related tags found
1 merge request!78999community/splix: upgrade to 2.0.1
Pipeline #298164 skipped
# Maintainer: Er2 <er2@dismail.de> # Maintainer: Er2 <er2@dismail.de>
# Contributor: Er2 <er2@dismail.de> # Contributor: Er2 <er2@dismail.de>
pkgname=splix pkgname=splix
pkgver=2.0.0 pkgver=2.0.1
pkgrel=2 pkgrel=0
pkgdesc="SPL driver for CUPS" pkgdesc="SPL driver for CUPS"
url="http://splix.ap2c.org/" url="https://openprinting.github.io/splix/"
arch="all" arch="all"
license="GPL-2.0-only" license="GPL-2.0-only"
depends="cups" depends="cups"
makedepends="cups-dev" makedepends="cups-dev"
options="!check" # no testsuite options="!check" # no testsuite
source="https://downloads.sourceforge.net/project/splix/splix/$pkgver/splix-$pkgver.tar.bz2 source="https://github.com/OpenPrinting/splix/releases/download/$pkgver/splix-$pkgver.tar.xz"
error.patch
"
build() { build() {
make DISABLE_JBIG=1 make DISABLE_JBIG=1
} }
...@@ -22,6 +20,5 @@ package() { ...@@ -22,6 +20,5 @@ package() {
} }
sha512sums=" sha512sums="
2c460f10defab2480ce68edd80c9a170430f624262f55a9a6be4ac4f9ec5bdf326bc015370eec5cb98cc504477f2adf0ae9ade260126fd1a7e79cd423df54811 splix-2.0.0.tar.bz2 45708d65576e87c9f0c9cc7d4919ea19b1418bb932854b14a80bbcf890e28f7ee11ac64a5b9ccca1b8f4aec803822392ab738329d3e9894ad60b5393bffeef74 splix-2.0.1.tar.xz
9d3e9e60a4a0fc86272ffb44c7e858de9fee6eae3da3a433bd882dfeded0ceae1a18177f1f64e026eff75634da15e4e01acf74f70ada1d58a0c74f866b112e84 error.patch
" "
This patch is needed to fix compilation error on gcc 4.5+
===================================================================
--- a/src/ppdfile.cpp
+++ b/src/ppdfile.cpp
@@ -282,7 +282,7 @@
* Opérateur d'assignation
* Assignment operator
*/
-void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
+void PPDFile::Value::operator = (const PPDFile::Value &val)
{
if (_preformatted)
delete[] _preformatted;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment