diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -1,16 +1,6 @@ -libaa.so.1:Gpm_CharsQueued -libaa.so.1:Gpm_Close -libaa.so.1:Gpm_FitValuesM -libaa.so.1:Gpm_GetEvent -libaa.so.1:Gpm_Getc -libaa.so.1:Gpm_Open -libaa.so.1:Gpm_Repeat -libaa.so.1:Gpm_Wgetch -libaa.so.1:Gpm_cnt_digits -libaa.so.1:Gpm_get_console -libaa.so.1:Gpm_x_high_y +libaa.so.1:__aa_X_getsize +libaa.so.1:__aa_X_redraw libaa.so.1:__aa_calcparams -libaa.so.1:__gpm_user_handler libaa.so.1:aa_attrs libaa.so.1:aa_autoinit libaa.so.1:aa_autoinitkbd @@ -65,5 +55,3 @@ libaa.so.1:aa_text libaa.so.1:aa_uninitkbd libaa.so.1:aa_uninitmouse -libaa.so.1:gpm_convert_event -libaa.so.1:gpm_report diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,3 +1,4 @@ +libX11.so.6 libc.so.6 libm.so.6 libncursesw.so.5 diff --git a/files/aclocal-fixes.patch b/files/aclocal-fixes.patch new file mode 100644 --- /dev/null +++ b/files/aclocal-fixes.patch @@ -0,0 +1,11 @@ +--- aalib.m4.orig 2006-03-05 13:58:21.000000000 +0000 ++++ aalib.m4 2006-03-05 13:58:32.000000000 +0000 +@@ -9,7 +9,7 @@ + dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) + dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS + dnl +-AC_DEFUN(AM_PATH_AALIB, ++AC_DEFUN([AM_PATH_AALIB], + [dnl + dnl Get the cflags and libraries from the aalib-config script + dnl diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,17 +1,20 @@ name : aalib -version : 1.4.0 -release : 5 +version : 1.4.0_5 +release : 6 source : - - http://ufpr.dl.sourceforge.net/project/aa-project/aa-lib/1.4rc5/aalib-1.4rc5.tar.gz : fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee -homepage : http://aa-project.sourceforge.net/aalib/ + - https://ufpr.dl.sourceforge.net/project/aa-project/aa-lib/1.4rc5/aalib-1.4rc5.tar.gz : fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee +homepage : https://aa-project.sourceforge.net/aalib/ license : LGPL-2.0 component : multimedia.library summary : AAlib is an portable ascii art GFX library description : | AAlib is an portable ascii art GFX library. It allows conversion of still and moving images into ASCII art, and allowing some programs like media players to output in text mode. +builddeps : + - pkgconfig(xt) patterns : - devel: /usr/share/aclocal/aalib.m4 setup : | + %patch -p0 < $pkgfiles/aclocal-fixes.patch %configure --disable-static build : | %make diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,12 +1,13 @@ aalib - http://aa-project.sourceforge.net/aalib/ + https://aa-project.sourceforge.net/aalib/ - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net LGPL-2.0 + multimedia.library AAlib is an portable ascii art GFX library AAlib is an portable ascii art GFX library. It allows conversion of still and moving images into ASCII art, and allowing some programs like media players to output in text mode. @@ -17,10 +18,11 @@ AAlib is an portable ascii art GFX library AAlib is an portable ascii art GFX library. It allows conversion of still and moving images into ASCII art, and allowing some programs like media players to output in text mode. - utils + multimedia.library /usr/bin /usr/lib64/lib*.so.* + /usr/share/info /usr/share/man @@ -31,22 +33,21 @@ programming.devel - aalib + aalib - /usr/include + /usr/include/ /usr/lib64/lib*.so - /usr/share/man/man3 /usr/share/aclocal/aalib.m4 - - 2016-03-08 - 1.4.0 + + 2017-09-19 + 1.4.0_5 Packaging update - Ikey Doherty - ikey@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file