Skip to content

Commit

Permalink
poppler: Update version from 0.35.0 to 0.54.0
Browse files Browse the repository at this point in the history
Poppler is a PDF rendering library https://poppler.freedesktop.org
  • Loading branch information
wwwutz committed May 26, 2017
1 parent 02b557c commit a7494cd
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 73 deletions.
30 changes: 0 additions & 30 deletions poppler-0.16.3-0.bee

This file was deleted.

23 changes: 0 additions & 23 deletions poppler-0.20.2_p11_g3ca2bc0-0.x86_64.bee

This file was deleted.

22 changes: 2 additions & 20 deletions poppler.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env beesh
#BEE_VERSION poppler-0.35.0-0
# BEE_VERSION poppler-0.54.0-0

export CMAKE_PREFIX_PATH=/usr/local/qt5

Expand Down Expand Up @@ -65,7 +65,7 @@ mee_configure() {
--disable-static \
--enable-build-type=release \
--enable-cmyk \
--enable-xpdf-headers
--enable-xpdf-headers
}

#mee_build() {
Expand All @@ -76,21 +76,3 @@ mee_configure() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0]="" is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
38 changes: 38 additions & 0 deletions poppler_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh
# BEE_VERSION poppler_compat-0.54.0-0
# compatibility package for poppler
# /project/admin/tools/beediff.pl `bee list poppler|grep -v data` 2>&1 | less

SRCURL=()

mee_install() {
cd ${D}

tar xpf /src/mariux/beeroot/packages/poppler-0.16.3-0.x86_64.bee.tar.bz2 \
/usr/lib/girepository-1.0/Poppler-0.16.typelib \
/usr/lib/libpoppler-glib.so.6 \
/usr/lib/libpoppler-glib.so.6.0.0 \
/usr/lib/libpoppler.so.13 \
/usr/lib/libpoppler.so.13.0.0 \
/usr/share/gir-1.0/Poppler-0.16.gir

# /usr/bin/pdftoabw \
# /usr/share/gtk-doc/html/poppler/poppler.devhelp
# /usr/lib/libpoppler.a \
# /usr/lib/libpoppler-cpp.a \
# /usr/lib/libpoppler-glib.a \

tar xpf /src/mariux/beeroot/packages/poppler-0.20.2_p11_g3ca2bc0-0.x86_64.bee.tar.bz2 \
/usr/lib/libpoppler-glib.so.8.4.0 \
/usr/lib/libpoppler-qt4.so.4.0.0 \
/usr/lib/libpoppler.so.26 \
/usr/lib/libpoppler.so.26.0.0

tar xpf /src/mariux/beeroot/packages/poppler-0.35.0-0.x86_64.bee.tar.bz2 \
/usr/lib/libpoppler-cpp.so.0.2.1 \
/usr/lib/libpoppler-glib.so.8.7.0 \
/usr/lib/libpoppler-qt4.so.4.7.0 \
/usr/lib/libpoppler-qt5.so.1.4.0 \
/usr/lib/libpoppler.so.54 \
/usr/lib/libpoppler.so.54.0.0
}
File renamed without changes.
7 changes: 7 additions & 0 deletions scripts/cleanup-poppler-xpdf-to-0.54.0.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash -x
bee update xpdf
bee remove poppler-0.16.3-0.x86_64
bee remove poppler-0.20.2_p11_g3ca2bc0-0.x86_64
bee remove poppler-0.35.0-0.x86_64
bee install poppler
bee install poppler_compat

0 comments on commit a7494cd

Please sign in to comment.