Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Jan 2021 20:50:18
4.16.0_1

|
pkubaj  |
deskutils/xfce4-tumbler: fix build on GCC architectures
/usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h:49:
error: redefinition of typedef 'WebKitUserContentFilter'
MFH: 2021Q1 |
07 Jan 2021 19:23:00
4.16.0_1

|
tcberner  |
graphics/poppler: update to 21.01.0
Release 21.01.0:
core:
* Faster routines for jpeg decoding
* Fix reading signatures in encrypted files
* Add white point correction when lcms is used
* JBIG2Stream: Fix byte counting
* Fix potential data loss if we try to fetch a non existing Ref after
modifying the document
* Specifically use DeviceGray instead of DefaultGray for softmasks
* Fix various issues handling broken files
utils:
* pdftocairo: Setmode binary for windows
* pdfsig: Add hability to digitally sign files (Only the first 15 lines of the commit message are shown above ) |
02 Jan 2021 16:36:33
4.16.0

|
madpilot  |
Welcome XFCE 4.16 to the FreeBSD ports tree!
Upstream announce: https://xfce.org/about/news/?post=1608595200
This XFCE release dropped support for GTK2 plugins and also dropped
GTK2 from all components.
WARNING: please check UPDATING before upgrading your packages. In
case of problems also read the libexo pkg-message.
Due to this some panel plugins and libraries will be removed since
they cannot compile anymore:
- print/xfce4-print
- x11/xfce4-quicklauncher-plugin (Only the first 15 lines of the commit message are shown above ) |
11 Dec 2020 20:10:03
0.2.9_6

|
tcberner  |
graphics/poppler: update to 20.12.0
Changelog:
core:
* Draw better circles for circle annotations
* Fix annotation line width if no appearance stream or style are given
* Tweak rendering of highlight annotations
* Fix border rendering of some annotations
* Fix rendering of some files. Issue #976 Issue #567
* PSOutputDev: provide options to set the rasterization color space and
ICC profile
* PSOutputDev: for splashModeCMYK8 and language level >=2 activate
overprint emulation
* PSOutputDev: use the DeviceN8 bitmap for rasterization with
CMYK-output + overprint
* Use the font name without subset tag when querying for a system font
* Splash: Fix wrong x adjustment during clipping
* Splash: Fix blitImage in uncolored tiling patterns (Only the first 15 lines of the commit message are shown above ) |
09 Nov 2020 17:08:12
0.2.9_5

|
tcberner  |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
03 Nov 2020 19:48:54
0.2.9_4

|
tcberner  |
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above ) |
11 Oct 2020 10:58:15
0.2.9_3

|
tcberner  |
graphics/poppler: update to 20.10.0
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine |
10 Sep 2020 18:32:07
0.2.9_2

|
tcberner  |
graphics/poppler: update to 20.09.0
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5: (Only the first 15 lines of the commit message are shown above ) |
14 Aug 2020 04:22:13
0.2.9_1

|
tcberner  |
Bump revisions of poppler consumers after r544863 |
07 Aug 2020 13:01:07
0.2.9

|
madpilot  |
Update xfce4-tumbler to 0.2.9 |
06 Jul 2020 06:17:19
0.2.8_7

|
tcberner  |
graphics/poppler: update to 0.90
Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5 (Only the first 15 lines of the commit message are shown above ) |
02 Jun 2020 14:47:30
0.2.8_6

|
tcberner  |
graphics/poppler: update to 0.89.0
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far.
Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848 |
02 May 2020 10:00:12
0.2.8_5

|
tcberner  |
graphics/poppler: update to 0.88.0
Release 0.88.0:
core:
* Support Widget Annotation Buttons not linked to any Form
* SplashOuputDev: Use stroking opacity when clipping to a stroke path
* Handle 1 bit RGB images in ICC colorspace
* Internal code improvements
qt5:
* Add Document::signatures. Returns signatures not attached to any page
* ArthurOutputDev: Fix font hinting
* ArthurOutputDev: Set the opacity when filling with axial gradients
* ArthurOutputDev: Implement the clipToStrokePath method (Only the first 15 lines of the commit message are shown above ) |
02 Apr 2020 04:41:03
0.2.8_4

|
tcberner  |
graphics/poppler: update to 0.87.0
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine |
21 Mar 2020 12:57:09
0.2.8_3

|
tcberner  |
Update poppler to 0.86.1
Release 0.86.1:
core:
* Fix regression in Browse Link handling
* Internal code improvements
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
* Internal code improvements
glib: (Only the first 15 lines of the commit message are shown above ) |
03 Feb 2020 19:32:51
0.2.8_2

|
tcberner  |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
22 Jan 2020 17:59:22
0.2.8_1

|
tcberner  |
graphics/poppler: update to 0.84.0
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
* Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
* JBIG2Stream: fix potential crash in malformed documents
* JBIG2Stream: fix leak in reset() if called several times
* Internal code improvements
utils:
* pdfimages: Add error message if first page is larger then number of
pages.
* pdfinfo: Improved paper size recognition
* pdfsig: Fix exit code when dumping signatures
* pdftocairo: Error out when even/odd selects 0 pages (Only the first 15 lines of the commit message are shown above ) |
22 Dec 2019 09:38:43
0.2.8

|
madpilot  |
Update xfce4-tumbler to 0.2.8 |
01 Nov 2019 21:51:36
0.2.7_2

|
tcberner  |
graphics/poppler: update to 0.82.0
Release 0.82.0:
core:
* Fix not being able to open some files. Issue #832
* Fix crashes in malformed files
* Fix memory leak on broken files
* Minor performance improvements
* Minor code improvements
glib:
* Add poppler_document_new_from_bytes
* PopplerAttachment: Silence deprecation warnings for ctime/mtime
build system:
* pdf-inspector: Support builddir != srcdir
* Install Cairo* headers if Cairo has been found
Thanks to adridg@ for fixing all the fallout.
Exp-run by: antoine
PR: 241532
Approved by: gnome (kwm, implicit) |
29 Sep 2019 07:25:04
0.2.7_1

|
tcberner  |
graphics/poppler: update to 0.81.0
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
* CairoOutputDev: Check scaled dimensions for 0. Issue #737
* BaseCryptStream: Fix potential uninitialized memory read
* SplashBitmap: Fix wrong width condition for splashModeDeviceN8
* Fix crashes in malformed files
PR: 240781
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
19 Sep 2019 23:46:34
0.2.7

|
madpilot  |
Welcome XFCE 4.14 to the FreeBSD ports tree
- This XFCE release uses almost exclusively gtk3, so the USES=xfce
now defaults to gtk3
- Make x11-themes/gtk-xfce-engine an optional dependency(disabled
by default), it only supports gtk2, so would leave miost of this
XFCE version unthemed.
- Add Greybird as an optional and enabled dependency as a modern
theme supporting both GTK versions and all other XFCE parts
- The xfce4-vala port is deprecated and removed. The VALA bindings
are available in the library ports using the GIR and VAPI options
(on by default)
- Fixed various missing library and portlint warnings (portmgr fixit
blanket)
- Default Display Manager changed to lightdm (Thanks to woodsb02 (Only the first 15 lines of the commit message are shown above ) |
01 Sep 2019 20:46:39
0.2.6_3

|
tcberner  |
graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
* Annotations: Implement support for setting a different text in the appearance
stream than the real text
* Splash: Optionally use small_vector from boost
* Fix memory leaks on broken files
* Fix abort on broken files
* Small code simplifications
* Remove USE_FIXEDPOINT support. Issue #821
qt5:
* Fix MSVC build
* Add subsitute-font information
* Fix since marker of some functions (Only the first 15 lines of the commit message are shown above ) |
13 Aug 2019 16:01:59
0.2.6_2

|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
05 Aug 2019 23:06:50
0.2.6_2

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
31 Jul 2019 21:14:15
0.2.6_1

|
tcberner  |
graphics/poppler: update to 0.79.0
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
29 Jul 2019 21:37:38
0.2.6

|
madpilot  |
Update tumbler to 0.2.6 |
02 Jul 2019 08:16:05
0.2.5

|
madpilot  |
Update xfce4-tumbler to 0.2.5 |
29 Jun 2019 08:55:18
0.2.4_2

|
tcberner  |
graphics/poppler: update to 0.78.0
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
* Handle Ink annots without an InkList but with an AP
* Fix typos preventing parsing of Movie start and duration
* Fix crash on malformed files
glib:
* Add poppler_document_create_dests_tree()
* Don't use the deprecated g_type_class_add_private()
* Document the differences between render() and render_for_printing()
* Fix introspection for poppler_document_new_from_data
* Don't create PopplerInputStream with length 0. Issue #414 (Only the first 15 lines of the commit message are shown above ) |
19 Jun 2019 16:14:27
0.2.4_1

|
madpilot  |
- Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416 |
01 Jun 2019 06:39:23
0.2.4_1

|
tcberner  |
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
17 May 2019 22:23:47
0.2.4

|
madpilot  |
Update xfce4-tumbler to 0.2.4 |
13 May 2019 18:33:10
0.2.3_2

|
tcberner  |
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
* splash: Fix compile with SPLASH_CMYK enabled
* Some typo fixing in error messages
qt5:
* Fix regression in annotation handling
build system:
* Fix some typos in build system output and comments (Only the first 15 lines of the commit message are shown above ) |
22 Jan 2019 14:44:38
0.2.3_1

|
madpilot  |
Clenup xfce ports:
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
install-strip |
06 Nov 2018 01:50:27
0.2.3_1

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
14 Sep 2018 10:30:30
0.2.3

|
madpilot  |
Update xfce4-tumbler to 0.2.3. |
08 Sep 2018 22:17:38
0.2.2

|
madpilot  |
Update xfce4-tumbler to 0.2.2. |
02 May 2018 15:07:27
0.2.1_1

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
31 Mar 2018 21:32:31
0.2.1

|
madpilot  |
Update xfce4-tumbler to 0.2.1 |
18 Sep 2017 15:11:43
0.2.0

|
madpilot  |
- Update deskutils/xfce4-tumbler to 0.2.0 [1]
- Update x11-fm/thunar 1.6.12 [2]
- Silence USES portlint warning [2]
- Regenerate patches [2]
- Add warning about COVER tunar plugin requiring manual
configuration [1]
PR: 220805 [1], 220407 [2]
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
24 Aug 2017 13:45:14
0.1.31_6

|
swills  |
Bump PORTREVISION after recent poppler update |
28 Apr 2017 09:05:12
0.1.31_5

|
amdmi3  |
- Update license and www
Approved by: portmgr blanket |
07 Jan 2017 10:42:51
0.1.31_5

|
olivierd  |
Chase update of graphics/poppler (and slaves ports) in revision r430777 |
11 Dec 2016 15:22:47
0.1.31_4

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
05 Sep 2016 20:02:03
0.1.31_3

|
olivierd  |
Chase update of Poppler after revision r421386 |
01 Apr 2016 14:00:57
0.1.31_2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
21 Jan 2016 19:40:10
0.1.31_2

|
kwm  |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3] |
02 Aug 2015 16:06:17
0.1.31_1

|
kwm  |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1] |
22 Jun 2015 18:33:22
0.1.31

|
antoine  |
Convert to USES=jpeg |
28 Apr 2015 17:01:47
0.1.31

|
bdrewery  |
USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.
This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.
With hat: portmgr |
30 Mar 2015 18:41:10
0.1.31

|
olivierd  |
Allow Thunar (through tumbler daemon) to display previews for SVG icons.
PR: 199009
Submitted by: marino@ |
05 Mar 2015 22:52:31
0.1.31

|
olivierd  |
The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600
Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)
Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1 (Only the first 15 lines of the commit message are shown above ) |
03 Feb 2015 12:28:24
0.1.30_6

|
kwm  |
Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].
PR: 196599 [1]
Submitted by: olivierd@ [1]
Exp-run by: antoine@
Obtained from: upstream [2] |
24 Jan 2015 19:27:28
0.1.30_5

|
antoine  |
Fix some _DEPENDS |
25 Dec 2014 20:54:43
0.1.30_5

|
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
0.1.30_4

|
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
25 Nov 2014 12:55:54
0.1.30_4

|
makc  |
Bump PORTREVISION after graphics/poppler update to 0.26.3 |
20 Oct 2014 11:52:39
0.1.30_3

|
bapt  |
Cleanup plist |
26 Jun 2014 16:22:57
0.1.30_3

|
olivierd  |
- Switch to USES= libtool tar:bzip2
- Add LICENSE_FILE
- Bump PORTREVISION |
16 Apr 2014 18:28:50
0.1.30_2

|
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
19 Mar 2014 19:27:00
0.1.30_1

|
tijl  |
- Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
(Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.
PR: ports/186779 [1] |
23 Feb 2014 12:43:03
0.1.30

|
olivierd  |
- Update to 0.1.30
- Add LICENSE
- Remove unneeded patch |
27 Dec 2013 16:54:22
0.1.29_2

|
kwm  |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax. |
14 Oct 2013 18:48:19
0.1.29_1

|
olivierd  |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES=gmake (deskutils/xfce4-tumbler)
Approved by: ehaupt@ (maintainer of deskutils/xfce4-notifyd) |
20 Sep 2013 16:21:38
0.1.29_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
11 Jul 2013 16:26:27
0.1.29_1

|
sunpoet  |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
06 May 2013 19:45:52
0.1.29

|
rene  |
Update to 0.1.29 (bugfixes and translation updates) |
30 Apr 2013 16:06:18
0.1.27_2

|
olivierd  |
- Revert GSTREAMER option
- Add description for GSTREAMER, because it depends of new API (1.0)
- Convert to USES= pathfix
- Merge 'post-patch' target with configure patch (when NLS is unset) |
26 Apr 2013 10:44:29
0.1.27_1

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 07:14:15
0.1.27_1

|
bapt  |
Convert deskutils to USES=pkgconfig |
09 Mar 2013 10:50:10
0.1.27_1

|
olivierd  |
- Fix COVER option
Approved by: rene, miwi (mentors, implicit) |
14 Jan 2013 21:25:40
0.1.27

|
olivierd  |
- Update to 0.1.27
- Add new option, COVER (unset by default) for movies
Now, message is displayed, because config file system controls plugins. Users
can override default configuration.
Approved by: rene, miwi (mentors, implicit) |
14 Dec 2012 18:17:08
0.1.26

|
olivierd  |
- Update to 0.1.26
- Unset GSTREAMER option, it needs the new 1.0 API
- Trim header
- Remove ABI version numbers from LIB_DEPENDS
Approved by: rene, miwi (mentors, implicit) |
11 Aug 2012 21:29:11
0.1.25_2
|
olivierd  |
- Fix previous revision: rev 302357
PR: 170535
Submitted by: David Shao <davshao@gmail.com>
Approved by: rene, miwi (mentors) |
09 Aug 2012 19:49:04
0.1.25_2
|
olivierd  |
- Use USE_PKGCONFIG macro
- Add patch when NLS is unset
- Remove USE_AUTOTOOLS (libtool) macro
Submitted by: myself
Approved by: miwi, rene (mentors) |
17 Jun 2012 08:49:40
0.1.25_1
|
dougb  |
In OPTIONS, s/JEPG/JPEG/
Submitted by: tijl |
01 Jun 2012 05:26:28
0.1.25_1
|
dinoex  |
- update png to 1.5.10 |
30 May 2012 16:49:12
0.1.25 
|
miwi  |
- Convert complete XFCE to new options framework
While here some extra work:
- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes
Reviewed by: beat, bapt (thx!) |
25 May 2012 16:51:41
0.1.25
|
miwi  |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw |
01 Apr 2012 15:48:58
0.1.24
|
rene  |
Update to 0.1.24
PR: ports/166473
Submitted by: Olivier Duchateau
Feature safe: yes |
18 Dec 2011 08:59:25
0.1.23
|
miwi  |
- Update to 0.1.23
PR: 163070
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
31 Oct 2011 09:53:19
0.1.22_1
|
kwm  |
Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.
Thanks to: pav for a exp-runs
bapt for double checking the libreoffice ports |
28 Oct 2011 15:16:33
0.1.22
|
miwi  |
- Update to 0.1.22
PR: 160874
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
23 Oct 2011 11:56:51
0.1.21_1
|
rene  |
Re-assign to the Xfce team.
Approved by: oliver (previous maintainer) |
23 Aug 2011 18:36:21
0.1.21_1
|
kwm  |
Chase poppler shlib bumps. |
25 Apr 2011 08:33:00
0.1.21
|
oliver  |
update to 0.1.21
PR: ports/156311
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
03 Mar 2011 14:55:54
0.1.6
|
miwi  |
- Fix MASTER_SITES |
03 Mar 2011 10:15:19
0.1.6
|
oliver  |
Add xfce4-tumbler
Tumbler, is thumbnail service implementing the thumbnail management D-BUS
specification.
WWW: http://git.xfce.org/apps/tumbler/ |