Port details |
- libgnome-games-support Small library intended for internal use by GNOME Games
- 1.8.2_2 games
=3 1.8.2_2Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2016-12-09 14:48:39
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- Also Listed In: gnome
- License: GPLv3
- WWW:
- https://git.gnome.org/browse/libgnome-games-support
- Description:
- libgnome-games-support is a small library intended for internal use by
GNOME Games, but it may be used by others.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libgnome-games-support>0:games/libgnome-games-support
- To install the port:
- cd /usr/ports/games/libgnome-games-support/ && make install clean
- To add the package, run one of these commands:
- pkg install games/libgnome-games-support
- pkg install libgnome-games-support
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libgnome-games-support
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661523542
SHA256 (gnome/libgnome-games-support-1.8.2.tar.xz) = 28434604a7b038731ac0231731388ff104f565bb2330cc24e78cda04cfd3ef7d
SIZE (gnome/libgnome-games-support-1.8.2.tar.xz) = 45328
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:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- valac : lang/vala
- Library dependencies:
-
- libgee-0.8.so : devel/libgee
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- 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
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Libraries
-
- games/atomix
- games/five-or-more
- games/gnome-2048
- games/gnome-klotski
- games/gnome-mines
- games/gnome-nibbles
- games/gnome-robots
Configuration Options:
- No options to configure
- Options name:
- games_libgnome-games-support
- USES:
- gettext gnome meson pkgconfig tar:xz vala:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.2_2 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.8.2_2 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.8.2_1 26 Jul 2023 00:48:20
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.8.2_1 24 Jun 2023 04:37:51
    |
Muhammad Moinur Rahman (bofh)  |
games/libgnome-games-support: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.8.2_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.2 26 Aug 2022 17:02:25
    |
Tobias C. Berner (tcberner)  |
framework: switch tree to using vala.mk
PR: 249940 |
1.8.2 26 Aug 2022 17:02:24
    |
Tobias C. Berner (tcberner)  |
games/libgnome-games-support: update to 1.8.2 - prepare for lang/vala update
PR: 249940 |
1.8.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.8.0 17 Sep 2020 18:28:28
  |
bapt  |
Update to 1.8.0 |
1.4.4 17 Dec 2019 05:41:15
  |
bapt  |
Update to 1.4.4 |
1.4.3 15 Dec 2018 19:29:24
  |
kwm  |
Update libgnome-games-support to 1.4.3. |
1.4.1 30 Sep 2018 11:58:31
  |
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 |
1.2.2 19 Jun 2017 05:24:36
  |
kwm  |
Update libgnome-games-support to 1.2.2.
Update WWW to point to the real git repo and not the github mirror. |
1.2.1 12 May 2017 16:13:20
  |
rm  |
games/libgnome-games-support>: remove BROKEN after gtk30 updated to 3.22 |
1.2.1 21 Dec 2016 10:27:16
  |
amdmi3  |
- Mark BROKEN: does not build (Package dependency requirement 'gtk+-3.0 >=
3.19.2' could not be satisfied)
Approved by: portmgr blanket |
1.2.1 09 Dec 2016 14:48:26
  |
rm  |
libgnome-games-support is a small library intended for internal use by
GNOME Games, but it may be used by others.
WWW: https://github.com/GNOME/libgnome-games-support |