63 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
f3b8889b64 configure.ac: increase minimum xserver version to 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-19 16:03:56 +01:00
Enrico Weigelt, metux IT consult
1984a1714f release 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 19:06:48 +01:00
Enrico Weigelt, metux IT consult
f3d98022a0 drop hacks for ancient pre-libpciaccess Xservers
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 15:04:56 +01:00
Enrico Weigelt, metux IT consult
83e497b110 update version: 1.2.1
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:48:07 +01:00
Enrico Weigelt, metux IT consult
ac60648355 configure.ac: fix tar file name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:43:53 +01:00
Enrico Weigelt, metux IT consult
2ba1478ca5 configure.ac: little formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:36:19 +01:00
Enrico Weigelt, metux IT consult
51ac21dec5 configure.ac: drop unused variable DRIVER_NAME
not used at all, and the value was wrong anyways.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:35:13 +01:00
Enrico Weigelt, metux IT consult
2d163a5f00 configure.ac: tiny cleanup
move up the substitution of "moduledir" to right after it was defined.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:33:21 +01:00
Enrico Weigelt, metux IT consult
3b59929ae9 configure.ac: drop obsolete xserver extension checks
No need to checks whose result aren't looked at.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:31:37 +01:00
Enrico Weigelt, metux IT consult
680fc8bfee configure.ac: fix package name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:29:05 +01:00
Enrico Weigelt, metux IT consult
bbf3ea5b36 configure.ac: fix bug tracker URL
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-09 15:28:21 +01:00
b-aaz
5c471f61d8 configure: Automatically detect the default xorg-module-dir.
The module directory has changed to a per ABI folder in the xlibre-xserver.
Now the default value of `xorg-module-dir` will be detected from the `moduledir` variable in xorg-server.pc.

Signed-off-by: b-aaz <b-aazbsd.proton.me>
2025-07-24 20:32:43 +02:00
Alan Coopersmith
e86afcc2d1 xf86-video-ast 1.2.0
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2025-01-05 11:08:08 -08:00
Alan Coopersmith
9f932c7d5e Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Already effectively required by use of XNFcallocarray() introduced in
xorg/xserver@b96dc999 - xserver-1.18.0, released in Nov. 2015.

Allows dropping remnants of code for XAA and pre-pciaccess X servers

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast/-/merge_requests/9>
2024-05-12 15:55:24 -07:00
Alan Coopersmith
3262c6e82f configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
so it's time to rely on it.

Clears autoconf warnings:
configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:44: You should run autoupdate.
aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
configure.ac:44: the top level

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-05 18:42:31 -08:00
Alan Coopersmith
7b8c415f42 xf86-video-ast 1.1.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-12-08 16:13:56 -08:00
Alan Coopersmith
f9dcbd53e7 WriteAST1180SOC: Add _X_UNUSED attribute to temp variable
Clears 67 out of 84 warnings of the form:

In file included from ast_cursor.c:53:0:
ast_cursor.c: In function ‘ASTLoadCursorImage’:
ast_vgatool.h:149:15: warning: variable ‘temp’ set but not used [-Wunused-but-set-variable]
         ULONG temp; \
               ^
ast_cursor.c:293:9: note: in expansion of macro ‘WriteAST1180SOC’
         WriteAST1180SOC(AST1180_GFX_BASE+AST1180_HWC1_PATTERNADDR, ulPatternAddr);
         ^~~~~~~~~~~~~~~

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-10-17 10:53:55 -07:00
Alan Coopersmith
0b9cdc9594 Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-17 15:19:50 -08:00
Alan Coopersmith
72e3f2e3e8 Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-25 13:06:17 -08:00
Peter Hutterer
9dc95d058b configure: Drop AM_MAINTAINER_MODE
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26 11:21:15 +10:00
Y.C. Chen
39e80895ac Bump Version to 1.1.5 2015-08-19 09:21:37 +08:00
Y.C. Chen
d531cac475 Bump Version to 1.0.1 2014-08-08 16:51:07 +08:00
Y.C. Chen
ed39dc7c3c Bump version to 0.99.9 2014-03-19 09:51:45 +08:00
Stefan Dirsch
ef37427b08 Revert " Bump version to 0.99.9"
This reverts commit 9c5c9dfe81.
2014-03-18 11:56:14 +01:00
Y.C. Chen
9c5c9dfe81 Bump version to 0.99.9 2014-03-14 23:01:01 +08:00
Y.C. Chen
f7913400cd Bump version to 0.98.0 2013-08-18 19:49:06 +08:00
Dave Airlie
e4268d2775 xf86-video-ast: bump to version 0.97.0
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-17 16:05:09 +10:00
Dave Airlie
138d1ea012 ast: deal with XAA removal.
This deals with the removal of XAA from the server, should
fix tinderbox.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-13 14:33:47 +10:00
Dave Airlie
eafaa2666f ast: bump to 0.96.0 for release
Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-07-02 12:03:26 +01:00
Y.C. Chen
dc971ee25a fix segmentation fault issue if enable XEN 2012-04-03 18:00:50 +08:00
Dave Airlie
7a455573ff Revert "xf86-video-ast-ast 0.95.00"
This reverts commit 6f0b593c27.
2012-04-03 10:01:53 +01:00
Dave Airlie
aba57046a9 Revert "xf86-video-ast-0.95.0"
This reverts commit 20c578001a.
2012-04-03 10:01:44 +01:00
Y.C. Chen
20c578001a xf86-video-ast-0.95.0 2012-04-03 15:01:23 +08:00
root
6f0b593c27 xf86-video-ast-ast 0.95.00 2012-04-03 19:58:42 +08:00
Alan Coopersmith
18c8547d4a xf86-video-ast 0.93.10
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-03-23 18:40:42 -07:00
root
59d994f462 fixed bug #39235 2011-07-15 14:08:13 +08:00
Y.C. Chen
666abcb51a xf86-video-ast-0.93.09 2011-07-13 16:20:31 +08:00
Y.C. Chen
b4466dad5d xf86-video-ast-0.92.02 2010-11-10 14:08:55 +08:00
Adam Jackson
e387e54fd6 xf86-video-ast 0.91.10
Signed-off-by: Adam Jackson <ajax@redhat.com>
2010-08-10 10:44:18 -04:00
Gaetan Nadon
6196d848a0 config: add comments for main statements 2010-07-21 20:12:43 -04:00
Gaetan Nadon
f224e3227f config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 16:07:00 -04:00
Gaetan Nadon
4064b3e502 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:37:41 -04:00
Gaetan Nadon
2ce1ffb14d config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:05:22 -04:00
Gaetan Nadon
2072a55edc config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
2550adc89e config: remove unrequired AC_SUBST([XORG_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:44:57 -04:00
Gaetan Nadon
31fd1c66b5 config: remove unrequired AC_HEADER_STDC
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 20:24:42 -04:00
Gaetan Nadon
768c632800 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 19:41:30 -04:00
Gaetan Nadon
31f8ce97a5 config: update AC_PREREQ statement to 2.60
Unrelated to the previous patches, the new value simply reflects
the reality that the minimum level for autoconf to configure
all x.org modules is 2.60 dated June 2006.

ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 18:45:18 -04:00
Y.C. Chen
9e8d848992 modified: autogen.sh
modified:   configure.ac
	modified:   src/ast.h
	modified:   src/ast_2dtool.c
	modified:   src/ast_2dtool.h
	modified:   src/ast_accel.c
	modified:   src/ast_driver.c
	modified:   src/ast_mode.c
	modified:   src/ast_mode.h
	modified:   src/ast_vgatool.c
2010-06-22 15:17:27 +08:00
Gaetan Nadon
59995d0619 configure.ac: remove unused sdkdir=$(pkg-config...) statement
The sdkdir variable isn't use, so remove the statement.

Acked-by: Dan Nicholson <dbn.lists@gmail.com>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-30 15:12:59 -05:00