Сравнение splix-2.0.0_p20130826-r1 с splix-2.0.1
/usr/portage/net-print/splix/splix-2.0.1.ebuild 2025-07-29 16:22:17.296467593 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 |
inherit toolchain-funcs |
6 | 6 | |
7 | 7 |
DESCRIPTION="A set of CUPS printer drivers for SPL (Samsung Printer Language) printers" |
8 | 8 |
HOMEPAGE="https://splix.sourceforge.net/" |
9 |
SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.bz2 |
|
9 |
SRC_URI="https://github.com/OpenPrinting/splix/releases/download/${PV}/${P}.tar.xz |
|
10 | 10 |
https://dev.gentoo.org/~voyageur/distfiles/samsung-cms-20120312.tar.xz" |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
... | ... | |
19 | 19 |
jbig? ( media-libs/jbigkit )" |
20 | 20 |
RDEPEND="${DEPEND}" |
21 | 21 | |
22 |
PATCHES=( "${FILESDIR}"/${P}-algo0x11_le.patch ) |
|
22 |
PATCHES=( "${FILESDIR}"/${PN}-2.0.0_p20130826-algo0x11_le.patch ) |
|
23 | 23 | |
24 | 24 |
src_prepare() { |
25 | 25 |
default |
... | ... | |
29 | 29 |
# Honor LDFLAGS |
30 | 30 |
sed -e "/[a-z]_LDFLAGS/s/:=.*/:= $\{LDFLAGS\}/" -i module.mk \ |
31 | 31 |
|| die |
32 |
# Correct link comand |
|
33 |
sed -e "s/g++/$\{LINKER\}/" -i rules.mk \ |
|
34 |
|| die |
|
35 | 32 |
} |
36 | 33 | |
37 | 34 |
src_compile() { |