You are not logged in.
Greetings;
I am trying to rebuild the PKGBUILD from gimp-gap, using the source in the Gimp site.
Unfortunately when I run the make command, this is the output:
In file included from ./libavcodec/mpegaudio.h:30,
from libavformat/asfdec.c:23:
./libavcodec/bitstream.h: In function ‘skip_bits’:
./libavcodec/bitstream.h:659:17: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]
659 | OPEN_READER(re, s)
| ^~
./libavcodec/bitstream.h:407:13: note: in definition of macro ‘OPEN_READER’
407 | int name##_cache= 0;\
| ^~~~
libavformat/asfdec.c: In function ‘asf_read_header’:
libavformat/asfdec.c:355:13: warning: ‘AVPaletteControl’ is deprecated [-Wdeprecated-declarations]
355 | st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl));
| ^~
In file included from ./libavcodec/mpegaudio.h:29:
./libavcodec/avcodec.h:2479:16: note: declared here
2479 | typedef struct AVPaletteControl {
| ^~~~~~~~~~~~~~~~
libavformat/asfdec.c:219:22: warning: variable ‘total_size’ set but not used [-Wunused-but-set-variable]
219 | uint64_t total_size;
| ^~~~~~~~~~
libavformat/asfdec.c:417:53: warning: variable ‘value_type’ set but not used [-Wunused-but-set-variable]
417 | int n, stream_num, name_len, value_len, value_type, value_num;
| ^~~~~~~~~~
libavformat/asfdec.c:442:21: warning: variable ‘pos_ex_st’ set but not used [-Wunused-but-set-variable]
442 | int64_t pos_ex_st;
| ^~~~~~~~~
libavformat/asfdec.c:441:22: warning: variable ‘ext_d’ set but not used [-Wunused-but-set-variable]
441 | uint32_t ext_d, leak_rate, stream_num;
| ^~~~~
libavformat/asfdec.c:480:21: warning: variable ‘v2’ set but not used [-Wunused-but-set-variable]
480 | int v1, v2;
| ^~
libavformat/asfdec.c:480:17: warning: variable ‘v1’ set but not used [-Wunused-but-set-variable]
480 | int v1, v2;
| ^~
libavformat/asfdec.c: In function ‘asf_read_frame_header’:
libavformat/asfdec.c:629:18: warning: variable ‘ts1’ set but not used [-Wunused-but-set-variable]
629 | int64_t ts0, ts1;
| ^~~
libavformat/asfdec.c: In function ‘asf_build_simple_index’:
libavformat/asfdec.c:985:13: warning: variable ‘gsize’ set but not used [-Wunused-but-set-variable]
985 | int64_t gsize, itime;
| ^~~~~
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -march=native -O2 -pipe -fno-plt -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -c -o libavformat/assdec.o libavformat/assdec.c
In file included from libavformat/adtsenc.c:23:
./libavcodec/bitstream.h: In function ‘skip_bits’:
./libavcodec/bitstream.h:659:17: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]
659 | OPEN_READER(re, s)
| ^~
./libavcodec/bitstream.h:407:13: note: in definition of macro ‘OPEN_READER’
407 | int name##_cache= 0;\
| ^~~~
./libavcodec/bitstream.h: Assembler messages:
./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr'
./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr'
./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr'
make[3]: *** [common.mak:25: libavformat/adtsenc.o] Error 1
make[3]: uscita dalla directory «/tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg»
make[2]: *** [Makefile:445: /tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavcodec/libavcodec.a] Error 2
make[2]: *** Attesa per i processi non terminati....
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. -I"/tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg" -march=native -O2 -pipe -fno-plt -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros -fPIC -DPIC -c -o libavformat/assenc.o libavformat/assenc.c
In file included from libavformat/adtsenc.c:23:
./libavcodec/bitstream.h: In function ‘skip_bits’:
./libavcodec/bitstream.h:659:17: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]
659 | OPEN_READER(re, s)
| ^~
./libavcodec/bitstream.h:407:13: note: in definition of macro ‘OPEN_READER’
407 | int name##_cache= 0;\
| ^~~~
./libavcodec/bitstream.h: Assembler messages:
./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr'
./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr'
./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr'
make[3]: *** [common.mak:25: libavformat/adtsenc.o] Error 1
make[3]: *** Attesa per i processi non terminati....
libavformat/asfcrypt.c: In function ‘multiswap_enc’:
libavformat/asfcrypt.c:111:11: warning: ‘multiswap_step’ reading 48 bytes from a region of size 24 [-Wstringop-overread]
111 | tmp = multiswap_step(keys + 6, b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/asfcrypt.c:111:11: note: referencing argument 1 of type ‘const uint32_t[12]’ {aka ‘const unsigned int[12]’}
libavformat/asfcrypt.c:72:17: note: in a call to function ‘multiswap_step’
72 | static uint32_t multiswap_step(const uint32_t keys[12], uint32_t v) {
| ^~~~~~~~~~~~~~
libavformat/asfcrypt.c: In function ‘multiswap_dec’:
libavformat/asfcrypt.c:130:9: warning: ‘multiswap_inv_step’ reading 48 bytes from a region of size 24 [-Wstringop-overread]
130 | b = multiswap_inv_step(keys + 6, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/asfcrypt.c:130:9: note: referencing argument 1 of type ‘const uint32_t[12]’ {aka ‘const unsigned int[12]’}
libavformat/asfcrypt.c:83:17: note: in a call to function ‘multiswap_inv_step’
83 | static uint32_t multiswap_inv_step(const uint32_t keys[12], uint32_t v) {
| ^~~~~~~~~~~~~~~~~~
libavformat/asfcrypt.c: In function ‘multiswap_enc’:
libavformat/asfcrypt.c:111:11: warning: ‘multiswap_step’ reading 48 bytes from a region of size 24 [-Wstringop-overread]
111 | tmp = multiswap_step(keys + 6, b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/asfcrypt.c:111:11: note: referencing argument 1 of type ‘const uint32_t[12]’ {aka ‘const unsigned int[12]’}
libavformat/asfcrypt.c:72:17: note: in a call to function ‘multiswap_step’
72 | static uint32_t multiswap_step(const uint32_t keys[12], uint32_t v) {
| ^~~~~~~~~~~~~~
libavformat/asfcrypt.c: In function ‘multiswap_dec’:
libavformat/asfcrypt.c:130:9: warning: ‘multiswap_inv_step’ reading 48 bytes from a region of size 24 [-Wstringop-overread]
130 | b = multiswap_inv_step(keys + 6, tmp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libavformat/asfcrypt.c:130:9: note: referencing argument 1 of type ‘const uint32_t[12]’ {aka ‘const unsigned int[12]’}
libavformat/asfcrypt.c:83:17: note: in a call to function ‘multiswap_inv_step’
83 | static uint32_t multiswap_inv_step(const uint32_t keys[12], uint32_t v) {
| ^~~~~~~~~~~~~~~~~~
make[3]: uscita dalla directory «/tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg»
make[2]: *** [Makefile:440: /tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavformat/libavformat.a] Error 2
make[3]: uscita dalla directory «/tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg»
make[2]: *** [Makefile:450: /tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs/ffmpeg/libavutil/libavutil.a] Error 2
make[2]: uscita dalla directory «/tmp/gimp-gap/src/gimp-gap-2.6.0/extern_libs»
make[1]: *** [Makefile:331: all-recursive] Error 1
make[1]: uscita dalla directory «/tmp/gimp-gap/src/gimp-gap-2.6.0»
make: *** [Makefile:270: all] Error 2
In detail, what does ./libavcodec/bitstream.h:65: Error: operand type mismatch for `shr' mean ( I couldn't find any clue online)?
Last edited by ElMastro (2023-11-11 18:03:22)
Offline
Have you tried adding --disable-asm to the uncommented options line in extern_libs/configure_options_ffmpeg.txt ? As the upstream fix https://git.ffmpeg.org/gitweb/ffmpeg.gi … e6f464f0eb will probably not apply.
Offline
I was running into the same issue when trying to compile source code from GNOME's Gitlab
https://gitlab.gnome.org/Archive/gimp-gap
that upstream patch actually does apply, and i was able to successfully build from source, with some caveats:
I ran the autogen command from the AUR package's PKGBUILD:
./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
I had to run "make" twice to successfully compile
I haven't delved too deeply into what the error was after running make the first time since running it a second time worked.
Offline
Have you tried adding --disable-asm to the uncommented options line in extern_libs/configure_options_ffmpeg.txt ?
I have done now, what changes is that that error solves but the compilation fails with
/usr/bin/ld: /tmp/src/gimp-gap/extern_libs/ffmpeg/libswscale/libswscale.a(utils.o): in function `sws_init_context':
/tmp/src/gimp-gap/extern_libs/ffmpeg/libswscale/utils.c:786:(.text+0x1a64): undefined reference to `av_get_cpu_flags'
collect2: error: ld returned 1 exit status
I ran the autogen command from the AUR package's PKGBUILD:
./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
I had to run "make" twice to successfully compile
Unfortunately I cannot reproduce that; however the failing of the first make what make this solution unusable in a PKGBUILD (makpkg would stop)
Thank you for your support
Offline
Please try applying the diff below:
diff --git a/PKGBUILD b/PKGBUILD
index 78b4b09..3cc51f1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,26 @@ url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPLv3' )
depends=('gimp>=2.6.0' 'glib2')
-makedepends=( 'intltool' 'cmake')
+makedepends=( 'intltool' 'cmake' 'git')
optdepends=('xvidcore: compression codec'
'lbzip2: data compressor'
'faac: audio encoder'
'faad2: audio decoder'
'lame: mpeg layer 3 codec'
'libx264: H264 codec')
-source=('git+https://github.com/GNOME/gimp-gap')
-md5sums=('SKIP')
+source=('git+https://gitlab.gnome.org/Archive/gimp-gap.git'
+ effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/effadce6c756247ea8bae32dc13bb3e6f464f0eb)
+md5sums=('SKIP'
+ '955ac456a53dbb221b7e2a87ab5a93f6')
+
+prepare() {
+ cd $pkgname
+ bsdtar -xf extern_libs/ffmpeg.tar.gz -C extern_libs
+ # fix building with binutil >= 2.41
+ patch -Np1 -i "$srcdir/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch" -d extern_libs/ffmpeg
+ # fix library linking order
+ sed -i 's/$FFMPEG_LIBAVUTIL_A $FFMPEG_LIBSWSCALE_A/$FFMPEG_LIBSWSCALE_A $FFMPEG_LIBAVUTIL_A/' configure.in
+}
package() {
cd "${srcdir}/gimp-gap"
Offline
patching file PKGBUILD
Hunk #1 FAILED at 7.
1 out of 1 hunk FAILED -- saving rejects to file PKGBUILD.rej
PKGBUILD.rej is
--- PKGBUILD
+++ PKGBUILD
@@ -7,15 +7,26 @@ url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPLv3' )
depends=('gimp>=2.6.0' 'glib2')
-makedepends=( 'intltool' 'cmake')
+makedepends=( 'intltool' 'cmake' 'git')
optdepends=('xvidcore: compression codec'
'lbzip2: data compressor'
'faac: audio encoder'
'faad2: audio decoder'
'lame: mpeg layer 3 codec'
'libx264: H264 codec')
-source=('git+https://github.com/GNOME/gimp-gap')
-md5sums=('SKIP')
+source=('git+https://gitlab.gnome.org/Archive/gimp-gap.git'
+ effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/effadce6c756247ea8bae32dc13bb3e6f464f0eb)
+md5sums=('SKIP'
+ '955ac456a53dbb221b7e2a87ab5a93f6')
+
+prepare() {
+ cd $pkgname
+ bsdtar -xf extern_libs/ffmpeg.tar.gz -C extern_libs
+ # fix building with binutil >= 2.41
+ patch -Np1 -i "$srcdir/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch" -d extern_libs/ffmpeg
+ # fix library linking order
+ sed -i 's/$FFMPEG_LIBAVUTIL_A $FFMPEG_LIBSWSCALE_A/$FFMPEG_LIBSWSCALE_A $FFMPEG_LIBAVUTIL_A/' configure.in
+}
package() {
cd "${srcdir}/gimp-gap"
I don't understand the difference between the patch file and this one.
However, the PKGBUILD that results from your work
pkgname=gimp-gap
pkgver=2.7
pkgrel=1
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPLv3' )
depends=('gimp>=2.6.0' 'glib2')
makedepends=( 'intltool' 'cmake' 'git')
optdepends=('xvidcore: compression codec'
'lbzip2: data compressor'
'faac: audio encoder'
'faad2: audio decoder'
'lame: mpeg layer 3 codec'
'libx264: H264 codec')
source=('git+https://gitlab.gnome.org/Archive/gimp-gap.git'
effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/effadce6c756247ea8bae32dc13bb3e6f464f0eb)
md5sums=('SKIP'
'955ac456a53dbb221b7e2a87ab5a93f6')
prepare() {
cd $pkgname
bsdtar -xf extern_libs/ffmpeg.tar.gz -C extern_libs
# fix building with binutil >= 2.41
patch -Np1 -i "$srcdir/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch" -d extern_libs/ffmpeg
# fix library linking order
sed -i 's/$FFMPEG_LIBAVUTIL_A $FFMPEG_LIBSWSCALE_A/$FFMPEG_LIBSWSCALE_A $FFMPEG_LIBAVUTIL_A/' configure.in
}
package() {
cd "${srcdir}/gimp-gap"
}
Builds without problem. If this is ok for everybody, tomorrow I will update it on AUR and see if works for everybody
Offline
Builds without problem. If this is ok for everybody, tomorrow I will update it on AUR and see if works for everybody
Sure.
Offline
I have installed and tried the package. The 'Video' Menu entry does not come out.
There is no unusual message neither during the installation nor running gimp.
Could please someone see if on another machine the PKGBUILD does work?
Offline
No video menu here.
I know very little about gimp, are any plugins from gimp-gap shown in the gimp plugin-browser ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I know very little about gimp, are any plugins from gimp-gap shown in the gimp plugin-browser ?
I am not 100% sure, but I think not.
Offline
This is an unstable developers version 2.7.0 of the GIMP 'Video' menu.
The GIMP-GAP (GIMP Animation Package) is a collection of plug-ins
to extend the GIMP with capabilities to edit and create
animations as sequences of single frames.Requires:
=========
- gimp 2.8.0 or higher.
This release was tested with gimp-2.8.10
Note: GIMP-GAP provides some features that are able to call many of the
GIMP standard filters. (plug-in programs that are shiped with
gimp-2.8.10) Those features depend on the tested PDB interface
versions and may fail if newer version are used.
gimp-gap looks abandoned, you may have to figure out what changed between gimp 2.8.10 and 2.10.34 wrt plugin detection.
Since gimp 2.8.10 was released in 2013 that won't be easy.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
gimp-gap looks abandoned
This is what I feared most. I will give it a try eventually, but this sounds incredibly difficult.
Last edited by ElMastro (2023-10-16 22:12:22)
Offline
Greetings. I have noticed that the package built with the last PKGBUILD is 16 kb big (and also I couldn't find any plugin file inside). This seems wrong to me. Can anyone confirm we are all ok with it?
I am looking for some documentation about the plugin in gimps, I am looking at the differences between the
new version and the older one. This looks like every plugins will have to be reworked.
Offline
Your "final" PKGBUILD looks like you didn't just apply a diff to the existing PKGBUILD. The package function should contain a copy of the built artifacts to the $pkgdir. the package function should retain all of
package() {
cd "${srcdir}/gimp-gap"
./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
cmake
make
make DESTDIR="${pkgdir}" install
rmdir "${pkgdir}/usr/local/lib/gimp-gap-2.7"
}
Offline
Yes, I see my mistake.
unfortunately I can confirm that with the correct package section the build hangs up with (numerous) libavformat errors.
Offline
Please post your current PKGBUILD that produces these errors.
Offline
I apologize for the late answer;
the PKGBUILD I am using right now is
pkgname=gimp-gap
pkgver=2.7
pkgrel=1
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPLv3' )
depends=('gimp>=2.6.0' 'glib2')
makedepends=( 'intltool' 'cmake' 'git')
optdepends=('xvidcore: compression codec'
'lbzip2: data compressor'
'faac: audio encoder'
'faad2: audio decoder'
'lame: mpeg layer 3 codec'
'libx264: H264 codec')
source=('git+https://gitlab.gnome.org/Archive/gimp-gap.git'
effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/effadce6c756247ea8bae32dc13bb3e6f464f0eb)
md5sums=('SKIP'
'955ac456a53dbb221b7e2a87ab5a93f6')
prepare() {
cd $pkgname
bsdtar -xf extern_libs/ffmpeg.tar.gz -C extern_libs
# fix building with binutil >= 2.41
patch -Np1 -i "$srcdir/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch" -d extern_libs/ffmpeg
# fix library linking order
sed -i 's/$FFMPEG_LIBAVUTIL_A $FFMPEG_LIBSWSCALE_A/$FFMPEG_LIBSWSCALE_A $FFMPEG_LIBAVUTIL_A/' configure.in
}
package() {
cd "${srcdir}/gimp-gap"
./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
cmake
make
make DESTDIR="${pkgdir}" install
rmdir "${pkgdir}/usr/local/lib/gimp-gap-2.7"
}
Unfortunately I have this feeling that the problem is with the source (it keeps spanning out errors about libavformat).
I have also tried changing ./autogen.sh with ./configure and/or inserting autoconf before, but it seems this is not the solution...
Offline
Unfortunately I have this feeling that the problem is with the source (it keeps spanning out errors about libavformat).
There are lots of issues with the source you are using and as the upstream project is archived you will have to fix them all. The PKGBUILD below builds for me:
#Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
pkgname=gimp-gap
pkgver=2.7
pkgrel=1
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('gimp>=2.6.0' 'glib2')
makedepends=('intltool' 'git')
optdepends=('xvidcore: compression codec'
'lbzip2: data compressor'
'faac: audio encoder'
'faad2: audio decoder'
'lame: mpeg layer 3 codec'
'libx264: H264 codec')
options=(!buildflags)
source=('git+https://gitlab.gnome.org/Archive/gimp-gap.git'
effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch::https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/effadce6c756247ea8bae32dc13bb3e6f464f0eb)
md5sums=('SKIP'
'955ac456a53dbb221b7e2a87ab5a93f6')
prepare() {
cd $pkgname
bsdtar -xf extern_libs/ffmpeg.tar.gz -C extern_libs
# fix building with binutil >= 2.41
patch -Np1 -i "$srcdir/effadce6c756247ea8bae32dc13bb3e6f464f0eb.patch" -d extern_libs/ffmpeg
# fix library linking order
sed -i 's/$FFMPEG_LIBAVUTIL_A $FFMPEG_LIBSWSCALE_A/$FFMPEG_LIBSWSCALE_A $FFMPEG_LIBAVUTIL_A/' configure.in
autoreconf -vfi
}
build() {
cd $pkgname
export LIBS='-lm'
./configure --prefix=/usr --with-ffmpegsrcdir="$PWD"/extern_libs/ffmpeg
make -j1
}
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
}
Offline
Yes I am still trying to figure it out (how it works). Thank you for the confirmation
Offline
@ElMastro Does the PKGBUILD I provided in my previous post build for you?
Offline
@loqs:
Just yesterday I upgraded gimp to the 2.10.36-1 and your PKGBUILD works (I am seeing the menu entries right now). I am pretty sure I've tried it a week ago, but now I can confirm the problem is solved. I am uploading the PKGBUILD to AUR
Offline
All right, thank you all for the help
Offline