mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
753388101e
From Changelog at https://poppler.freedesktop.org/releases.html : Release 0.76.1: core: * Make the mul tables be calculated at compile time with constexpr. * splash: Fix compile with SPLASH_CMYK enabled * Some typo fixing in error messages qt5: * Fix regression in annotation handling build system: * Fix some typos in build system output and comments Release 0.76.0: core: * Fix regression on case-insensitive search. Issue #743 * Remove GooList, use std::vector instead * Fix radiobutton reporting wrong state. Issue #159 * Handle UTF16-LE strings * Don't error out if there's no DA in FreeText annotation * cairo: Compute correct coverage values for box filter. * cairo: Constrain number of cycles in rescale filter. * Read more fields from ViewerPreferences * Introduce and use Ref::INVALID * Fix crashes in broken files * Fix mismatched free/delete * Add missing include guards utils: * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742 All the required patches have been obtained via gentoo. PR: 237846 Exp-run by: antoine Approved by: kwm
39 lines
966 B
Makefile
39 lines
966 B
Makefile
# Created by: martin.dieringer@gmx.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= frescobaldi
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.0.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= print kde
|
|
|
|
MAINTAINER= m.ne@gmx.net
|
|
COMMENT= Music score editor for lilypond
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR}
|
|
|
|
USES= gettext pyqt:5 python:3.4+ qmake qt:5 desktop-file-utils
|
|
USE_PYQT= network printsupport sip svg webkit webkitwidgets widgets
|
|
USE_PYTHON= distutils autoplist noflavors
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wbsoft
|
|
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= LILYPOND
|
|
|
|
LILYPOND_DESC= Use unstable LilyPond (lilypond-devel)
|
|
|
|
LILYPOND_RUN_DEPENDS= lilypond:print/lilypond-devel
|
|
LILYPOND_RUN_DEPENDS_OFF= lilypond:print/lilypond
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|