pkgsrc/print/tex-beamer/Makefile
markd 7b84b08dd2 tex-beamer{,-doc}: update to 3.66
3.66
### Fixed
- fixed edge case in numbering of hidden and unnumbered frames
- fixed regression of class options not being passed to packages
  like xcolor

3.65
### Added
- adding new `onlytextwidth` class option to use this key for all
 `columns` environments by default
- adding new stretchable frame option `s`
- adding user-accessible commands for `\beamersidebarwidth` and
 `\beamerheadheight`
- allow custom values for `aspectratio` option

### Fixed
- using `gray` colormodel for the delcarartion of fadings
- fixed bullet colour of alerted items for custom item colour
- workaround to make miniframes clickable in xelatex
- added missing encoding value to multimedia sound macro
- imporoved problem with shadow of blocks without title
- reduced artefacts in poppler based viewers for shadow blocks
- workaround to make `\framezoom` clickable in xelatex
- exclude invisible frames from being counted
- fixed cut off miniframes for 8pt and 9pt
2022-04-07 05:19:27 +00:00

25 lines
970 B
Makefile

# $NetBSD: Makefile,v 1.18 2022/04/07 05:19:27 markd Exp $
DISTNAME= beamer
PKGNAME= tex-${DISTNAME}-3.66
TEXLIVE_REV= 61954
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/beamer
COMMENT= LaTeX class for producing presentations and slides
LICENSE= lppl-1.3c AND gnu-gpl-v2 AND gnu-fdl-v1.3
DEPENDS+= tex-amscls-[0-9]*:../../print/tex-amscls
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts
DEPENDS+= tex-amsmath-[0-9]*:../../print/tex-amsmath
DEPENDS+= tex-atbegshi-[0-9]*:../../print/tex-atbegshi
DEPENDS+= tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
DEPENDS+= tex-geometry-[0-9]*:../../print/tex-geometry
DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
DEPENDS+= tex-iftex-[0-9]*:../../print/tex-iftex
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
DEPENDS+= tex-translator-[0-9]*:../../print/tex-translator
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"