-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API breaks in poppler seem common, and it's a frequent source of fallout in popular (heh) packages, so it needs monitoring and updating carefully.
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Meta-package for testing Poppler updates. Depends on various non-trivial or | ||
important packages that depend on poppler. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# $NetBSD: Makefile,v 1.1 2024/10/29 14:37:34 nia Exp $ | ||
|
||
DISTNAME= bulk-test-poppler-20241029 | ||
CATEGORIES= meta-pkgs | ||
MASTER_SITES= # empty | ||
DISTFILES= # empty | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Meta-package for testing Poppler | ||
|
||
META_PACKAGE= yes | ||
|
||
RESTRICTED= Just for test build purposes | ||
NO_BIN_ON_CDROM= ${RESTRICTED} | ||
NO_BIN_ON_FTP= ${RESTRICTED} | ||
|
||
DEPENDS+= calibre-[0-9]*:../../misc/calibre | ||
DEPENDS+= cups-filters-[0-9]*:../../print/cups-filters | ||
DEPENDS+= gimp-[0-9]*:../../graphics/gimp | ||
DEPENDS+= gnome-tracker-miners-[0-9]*:../../sysutils/gnome-tracker-miners | ||
DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape | ||
DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice | ||
DEPENDS+= krita-[0-9]*:../../graphics/krita | ||
DEPENDS+= pdf2djvu-[0-9]*:../../print/pdf2djvu | ||
DEPENDS+= pdf2svg-[0-9]*:../../converters/pdf2svg | ||
DEPENDS+= pdfgrep-[0-9]*:../../textproc/pdfgrep | ||
DEPENDS+= xpdf-[0-9]*:../../print/xpdf | ||
DEPENDS+= xournalpp-[0-9]*:../../editors/xournalpp | ||
DEPENDS+= zathura-pdf-poppler-[0-9]*:../../print/zathura-pdf-poppler | ||
|
||
.include "../../mk/bsd.pkg.mk" |