Summary
Magic Point is an X11 based presentation tool. It is designed to make simple presentations easy while to make complicated presentations possible. Its presentation file (whose suffix is typically .mgp) is just text so that you can create presentation files quickly with your favorite editor (e.g. Emacs, vi).
Versions
v1.13a_p20121015-r2 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- cjk contrib doc emacs examples fontconfig gif imlib m17n-lib mng nls png truetype
USE flags
General
- cjk
- Add support for Multi-byte character languages (Chinese, Japanese, Korean)
- contrib
- Install additional contributed scripts
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- emacs
- Add support for GNU Emacs
- examples
- Install examples, usually source code
- fontconfig
- Support for configuring and customizing font access via media-libs/fontconfig
- gif
- Add GIF image support
- imlib
- Add support for imlib, an image loading and rendering library
- m17n-lib
- Enable m17n-lib support
- mng
- Add support for libmng (MNG images)
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- png
- Add support for libpng (PNG images)
- truetype
- Add support for FreeType and/or FreeType2 fonts
Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
dev-libs / m17n-lib : Multilingual Library for Unix/Linux
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / giflib : Library to handle, display and manipulate GIF images
media-libs / imlib2 : Version 2 of an advanced replacement library for libraries like libXpm
media-libs / libmng : Multiple Image Networkgraphics lib (animated png's)
media-libs / libpng : Portable Network Graphics library
x11-libs / libICE : X.Org Inter-Client Exchange library
x11-libs / libSM : X.Org Session Management library
x11-libs / libXft : X.Org Xft library
x11-libs / libXmu : X.Org Xmu library
x11-libs / libXrender : X.Org Xrender library
x11-libs / libxkbfile : X.Org xkbfile library
Runtime Dependencies
app-editors / emacs : The extensible, customizable, self-documenting real-time display editor
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / m17n-lib : Multilingual Library for Unix/Linux
media-fonts / sazanami : Sazanami Japanese TrueType fonts
media-libs / fontconfig : A library for configuring and customizing font access
media-libs / giflib : Library to handle, display and manipulate GIF images
media-libs / imlib2 : Version 2 of an advanced replacement library for libraries like libXpm
media-libs / libmng : Multiple Image Networkgraphics lib (animated png's)
media-libs / libpng : Portable Network Graphics library
sys-devel / gettext : GNU locale utilities
x11-libs / libICE : X.Org Inter-Client Exchange library
x11-libs / libSM : X.Org Session Management library
x11-libs / libXft : X.Org Xft library
x11-libs / libXmu : X.Org Xmu library
x11-libs / libXrender : X.Org Xrender library
Bugs
- 729526
- app-office/magicpoint-1.13a_p20121015-r2 will fail to build with clang16 (error: type specifier missing, defaults to 'int')
- 911911
- app-office/magicpoint-1.13a_p20121015-r2 - parse.c:(.text+<snip>): undefined reference to yylineno
- 913157
- app-office/magicpoint-1.13a_p20121015-r2 - mgp-mode20.el: Error: Invalid read syntax: ., 181, 40
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-office/magicpoint: force gcc -E for imake's generation
Requires traditional cpp support and is broken in all sort of ways with clang-cpp / -E. Ideally these packages need to be built another way or last rited, imake will just accumulate more problems. wrt #729526, not entirely fixed as still broken with clang16 Bug: https://bugs.gentoo.org/729526 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-office/magicpoint: tidy up patch, respect ${PKG_CONFIG} and add dep
* Tidy up patch cruft * Respect ${PKG_CONFIG} * (B)DEPEND on virtual/pkgconfig Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-office/magicpoint: EAPI-7 bump, eutils drop, tidy, prefix support
Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20400 Signed-off-by: Sam James <sam@gentoo.org> - Ionen Wolkens · gentoo
app-office/magicpoint: revbump to add missing m17n-lib[X] dep
Closes: https://bugs.gentoo.org/667994 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-office/magicpoint: fix build with -native-symlinks
wrt bug #729526 with clang/llvm toolchain, it now gets past ld/gcc missing but will fail due to traditional cpp. Can workaround with a gcc exception: IMAKECPP=cpp Bug: https://bugs.gentoo.org/729526 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
app-office/magicpoint: Fix build with gcc-10
Closes: https://bugs.gentoo.org/746488 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Ben Kohler <bkohler@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ulrich Müller · gentoo
app-office/magicpoint: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org> - Arfrever Frehtes Taifersar Arahesis · gentoo
app-office/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto). - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Mike Gilbert · gentoo
app-office/magicpoint: depend on media-libs/imlib2[X]
Patch by Peter Stuge. Bug: https://bugs.gentoo.org/590034 Package-Manager: portage-2.3.0_p16 - Ian Delaney · gentoo
app-office/magicpoint: add patch, submitted by proxy maintianer
patch addresses upstream's configure.in which does not handle fontconfig correctly, edited ebuild and patch submitted vie the gentoo bug Gentoo bug: #572658 Package-Manager: portage-2.2.26 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675 - Pacho Ramos · gentoo
app-office/magicpoint: Drop old
Package-Manager: portage-2.2.26 - Ian Delaney · gentoo
app-office/magicpoint: bump to vn. 1.13a_p20121015, a snapshot
ebuild prepared, with support, by user Peter Stuge, now entered as the proxy maintainer under the proxy-maintainers herd in metadata. Also new use flag 'contrib' added to metadata, ebuild and patches submitted all vua the gentoo bug, though the package remains pmasked for removal. Yet to be negotiated with pertinent devs Gentoo bug: #486248 Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed