mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
graphics/qcomicbook:
- Add patch to fix build on 10 and head - Update MASTER_SITES and WWW PR: ports/187766 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
c9739b4f59
commit
c1d53067ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353927
@ -5,7 +5,7 @@ PORTNAME= qcomicbook
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://qcomicbook.linux-projects.net/releases/
|
||||
MASTER_SITES= http://qcomicbook.org/releases/
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Qt-based comic book archive viewer
|
||||
@ -13,9 +13,10 @@ COMMENT= Qt-based comic book archive viewer
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4
|
||||
|
||||
USES= cmake:outsource pkgconfig
|
||||
USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build \
|
||||
uic_build xml
|
||||
USES= cmake:outsource pkgconfig
|
||||
|
||||
OPTIONS_DEFINE= 7ZIP ACE RAR ZIP
|
||||
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- ./src/FrameDetect/CompareFrames.h.orig 2012-05-30 20:32:02.000000000 +0000
|
||||
+++ ./src/FrameDetect/CompareFrames.h 2014-05-13 08:15:11.199946861 +0000
|
||||
@@ -14,6 +14,7 @@
|
||||
#define __COMPARE_FRAMES_H
|
||||
|
||||
#include <ComicFrame.h>
|
||||
+#include <cstdlib>
|
||||
|
||||
namespace QComicBook
|
||||
{
|
@ -12,4 +12,4 @@ convenience and ease of use. Features include:
|
||||
* PDF support
|
||||
* and more...
|
||||
|
||||
WWW: http://qcomicbook.linux-projects.net/
|
||||
WWW: http://qcomicbook.org/
|
||||
|
Loading…
Reference in New Issue
Block a user