summaryrefslogtreecommitdiff
path: root/graphics/rabbit/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-10-05 06:11:25 +0000
committerryoon <ryoon@pkgsrc.org>2019-10-05 06:11:25 +0000
commit81b7a3df5a462439cd0d4930a7e8f34e3986c992 (patch)
treea7c9241c2e3f8c9e4063042000716f7dd418b10a /graphics/rabbit/Makefile
parentc736dfa9e5c81836f37fc916f91c77665e11bf06 (diff)
downloadpkgsrc-81b7a3df5a462439cd0d4930a7e8f34e3986c992.tar.gz
Update to 3.0.0
Changelog: 3.0.0: 2019-09-06 GTK+ 3 support release. GTK+ 2 support is dropped. Wide (16.9 ratio) slide support release. Note that this is a backward incompatible change. Improvements rabbit Added support for wide (16:9 ratio) slide. To use wide slide, you just specify wide size by --size option such as --size 800,450. This is a backward incompatible change. If you already use wide size, text size in your slide is changed. You can use the same text size in normal (4:3 ratio) slide and wide (16:9 ratio) slide since this release. Text size is different before this release. Changed to use GTK+ 3 by default. Dropped support for GTK+ 2. Added support for "as large as possible text" without wrapping. This is a change that may change slide rendering result. Stopped to reset timer on reload. Added support for start-time and end-time title slide attributes. If both start-time and end-time are specified, you don't need to specify allotted-time. allotted-time can be computed from them. Here is an example that show how to specify 1 hour talk: = Title : start-time 2017-10-08T11:00:00+09:00 : end-time 2017-10-08T12:00:00+09:00 Dropped support for getting slide source from Hiki. Dropped support for getting slide source from SlideShare. RD: Removed <URL:...> mark from the default text of URL link. This is a change that may change slide rendering result. Added support for animation GIF. Stopped to force keeping above. --no-keep-above option is also removed. [Suggested by Shugo Maeda] info-window: Added support for reloading theme. [GitHub#118][Reported by Dominique Martinet] Added support for kramdown 2.1.0 or later. [GitHub#120][Reported by Yusuke Nakamura] Added workaround for environment that sends arrow key with mod2 mask. [GitHub#121][Reported by Yukihiro Matsumoto] Added support for align tags in table cell. Suppressed a Proc.new warning. [GitHub#124][Patch by Nobuyoshi Nakada] Added support for link in note. Improved text rendering on scale. Text wrapping isn't changed by scaling. [Reported by Yukihiro Matsumoto] rabbit-slide Added --licenses option. [GitHub#116][Patch by Yusuke Nakamura] Added support for GUI. Theme clear-blue: Decreases the default graffiti line width. lightning-talk-toolkit: Added support for customizing @lightning_talk_wrap_mode. image-viewer: Added support for image timer. Added font_size method for computing font size in theme. Document Changed to use HTTPS. [GitHub#122][Patch by Kazuhiro NISHIYAMA] Fixes rabbit Fixed a bug that printing is failed when slide title has special character for file name. [GitHub#117][Reported by Dominique Martinet] Document Fixed a typo. [GitHub#113][Patch by Hiroshi Hatake] Fixed broken links. [GitHub#114][Patch by Yusuke Nakamura] Thanks Hiroshi Hatake Shugo Maeda Yusuke Nakamura Dominique Martinet Yukihiro Matsumoto Kazuhiro NISHIYAMA Nobuyoshi Nakada
Diffstat (limited to 'graphics/rabbit/Makefile')
-rw-r--r--graphics/rabbit/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 0da5f19148c..a278bfaf560 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2019/09/14 18:37:04 tsutsui Exp $
+# $NetBSD: Makefile,v 1.60 2019/10/05 06:11:25 ryoon Exp $
#
-DISTNAME= rabbit-2.2.1
-PKGREVISION= 1
+DISTNAME= rabbit-3.0.0
CATEGORIES= graphics ruby
MASTER_SITES= http://rabbit-shocker.org/download/
@@ -11,7 +10,8 @@ HOMEPAGE= http://rabbit-shocker.org/
COMMENT= RD-document-based presentation application
LICENSE= gnu-gpl-v2 # or later
-DEPENDS+= ${RUBY_PKGPREFIX}-gtk2>=3.3.8:../../x11/ruby-gtk2
+DEPENDS+= ${RUBY_PKGPREFIX}-gdk_pixbuf2>=3.0.9:../../graphics/ruby-gdk_pixbuf2
+DEPENDS+= ${RUBY_PKGPREFIX}-gtk3>=3.3.8:../../x11/ruby-gtk3
DEPENDS+= ${RUBY_PKGPREFIX}-rsvg2>=3.3.8:../../graphics/ruby-rsvg2
DEPENDS+= ${RUBY_PKGPREFIX}-poppler>=3.3.8:../../print/ruby-poppler
DEPENDS+= ${RUBY_PKGPREFIX}-hikidoc-[0-9]*:../../textproc/ruby-hikidoc
@@ -19,7 +19,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
DEPENDS+= ${RUBY_PKGPREFIX}-rdtool>=0.6.20:../../textproc/ruby-rdtool
DEPENDS+= ${RUBY_PKGPREFIX}-rttool-[0-9]*:../../textproc/ruby-rttool
DEPENDS+= ${RUBY_PKGPREFIX}-coderay>=1.0.0:../../textproc/ruby-coderay
-DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
+DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-parser-gfm-[0-9]*:../../textproc/ruby-kramdown-parser-gfm
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.1:../../devel/ruby-gettext
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday
DEPENDS+= ${RUBY_PKGPREFIX}-rouge-[0-9]*:../../www/ruby-rouge