pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/pangomm2.48
Module Name: pkgsrc
Committed By: wiz
Date: Wed Feb 7 18:19:38 UTC 2024
Modified Files:
pkgsrc/devel/pangomm2.48: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/pangomm2.48/patches: patch-meson.build
Log Message:
pangomm2.48: update to 2.50.2.
2.50.2 (stable):
* Fontset: Use callback functions with C linkage
(Kjell Ahlstedt) Issue glibmm#1 (Murray Cumming)
* Coverage: Don't use deprecated pango_coverage_ref/unref()
(Kjell Ahlstedt)
Documentation:
* Doxyfile.in: Don't hide undocumented classes
(Kjell Ahlstedt)
* README.win32: Convert to MarkDown and rename to README.win32.md
Make dependencies clearer
(Chun-wei Fan)
* Remove AUTHORS, HACKING, README.SUN; add general info to README.md
(Kjell Ahlstedt) Issue gtkmm#140
Meson build:
* Detect if we build from a git subtree
(William Roy) Merge request gtkmm!72
* Don't copy files with configure_file()
(Kjell Ahlstedt)
* Fix the evaluation of is_git_build on Windows
(Kjell Ahlstedt) Issue gtkmm#131 (William Roy)
* Don't fail if warning_level=everything
(Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87
2.50.1 (stable):
* Context::get_font_map(): Fix reference count
(Kjell Ahlstedt)
Build:
* Meson build: Specify 'check' option in run_command()
Will be necessary with future versions of Meson.
Require Meson >= 0.55.0
* Meson build: Check if Perl is required for building documentation
* Meson build: Avoid unnecessary configuration warnings
(Kjell Ahlstedt)
* Meson build: Re-organize warning-related compiler flags for MSVC
(Chun-wei Fan)
2.50.0 (stable):
* AttrList: Add get_attributes(), update(), equal()
(Kjell Ahlstedt) Issue #12 (misos1)
* Make CairoFontMap::set_resolution() usable
by adding the CairoFontMapImpl class
(Kjell Ahlstedt) Issue #15 (Ievgenii Meshcheriakov)
* Add FontMap::get_family()
(Kjell Ahlstedt)
* AttrList: Add to_string() and from_string()
Attribute: Add TextTransform, BaselineShift and FontScle enums
and some create_attr_*() methods
(Kjell Ahlstedt)
Build:
* Don't include individual pango headers
(Matthias Clasen, Kjell Ahlstedt) Merge request !22
* Support Visual Studio 2022 builds
(Chun-wei Fan)
* Require pango >= 1.49.4
(Kjell Ahlstedt)
2.49.1 (unstable)
* Layout, LayoutIter: Add get_const_line() and get_const_lines()
(Kjell Ahlstedt) Issue #10 (misos1)
* GlyphItem: Make most methods public
(Kjell Ahlstedt) Issue #11 (Josh Bialkowski)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/pangomm2.48/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/pangomm2.48/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pangomm2.48/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/pangomm2.48/patches/patch-meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/pangomm2.48/Makefile
diff -u pkgsrc/devel/pangomm2.48/Makefile:1.9 pkgsrc/devel/pangomm2.48/Makefile:1.10
--- pkgsrc/devel/pangomm2.48/Makefile:1.9 Tue Nov 14 14:01:39 2023
+++ pkgsrc/devel/pangomm2.48/Makefile Wed Feb 7 18:19:37 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/11/14 14:01:39 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/02/07 18:19:37 wiz Exp $
-DISTNAME= pangomm-2.48.2
+DISTNAME= pangomm-2.50.2
PKGNAME= ${DISTNAME:S/pangomm/pangomm2.48/}
-PKGREVISION= 4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pangomm/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -24,7 +23,7 @@ USE_CXX_FEATURES+= c++11
.include "../../devel/meson/build.mk"
BUILDLINK_API_DEPENDS.mm-common+= mm-common>=0.9.10
.include "../../devel/mm-common/buildlink3.mk"
-BUILDLINK_API_DEPENDS.pango+= pango>=1.48.0
+BUILDLINK_API_DEPENDS.pango+= pango>=1.49.4
.include "../../devel/pango/buildlink3.mk"
.include "../../graphics/cairomm1.16/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/pangomm2.48/PLIST
diff -u pkgsrc/devel/pangomm2.48/PLIST:1.1 pkgsrc/devel/pangomm2.48/PLIST:1.2
--- pkgsrc/devel/pangomm2.48/PLIST:1.1 Mon May 31 22:29:20 2021
+++ pkgsrc/devel/pangomm2.48/PLIST Wed Feb 7 18:19:37 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/31 22:29:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/02/07 18:19:37 wiz Exp $
include/pangomm-2.48/pangomm.h
include/pangomm-2.48/pangomm/attributes.h
include/pangomm-2.48/pangomm/attriter.h
include/pangomm-2.48/pangomm/attrlist.h
include/pangomm-2.48/pangomm/cairofontmap.h
+include/pangomm-2.48/pangomm/cairofontmapimpl.h
include/pangomm-2.48/pangomm/color.h
include/pangomm-2.48/pangomm/context.h
include/pangomm-2.48/pangomm/coverage.h
Index: pkgsrc/devel/pangomm2.48/distinfo
diff -u pkgsrc/devel/pangomm2.48/distinfo:1.5 pkgsrc/devel/pangomm2.48/distinfo:1.6
--- pkgsrc/devel/pangomm2.48/distinfo:1.5 Fri May 27 12:28:26 2022
+++ pkgsrc/devel/pangomm2.48/distinfo Wed Feb 7 18:19:37 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/05/27 12:28:26 adam Exp $
+$NetBSD: distinfo,v 1.6 2024/02/07 18:19:37 wiz Exp $
-BLAKE2s (pangomm-2.48.2.tar.xz) = 16b7c37db3f3491ef0971c2c1af71be765823646ff195df3d0c28a4c60d40d9a
-SHA512 (pangomm-2.48.2.tar.xz) = 631529f27aaf8aa69344f5c4c30921c88e947f9f1ec828d591a9a31c497ab0e52ef1ddd19064d305858c15f807e14f315eafec5a1b755f9561153d5275cdf66e
-Size (pangomm-2.48.2.tar.xz) = 696364 bytes
-SHA1 (patch-meson.build) = b09516870f4e33aab8d4039f995aedd4dc236832
+BLAKE2s (pangomm-2.50.2.tar.xz) = 5e133bcf23e5ad0dbf18881c17ccc088c8b3a62d1109583e87d7709961d4756b
+SHA512 (pangomm-2.50.2.tar.xz) = a1b478450cd1fb415b238b69843d75bbcc01c62ed123ccab388d0b667efb6f7c7e9aa5ec6e0a6e0dcba2d76c52f3ecb42ddb5cf8e12e819731bc0b4f613cc0c7
+Size (pangomm-2.50.2.tar.xz) = 775356 bytes
Home |
Main Index |
Thread Index |
Old Index