Andreas Wacknitz

Results 57 comments of Andreas Wacknitz

I got a different sample-manifest for xorg-docs (and publishing errors because of them). Is there a missing dependency? ╰─➤ git diff sample-manifest.p5m diff --git a/components/x11/xorg-docs/manifests/sample-manifest.p5m b/components/x11/xorg-docs/manifests/sample-manifest.p5m index 661e56018..a1299e222 100644 ---...

There is still something wrong: diff --git a/components/x11/xorg-docs/manifests/sample-manifest.p5m b/components/x11/xorg-docs/manifests/sample-manifest.p5m index e52ad698d..a1299e222 100644 --- a/components/x11/xorg-docs/manifests/sample-manifest.p5m +++ b/components/x11/xorg-docs/manifests/sample-manifest.p5m @@ -36,17 +36,9 @@ file path=usr/share/doc/X11/ReleaseNotes.xml file path=usr/share/doc/X11/Versions.html file path=usr/share/doc/X11/Versions.txt file path=usr/share/doc/X11/Versions.xml -file path=usr/share/doc/X11/Xserver/XACE-Spec.html...

Yes, you'll need to teach it that our 64 bit libs reside in /usr/lib/$(MACH64). That would also make your transforms (despite the one for libGL.so.1) obsolete. You can search for...

Another alternative would be to patch the CMakeLists.txt file such that it deploys the plugin files into the correct folder. Furthermore, on my build system three additional (optional) dependencies have...

You still need to deal with ffmpeg, sdl., and vnc. On my build system which is almost identical to the official one, running gmake REQUIRED_PACKAGES gives REQUIRED_PACKAGES += library/giflib REQUIRED_PACKAGES...

If this package depends on anything that is in encumbered (like ffmpeg) this also needs to be moved to the encumbered folder and thus will also end in the encumbered...

Can you elaborate why you need this? If you plan to port KDE we need to discuss this before we start merging packages.

Ok, how far did you get already? You should finish the port locally before trying to integrate it. Without having it ported locally you might stop somewhere in the middle...

Ok, that looks promising.

Some more remarks: 1. Use a tagged version and archive from here: https://github.com/KDE/extra-cmake-modules/tags 2. We need to get more structure in the packages if you continue to add more packages...