Port details |
- libdazzle Companion library to GObject and Gtk+
- 3.44.0 x11-toolkits
=1 Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2018-09-30 11:58:54
- Last Update: 2022-06-24 20:21:30
- Commit Hash: e43ac39
- People watching this port, also watch:: noto-tc, font-misc-meltho, libjxl, xclock, gstreamer1-plugins-pango
- License: GPLv3
- Description:
- libdazzle is a collection of fancy features for GLib and Gtk+ that
aren't quite ready or generic enough for use inside those libraries.
This is often a proving ground for new widget prototypes. Applications
such as Builder tend to drive development of this project.
WWW: https://gitlab.gnome.org/GNOME/libdazzle
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libdazzle>0:x11-toolkits/libdazzle
- To install the port:
- cd /usr/ports/x11-toolkits/libdazzle/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/libdazzle
- pkg install libdazzle
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libdazzle
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656101132
SHA256 (gnome/libdazzle-3.44.0.tar.xz) = 3cd3e45eb6e2680cb05d52e1e80dd8f9d59d4765212f0e28f78e6c1783d18eae
SIZE (gnome/libdazzle-3.44.0.tar.xz) = 454948
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- valac : lang/vala
- msgfmt : devel/gettext-tools
- g-ir-scanner : devel/gobject-introspection
- meson>=0.57.1_1 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Libraries
-
- audio/gnome-music
- deskutils/gnome-calendar
- deskutils/gnome-photos
- devel/gitg
- devel/gnome-builder
- devel/gtranslator
- www/epiphany
- Configuration Options:
- No options to configure
- Options name:
- x11-toolkits_libdazzle
- USES:
- compiler:c11 gettext gnome meson pkgconfig tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
24 Jun 2022 20:21:30 3.44.0 |
Baptiste Daroussin (bapt)  |
x11-toolkits/libdazzle: update to 3.44.0 |
28 Sep 2021 04:40:27 3.42.0 |
Neel Chauhan (nc)  |
x11-toolkits/libdazzle: Update to 3.42.0 |
09 Apr 2021 00:30:37 3.40.0 |
Neel Chauhan (nc)  |
Add missing Makefile change to x11-toolkits/libdazzle |
09 Apr 2021 00:29:48 3.38.0 |
Neel Chauhan (nc)  |
x11-toolkits/libdazzle: Update to 3.40.0
Differential Revision: https://reviews.freebsd.org/D29612 |
07 Apr 2021 08:09:01 3.38.0 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.38.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Sep 2020 15:48:26
3.38.0 |
bapt  |
Update to 3.38.0 |
17 Sep 2020 12:11:12
3.36.0 |
bapt  |
Update to 3.36.0
Can't go yet to 3.38.0 as it requires newer glib |
02 Aug 2019 06:39:05
3.33.4 |
yuri  |
x11-toolkits/libdazzle: Update 3.28.5 -> 3.33.4
Reported by: portscout |
26 Jul 2019 20:46:57
3.28.5_2 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
26 Dec 2018 14:54:38
3.28.5_1 |
amdmi3  |
- Provide meaningful COMMENT and WWW
Approved by: portmgr blanket |
12 Dec 2018 01:35:36
3.28.5_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
24 Nov 2018 07:20:56
3.28.5 |
linimon  |
Add compiler:c11 to USES to fix build with GCC-based architectures.
PR: 232577
Submitted by: Piotr Kubaj
Reviewed by: Ting-Wei Lan
Approved by: portmgr (tier-2 blanket) |
11 Nov 2018 21:49:16
3.28.5 |
kwm  |
Update libdazzle to 3.28.5. |
30 Sep 2018 11:58:31
3.28.3 |
kwm  |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |