diff options
author | Michael Weber <xmw@gentoo.org> | 2013-08-28 10:28:18 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-08-28 10:28:18 +0000 |
commit | 2e658b5dcdca57158373eef3cee474bcb36d16cf (patch) | |
tree | 98d4e9596db64b62da601af9f855b75d21a892e6 /app-text/mupdf | |
parent | Stable for x86, wrt bug #481228 (diff) | |
download | gentoo-2-2e658b5dcdca57158373eef3cee474bcb36d16cf.tar.gz gentoo-2-2e658b5dcdca57158373eef3cee474bcb36d16cf.tar.bz2 gentoo-2-2e658b5dcdca57158373eef3cee474bcb36d16cf.zip |
Version bump, rename patch files, fix desktop file.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-text/mupdf')
-rw-r--r-- | app-text/mupdf/ChangeLog | 14 | ||||
-rw-r--r-- | app-text/mupdf/files/mupdf-1.3-CFLAGS.patch (renamed from app-text/mupdf/files/mupdf-9999-CFLAGS.patch) | 4 | ||||
-rw-r--r-- | app-text/mupdf/files/mupdf-1.3-forward_back.patch (renamed from app-text/mupdf/files/mupdf-9999-forward_back.patch) | 4 | ||||
-rw-r--r-- | app-text/mupdf/files/mupdf-1.3-openjpeg2.patch (renamed from app-text/mupdf/files/mupdf-9999-openjpeg2.patch) | 4 | ||||
-rw-r--r-- | app-text/mupdf/files/mupdf-1.3-pkg-config.patch (renamed from app-text/mupdf/files/mupdf-9999-pkg-config.patch) | 4 | ||||
-rw-r--r-- | app-text/mupdf/files/mupdf-1.3-sys_curl.patch (renamed from app-text/mupdf/files/mupdf-9999-sys_curl.patch) | 4 | ||||
-rw-r--r-- | app-text/mupdf/files/mupdf-1.3-zoom-2.patch (renamed from app-text/mupdf/files/mupdf-9999-zoom-2.patch) | 4 | ||||
-rw-r--r-- | app-text/mupdf/mupdf-1.3.ebuild | 125 | ||||
-rw-r--r-- | app-text/mupdf/mupdf-9999.ebuild | 34 |
9 files changed, 167 insertions, 30 deletions
diff --git a/app-text/mupdf/ChangeLog b/app-text/mupdf/ChangeLog index fab431a4b5c5..eb71c010a820 100644 --- a/app-text/mupdf/ChangeLog +++ b/app-text/mupdf/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for app-text/mupdf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.86 2013/07/22 19:44:33 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.87 2013/08/28 10:28:18 xmw Exp $ + +*mupdf-1.3 (28 Aug 2013) + + 28 Aug 2013; Michael Weber <xmw@gentoo.org> +files/mupdf-1.3-CFLAGS.patch, + +files/mupdf-1.3-forward_back.patch, +files/mupdf-1.3-openjpeg2.patch, + +files/mupdf-1.3-pkg-config.patch, +files/mupdf-1.3-sys_curl.patch, + +files/mupdf-1.3-zoom-2.patch, +mupdf-1.3.ebuild, + -files/mupdf-9999-CFLAGS.patch, -files/mupdf-9999-forward_back.patch, + -files/mupdf-9999-openjpeg2.patch, -files/mupdf-9999-pkg-config.patch, + -files/mupdf-9999-sys_curl.patch, -files/mupdf-9999-zoom-2.patch, + mupdf-9999.ebuild: + Version bump, rename patch files, fix desktop file. 22 Jul 2013; Michael Weber <xmw@gentoo.org> mupdf-9999.ebuild: Update live ebuild for new binary name. diff --git a/app-text/mupdf/files/mupdf-9999-CFLAGS.patch b/app-text/mupdf/files/mupdf-1.3-CFLAGS.patch index 487c2128d12f..3c44e98db1ae 100644 --- a/app-text/mupdf/files/mupdf-9999-CFLAGS.patch +++ b/app-text/mupdf/files/mupdf-1.3-CFLAGS.patch @@ -1,5 +1,5 @@ ---- mupdf-1.0-source/Makerules -+++ mupdf-1.0-source/Makerules +--- mupdf-1.3/Makerules ++++ mupdf-1.3/Makerules @@ -6,7 +6,7 @@ CFLAGS += -Wall diff --git a/app-text/mupdf/files/mupdf-9999-forward_back.patch b/app-text/mupdf/files/mupdf-1.3-forward_back.patch index 35c6f1df1594..aafe35af65d7 100644 --- a/app-text/mupdf/files/mupdf-9999-forward_back.patch +++ b/app-text/mupdf/files/mupdf-1.3-forward_back.patch @@ -1,8 +1,8 @@ Add F86XK_Forward and XF86XK_Back for page switch by muhpdf@binkmail.com on http://bugs.ghostscript.com/show_bug.cgi?id=693494 ---- mupdf-9999/platform/x11/x11_main.c -+++ mupdf-9999/platform/x11/x11_main.c +--- mupdf-1.3/platform/x11/x11_main.c ++++ mupdf-1.3/platform/x11/x11_main.c @@ -5,6 +5,7 @@ #include <X11/Xatom.h> #include <X11/cursorfont.h> diff --git a/app-text/mupdf/files/mupdf-9999-openjpeg2.patch b/app-text/mupdf/files/mupdf-1.3-openjpeg2.patch index 68f6c85b794e..789e4420c374 100644 --- a/app-text/mupdf/files/mupdf-9999-openjpeg2.patch +++ b/app-text/mupdf/files/mupdf-1.3-openjpeg2.patch @@ -1,7 +1,7 @@ http://bugs.ghostscript.com/show_bug.cgi?id=693518 ---- mupdf-9999/Makerules -+++ mupdf-9999/Makerules +--- mupdf-1.3/Makerules ++++ mupdf-1.3/Makerules @@ -52,8 +52,8 @@ SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2) diff --git a/app-text/mupdf/files/mupdf-9999-pkg-config.patch b/app-text/mupdf/files/mupdf-1.3-pkg-config.patch index f0ccfb3e60ff..f943014a6b1d 100644 --- a/app-text/mupdf/files/mupdf-9999-pkg-config.patch +++ b/app-text/mupdf/files/mupdf-1.3-pkg-config.patch @@ -4,8 +4,8 @@ http://bugs.ghostscript.com/show_bug.cgi?id=694301 openjpeg-2 http://bugs.ghostscript.com/show_bug.cgi?id=693518 ---- mupdf-9999/platform/debian/mupdf.pc -+++ mupdf-9999/platform/debian/mupdf.pc +--- mupdf-1.3/platform/debian/mupdf.pc ++++ mupdf-1.3/platform/debian/mupdf.pc @@ -4,9 +4,9 @@ includedir=${prefix}/include diff --git a/app-text/mupdf/files/mupdf-9999-sys_curl.patch b/app-text/mupdf/files/mupdf-1.3-sys_curl.patch index 1866dbdf7e59..a388c0a26e67 100644 --- a/app-text/mupdf/files/mupdf-9999-sys_curl.patch +++ b/app-text/mupdf/files/mupdf-1.3-sys_curl.patch @@ -1,5 +1,5 @@ ---- mupdf-9999/Makerules -+++ mupdf-9999/Makerules +--- mupdf-1.3/Makerules ++++ mupdf-1.3/Makerules @@ -63,6 +63,8 @@ SYS_JBIG2DEC_LIBS = -ljbig2dec SYS_JPEG_LIBS = -ljpeg diff --git a/app-text/mupdf/files/mupdf-9999-zoom-2.patch b/app-text/mupdf/files/mupdf-1.3-zoom-2.patch index 2c9c8c9fd874..353912450236 100644 --- a/app-text/mupdf/files/mupdf-9999-zoom-2.patch +++ b/app-text/mupdf/files/mupdf-1.3-zoom-2.patch @@ -1,5 +1,5 @@ ---- mupdf-9999/platform/x11/pdfapp.c -+++ mupdf-9999/platform/x11/pdfapp.c +--- mupdf-1.3/platform/x11/pdfapp.c ++++ mupdf-1.3/platform/x11/pdfapp.c @@ -866,6 +867,7 @@ break; diff --git a/app-text/mupdf/mupdf-1.3.ebuild b/app-text/mupdf/mupdf-1.3.ebuild new file mode 100644 index 000000000000..9c43c4e583a4 --- /dev/null +++ b/app-text/mupdf/mupdf-1.3.ebuild @@ -0,0 +1,125 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.3.ebuild,v 1.1 2013/08/28 10:28:18 xmw Exp $ + +EAPI=5 + +inherit eutils flag-o-matic multilib toolchain-funcs + +DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" +HOMEPAGE="http://mupdf.com/" +SRC_URI="http://${PN}.googlecode.com/files/${P}-source.tar.gz" + +LICENSE="AGPL-3" +SLOT="0/1.2" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="X vanilla static static-libs" + +LIB_DEPEND="dev-libs/openssl[static-libs?] + media-libs/freetype:2[static-libs?] + media-libs/jbig2dec[static-libs?] + media-libs/openjpeg:2[static-libs?] + net-misc/curl[static-libs?] + virtual/jpeg[static-libs?] + X? ( x11-libs/libX11[static-libs?] + x11-libs/libXext[static-libs?] )" +RDEPEND="${LIB_DEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig + static-libs? ( ${LIB_DEPEND} ) + static? ( ${LIB_DEPEND//?} + app-arch/bzip2[static-libs] + x11-libs/libXau[static-libs] + x11-libs/libXdmcp[static-libs] + x11-libs/libxcb[static-libs] )" + +S=${WORKDIR}/${P}-source + +src_prepare() { + rm -rf thirdparty || die + + epatch \ + "${FILESDIR}"/${P}-CFLAGS.patch \ + "${FILESDIR}"/${P}-openjpeg2.patch \ + "${FILESDIR}"/${P}-pkg-config.patch \ + "${FILESDIR}"/${P}-sys_curl.patch + + sed -e "/^libdir=/s:/lib:/$(get_libdir):" \ + -e "/^prefix=/s:=.*:=${EROOR}/usr:" \ + -i platform/debian/${PN}.pc || die + + use vanilla || epatch \ + "${FILESDIR}"/${P}-zoom-2.patch \ + "${FILESDIR}"/${P}-forward_back.patch + + #http://bugs.ghostscript.com/show_bug.cgi?id=693467 + sed -e '/^\(Actions\|MimeType\)=/s:\(.*\):\1;:' \ + -i platform/debian/${PN}.desktop || die + + sed -e "\$aOS = Linux" \ + -e "\$aCC = $(tc-getCC)" \ + -e "\$aLD = $(tc-getCC)" \ + -e "\$aAR = $(tc-getAR)" \ + -e "\$averbose = true" \ + -e "\$abuild = debug" \ + -e "\$aprefix = ${ED}usr" \ + -e "\$alibdir = ${ED}usr/$(get_libdir)" \ + -i Makerules || die + + if ! use X ; then + sed -e "\$aNOX11 = yes" \ + -i Makerules || die + fi + + if use static-libs || use static ; then + cp -a "${S}" "${S}"-static || die + #add missing Libs.private for xcb and freetype + sed -e 's:\(pkg-config --libs\):\1 --static:' \ + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ + -i "${S}"-static/Makerules || die + fi + + my_soname=libmupdf.so.1.2 + my_soname_js_none=libmupdf-js-none.so.1.2 + sed -e "\$a\$(MUPDF_LIB): \$(MUPDF_JS_NONE_LIB)" \ + -e "\$a\\\t\$(QUIET_LINK) \$(CC) \$(LDFLAGS) --shared -Wl,-soname -Wl,${my_soname} -Wl,--no-undefined -o \$@ \$^ \$(MUPDF_JS_NONE_LIB) \$(LIBS)" \ + -e "/^MUPDF_LIB :=/s:=.*:= \$(OUT)/${my_soname}:" \ + -e "\$a\$(MUPDF_JS_NONE_LIB):" \ + -e "\$a\\\t\$(QUIET_LINK) \$(CC) \$(LDFLAGS) --shared -Wl,-soname -Wl,${my_soname_js_none} -Wl,--no-undefined -o \$@ \$^ \$(LIBS)" \ + -e "/^MUPDF_JS_NONE_LIB :=/s:=.*:= \$(OUT)/${my_soname_js_none}:" \ + -i Makefile || die +} + +src_compile() { + emake XCFLAGS="-fpic" + use static-libs && \ + emake -C "${S}"-static build/debug/lib${PN}{,-js-none}.a + use static && \ + emake -C "${S}"-static XLIBS="-static" +} + +src_install() { + if use X ; then + domenu platform/debian/${PN}.desktop + doicon platform/debian/${PN}.xpm + else + rm docs/man/${PN}.1 + fi + + emake install + dosym ${my_soname} /usr/$(get_libdir)/lib${PN}.so + + use static-libs && \ + dolib.a "${S}"-static/build/debug/lib${PN}{,-js-none}.a + if use static ; then + dobin "${S}"-static/build/debug/mu{tool,draw} + use X && dobin "${S}"-static/build/debug/${PN}-x11 + fi + use X && dosym ${PN}-x11 /usr/bin/${PN} + + insinto /usr/$(get_libdir)/pkgconfig + doins platform/debian/${PN}.pc + + dodoc README docs/*.{txt,c} +} diff --git a/app-text/mupdf/mupdf-9999.ebuild b/app-text/mupdf/mupdf-9999.ebuild index 43d7df7e511e..95c0cf9d5966 100644 --- a/app-text/mupdf/mupdf-9999.ebuild +++ b/app-text/mupdf/mupdf-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.40 2013/07/22 19:44:33 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.41 2013/08/28 10:28:18 xmw Exp $ EAPI=5 @@ -38,21 +38,21 @@ src_prepare() { rm -rf thirdparty || die epatch \ - "${FILESDIR}"/${P}-CFLAGS.patch \ - "${FILESDIR}"/${P}-openjpeg2.patch \ - "${FILESDIR}"/${P}-pkg-config.patch \ - "${FILESDIR}"/${P}-sys_curl.patch + "${FILESDIR}"/${PN}-1.3-CFLAGS.patch \ + "${FILESDIR}"/${PN}-1.3-openjpeg2.patch \ + "${FILESDIR}"/${PN}-1.3-pkg-config.patch \ + "${FILESDIR}"/${PN}-1.3-sys_curl.patch sed -e "/^libdir=/s:/lib:/$(get_libdir):" \ -e "/^prefix=/s:=.*:=${EROOR}/usr:" \ -i platform/debian/${PN}.pc || die use vanilla || epatch \ - "${FILESDIR}"/${P}-zoom-2.patch \ - "${FILESDIR}"/${P}-forward_back.patch + "${FILESDIR}"/${PN}-1.3-zoom-2.patch \ + "${FILESDIR}"/${PN}-1.3-forward_back.patch #http://bugs.ghostscript.com/show_bug.cgi?id=693467 - sed -e '/^Actions=/s:=.*:=View;:' \ + sed -e '/^\(Actions\|MimeType\)=/s:\(.*\):\1;:' \ -i platform/debian/${PN}.desktop || die sed -e "\$aOS = Linux" \ @@ -93,32 +93,32 @@ src_prepare() { src_compile() { emake XCFLAGS="-fpic" use static-libs && \ - emake -C "${S}"-static build/debug/libmupdf{,-js-none}.a + emake -C "${S}"-static build/debug/lib${PN}{,-js-none}.a use static && \ emake -C "${S}"-static XLIBS="-static" } src_install() { if use X ; then - domenu platform/debian/mupdf.desktop - doicon platform/debian/mupdf.xpm + domenu platform/debian/${PN}.desktop + doicon platform/debian/${PN}.xpm else - rm docs/man/mupdf.1 + rm docs/man/${PN}.1 fi emake install - dosym ${my_soname} /usr/$(get_libdir)/libmupdf.so + dosym ${my_soname} /usr/$(get_libdir)/lib${PN}.so use static-libs && \ - dolib.a "${S}"-static/build/debug/libmupdf{,-js-none}.a + dolib.a "${S}"-static/build/debug/lib${PN}{,-js-none}.a if use static ; then dobin "${S}"-static/build/debug/mu{tool,draw} - use X && dobin "${S}"-static/build/debug/mupdf-x11 + use X && dobin "${S}"-static/build/debug/${PN}-x11 fi - use X && dosym mupdf-x11 /usr/bin/mupdf + use X && dosym ${PN}-x11 /usr/bin/${PN} insinto /usr/$(get_libdir)/pkgconfig - doins platform/debian/mupdf.pc + doins platform/debian/${PN}.pc dodoc README docs/*.{txt,c} } |