The latest version (2.12.6-1) incorrectly uses the key "sha256" instead of "sha256sums", which causes the integrity checks to fail. The build also failed for me at first because I didn't have gperf installed, so I think it should be added to the makedepends list.
Search Criteria
Package Details: fontconfig-ubuntu 2.15.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fontconfig-ubuntu.git (read-only, click to copy) |
---|---|
Package Base: | fontconfig-ubuntu |
Description: | A library for configuring and customizing font access (with Ubuntu patches) |
Upstream URL: | https://launchpad.net/ubuntu/+source/fontconfig |
Licenses: | LicenseRef-custom |
Conflicts: | fontconfig |
Provides: | fontconfig, libfontconfig.so |
Submitter: | wonder |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 353 |
Popularity: | 0.008382 |
First Submitted: | 2008-07-28 18:25 (UTC) |
Last Updated: | 2024-02-26 14:21 (UTC) |
Dependencies (16)
- expat (expat-gitAUR)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- docbook-sgml (make)
- docbook-utils (make)
- expat (expat-gitAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- json-c (json-c-gitAUR) (make)
- lynx (lynx-gitAUR, lynx-currentAUR) (make)
- perl-sgmls (make)
- python-lxml (make)
- python-six (make)
- texlive-formatsextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- texlive-latexrecommended (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (check)
Required by (1533)
- 3270-fonts (requires fontconfig)
- 4l (requires fontconfig)
- 64gram-desktop-bin (requires fontconfig)
- ab-download-manager (requires fontconfig)
- ab-download-manager-git (requires fontconfig)
- abdownloadmanager-bin (requires fontconfig)
- abiword-git (requires fontconfig)
- activinspire (requires fontconfig)
- aegisub-arch1t3cht (requires fontconfig)
- aegisub-arch1t3cht-git (requires fontconfig)
- aegisub-arch1t3cht-qt5-git (requires fontconfig)
- aegisub-git (requires fontconfig)
- aegisub-japan7-git (requires fontconfig)
- aegisub-ttools-meson-git (requires fontconfig)
- aegisub-wangqr-git (requires fontconfig)
- aerzte_sans (requires fontconfig)
- aftershotpro2 (requires fontconfig)
- agar (requires fontconfig) (optional)
- aide-bin (requires fontconfig)
- ajour (requires fontconfig)
- Show 1513 more...
Sources (5)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 19 Next › Last »
saghm commented on 2017-10-29 16:51 (UTC)
Det commented on 2017-03-13 16:01 (UTC) (edited on 2017-03-13 16:06 (UTC) by Det)
Oh yeah. (∩ ͡° ͜ʖ ͡°)⊃━☆゚.* [̲̅S̲̅U̲̅C̲̅C̲̅E̲̅S̲̅S̲̅!̲̅]
seyn6gk commented on 2017-03-13 16:00 (UTC)
it works now.
Det commented on 2017-03-13 15:54 (UTC)
Maybe it even works?: https://aur.archlinux.org/cgit/aur.git/commit/?h=fontconfig-ubuntu&id=be4fa10a4381ede531199e513a720a524a4b6bac
seyn6gk commented on 2017-03-13 14:34 (UTC)
found solution, this is due to glibc-2.25 update
https://github.com/voidlinux/void-packages/issues/5693
patch file:
Index: fontconfig-2.11.94/fontconfig/fontconfig.h
===================================================================
--- fontconfig-2.11.94/fontconfig/fontconfig.h
+++ fontconfig-2.11.94/fontconfig/fontconfig.h
@@ -128,7 +128,8 @@ typedef int FcBool;
#define FC_USER_CACHE_FILE ".fonts.cache-" FC_CACHE_VERSION
/* Adjust outline rasterizer */
-#define FC_CHAR_WIDTH "charwidth" /* Int */
+#define FC_CHARWIDTH "charwidth" /* Int */
+#define FC_CHAR_WIDTH FC_CHARWIDTH
#define FC_CHAR_HEIGHT "charheight"/* Int */
#define FC_MATRIX "matrix" /* FcMatrix */
Index: fontconfig-2.11.94/src/fcobjs.h
===================================================================
--- fontconfig-2.11.94/src/fcobjs.h
+++ fontconfig-2.11.94/src/fcobjs.h
@@ -51,7 +51,7 @@ FC_OBJECT (DPI, FcTypeDouble, NULL)
FC_OBJECT (RGBA, FcTypeInteger, NULL)
FC_OBJECT (SCALE, FcTypeDouble, NULL)
FC_OBJECT (MINSPACE, FcTypeBool, NULL)
-FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
+FC_OBJECT (CHARWIDTH, FcTypeInteger, NULL)
FC_OBJECT (CHAR_HEIGHT, FcTypeInteger, NULL)
FC_OBJECT (MATRIX, FcTypeMatrix, NULL)
FC_OBJECT (CHARSET, FcTypeCharSet, FcCompareCharSet)
Index: fontconfig-2.11.94/src/fcobjshash.gperf
===================================================================
--- fontconfig-2.11.94/src/fcobjshash.gperf
+++ fontconfig-2.11.94/src/fcobjshash.gperf
@@ -44,7 +44,7 @@ int id;
"rgba",FC_RGBA_OBJECT
"scale",FC_SCALE_OBJECT
"minspace",FC_MINSPACE_OBJECT
-"charwidth",FC_CHAR_WIDTH_OBJECT
+"charwidth",FC_CHARWIDTH_OBJECT
"charheight",FC_CHAR_HEIGHT_OBJECT
"matrix",FC_MATRIX_OBJECT
"charset",FC_CHARSET_OBJECT
Index: fontconfig-2.11.94/src/fcobjshash.h
===================================================================
--- fontconfig-2.11.94/src/fcobjshash.h
+++ fontconfig-2.11.94/src/fcobjshash.h
@@ -284,7 +284,7 @@ FcObjectTypeLookup (register const char
{(int)(long)&((struct FcObjectTypeNamePool_t *)0)->FcObjectTypeNamePool_str43,FC_CHARSET_OBJECT},
{-1},
#line 47 "fcobjshash.gperf"
- {(int)(long)&((struct FcObjectTypeNamePool_t *)0)->FcObjectTypeNamePool_str45,FC_CHAR_WIDTH_OBJECT},
+ {(int)(long)&((struct FcObjectTypeNamePool_t *)0)->FcObjectTypeNamePool_str45,FC_CHARWIDTH_OBJECT},
#line 48 "fcobjshash.gperf"
{(int)(long)&((struct FcObjectTypeNamePool_t *)0)->FcObjectTypeNamePool_str46,FC_CHAR_HEIGHT_OBJECT},
#line 55 "fcobjshash.gperf"
seyn6gk commented on 2017-03-13 14:12 (UTC)
compilation failed
> CC fcmatch.lo
> fcmatch.c:324:63: error: 'PRI_CHAR_WIDTH_STRONG' undeclared here (not in a function)
> #define FC_OBJECT(NAME, Type, Cmp) { FC_##NAME##_OBJECT, Cmp, PRI_##NAME##_STRONG, PRI_##NAME##_WEAK },
> ^
> fcobjs.h:54:1: note: in expansion of macro 'FC_OBJECT'
> FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
> ^~~~~~~~~
> fcmatch.c:324:84: error: 'PRI_CHAR_WIDTH_WEAK' undeclared here (not in a function)
> #define FC_OBJECT(NAME, Type, Cmp) { FC_##NAME##_OBJECT, Cmp, PRI_##NAME##_STRONG, PRI_##NAME##_WEAK },
> ^
> fcobjs.h:54:1: note: in expansion of macro 'FC_OBJECT'
> FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
> ^~~~~~~~~
> make[3]: *** [Makefile:631: fcmatch.lo] Error 1
Det commented on 2017-03-09 21:59 (UTC)
Forget it.
guiodic commented on 2017-03-09 21:38 (UTC)
@det: I'm comparing the rendering with fontconfig-ubuntu + freetype2-ubuntu and with plain freetype2
Det commented on 2017-02-01 07:43 (UTC)
Well. The package was removed, so which versions are you comparing?
guiodic commented on 2017-01-31 23:31 (UTC)
@det: it shouldn't but it does. Maybe they are different patches.
Pinned Comments
dbermond commented on 2021-07-27 15:23 (UTC)
@eimis @theokonos This is not a packaging issue. Either uninstall bubblewrap or build the package in a clean chroot with devtools.