Search Criteria
Package Details: glib2-patched-thumbnailer 2.82.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/glib2-patched-thumbnailer.git (read-only, click to copy) |
---|---|
Package Base: | glib2-patched-thumbnailer |
Description: | GLib2 patched with ahodesuka's thumbnailer patch. |
Upstream URL: | https://gist.github.com/Dudemanguy/d199759b46a79782cc1b301649dec8a5 |
Licenses: | LGPL-2.1-or-later |
Conflicts: | glib2 |
Provides: | glib2, libgio-2.0.so, libgirepository-2.0.so, libglib-2.0.so, libgmodule-2.0.so, libgobject-2.0.so, libgthread-2.0.so |
Submitter: | Vaporeon |
Maintainer: | dudemanguy |
Last Packager: | dudemanguy |
Votes: | 11 |
Popularity: | 0.000025 |
First Submitted: | 2015-09-04 22:42 (UTC) |
Last Updated: | 2024-10-20 17:08 (UTC) |
Dependencies (28)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libffi (libffi-gitAUR)
- libffi.so (libffi-gitAUR, lib32-libffi, libffi)
- libmount.so (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, lib32-util-linux, util-linux-libs)
- libsysprof-capture
- pcre2 (pcre2-gitAUR)
- tumbler (tumbler-gitAUR, tumbler-develAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- dbus (dbus-gitAUR, dbus-selinuxAUR) (make)
- dconf (make)
- gettext (gettext-gitAUR) (make)
- gi-docgen (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- libelf (elfutils-gitAUR) (make)
- meson (meson-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-docutils (make)
- Show 8 more dependencies...
Required by (2308)
- 0wgram (requires glib2)
- 1c_enterprise_meta (requires glib2)
- 3dslicer-bin (requires glib2)
- 3dslicer-nightly-bin (requires glib2)
- 4kimagecompressor (requires glib2)
- 4kstogram (requires glib2)
- 4ktokkit (requires glib2)
- 4kvideodownloader (requires glib2)
- 4kvideodownloaderplus (requires glib2)
- 4kyoutubetomp3 (requires glib2)
- 4store (requires glib2)
- 64gram-desktop (requires glib2)
- 64gram-desktop-bin (requires glib2)
- 86box (requires glib2)
- 86box-git (requires glib2)
- 86box-qt5-git (requires glib2)
- aarch64-linux-gnu-pkg-config (requires glib2)
- abcm2ps (requires glib2) (make)
- abcm2ps (requires libglib-2.0.so)
- abcm2ps (requires libgobject-2.0.so)
- Show 2288 more...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
Erde commented on 2020-11-01 17:44 (UTC)
Could it have something to do wanting sysprof 4 even though the latest version is 3?
dudemanguy commented on 2020-11-01 17:26 (UTC)
That doesn't make sense. sysprof is a makedep of course and should be installed.
Erde commented on 2020-11-01 05:45 (UTC)
Build fails with: Run-time dependency sysprof-capture-4 found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency sysprof-capture-4
glib/glib/meson.build:11:0: ERROR: Automatic wrap-based subproject downloading is disabled
catzybluphish commented on 2019-04-21 05:10 (UTC)
Thanks a lot! Finally installs with no issue.
dudemanguy commented on 2019-04-21 00:23 (UTC)
I can't reproduce it. The installed-tests should be created after it compiles. I have no idea how that isn't happening for you. That makes me think there is perhaps a missing dependency somewhere. Fortunately, rm has the -f option so I can workaround this without deviating from upstream too much. I'm already skipping the tests, so one extra flag shouldn't hurt. Try it now. Should be fine.
catzybluphish commented on 2019-04-20 23:11 (UTC)
Removing the package cache you mean deleting the cloned repos? Yeah, I deleted that and even cleared all my package cache with pacman -Scc. Git cloned a brand new one and the error still occurs when I run makepkg with -sirc arguments. Running -sir on another clone and going to .../usr/lib/ won't show a file or directory named installed-tests.
dudemanguy commented on 2019-04-20 14:58 (UTC)
Bizarre. That directory definitely does exist. Try removing the package cache and installing it again from scratch.
catzybluphish commented on 2019-04-20 05:34 (UTC) (edited on 2019-04-20 05:35 (UTC) by catzybluphish)
I get this error: "rm: cannot remove '~/glib2-patched-thumbnailer/pkg/glib2-patched-thumbnailer/usr/lib/installed-tests': No such file or directory" at the end of compiling. It refuses to install.
dudemanguy commented on 2018-02-19 17:05 (UTC) (edited on 2018-02-20 03:32 (UTC) by dudemanguy)
Your AUR helper and/or makepkg should tell you that glib2 conflicts with glib2-patched-thumbnailer and prompt you to remove glib2. After hitting yes, it'll replace it with glib2-patched-thumbnailer.
Edit: Because GNOME doesn't seem to properly redirect their repo, you may have to remove the glib2-patched-thumbnailer in your cache if you want to update in the future. At least I just encountered a case where this happened.
vita_cell commented on 2018-02-19 16:58 (UTC) (edited on 2018-02-19 17:03 (UTC) by vita_cell)
thanks, now it downloads and compiles. What is the instructions for removing "glib2" and installing new "glib2-patched-thumbnailer". "glib2" is the dependency for most packages. How to swap glib2?
EDIT: already done, pacman just asked me to swap packages, my error was clicking entern button, so I wrote "y" and then clicked enter.
« First ‹ Previous 1 2 3 Next › Last »