Age | Commit message (Collapse) | Author |
|
CVS patchset: 4794
CVS date: 2003/05/07 16:26:47
|
|
libdvdcss-network patch is provided (no css code included)
CVS patchset: 4789
CVS date: 2003/05/06 22:19:40
|
|
CVS patchset: 4783
CVS date: 2003/05/06 16:52:46
|
|
CVS patchset: 4556
CVS date: 2003/04/06 23:01:27
|
|
- xinefonts use unicode now
- fix endianess in xine-fontconv.c
- public render text api uses locale
CVS patchset: 4486
CVS date: 2003/03/26 11:06:39
|
|
CVS patchset: 4374
CVS date: 2003/03/08 14:17:50
|
|
CVS patchset: 4122
CVS date: 2003/02/09 16:46:53
|
|
CVS patchset: 4097
CVS date: 2003/02/02 23:58:36
|
|
debian/files bug.
CVS patchset: 4096
CVS date: 2003/02/02 23:44:25
|
|
CVS patchset: 4075
CVS date: 2003/02/01 00:48:30
|
|
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
|
|
CVS patchset: 3928
CVS date: 2003/01/15 18:55:07
|
|
CVS patchset: 3667
CVS date: 2002/12/24 15:04:52
|
|
something
that works.
CVS patchset: 3509
CVS date: 2002/12/13 18:23:22
|
|
CVS patchset: 3485
CVS date: 2002/12/11 18:10:45
|
|
CVS patchset: 3484
CVS date: 2002/12/11 17:04:47
|
|
CVS patchset: 3458
CVS date: 2002/12/07 18:10:19
|
|
CVS patchset: 3457
CVS date: 2002/12/07 17:09:40
|
|
all Xv stuff, and it's not dlsymable, since libXv.a is the standard, maybe it's time to think about a plugin for those X related checks).
CVS patchset: 3324
CVS date: 2002/11/20 23:21:17
|
|
CVS patchset: 3210
CVS date: 2002/11/09 14:58:37
|
|
You would do: autogen.sh <configure flags> or autogen <shortcut>
The short cuts are:
aclocal - re-run aclocal
autoheader - re-run autoheader
automake - re-run automake
autoconf - re-run aclocal AND autoconf
libtoolize - re-run libtoolize
noconfig - re-run all gnu tools without doing ./configure
default - run ./configure with <configure flags> or none (if no flags are present)
Removed cvscompile.sh and misc/autogen.sh (deprecated)
General clean up install-debug for Makefile.am files.
CVS patchset: 3180
CVS date: 2002/11/04 00:37:18
|
|
'automake'. We need to make these one file.
CVS patchset: 3165
CVS date: 2002/11/03 14:43:04
|
|
CVS patchset: 3162
CVS date: 2002/11/03 01:46:38
|
|
Used dlopen to grab reference to XvQueryExtension.
Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed.
(still need work here)
Removed X11 libs from xine-config flag (--libs)
CVS patchset: 3156
CVS date: 2002/11/02 21:53:00
|
|
CVS patchset: 3153
CVS date: 2002/11/02 20:45:02
|
|
CVS patchset: 3152
CVS date: 2002/11/02 19:58:57
|
|
dependencies when checking for the detection of xine-lib.
CVS patchset: 3134
CVS date: 2002/11/02 02:56:29
|
|
CVS patchset: 3043
CVS date: 2002/10/27 16:27:52
|
|
Added myself to AUTHORS
configure.ac:
Removed a '-O' flag from DEBUG_CFLAGS when its initialized. The flag
is added later depending on architecture of CPU.
include/xine.h.in:
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.h:
src/xine-utils/xine_check.c:
misc/xine-config.in:
Moved some of the system checks from xine-config.in to xine_check.c. Now
some of the checks are written in C instead of shell script. This is the
first beta/bleeding edge/kick the tires/it might break for you version.
It works for me (Intel P3). It will report to the stdout your kernel version,
MTRR (x86) architecture only (depends on kernel), symbolic link for CDROM is ok,
symbolic link for DVD is ok, and if environment variable "DISPLAY" is
set. It will later support telling if DMA is turned on for IDE based DVD
drives (Need help here - see below) and XVinfo.
DMA: <HELP REQUIRED>: DMA is successfully check but I cannot determine
that from the /dev/dvd symbolic link for those DVD drives that need to
use the ide-scsi module (e.g. My DVD/CDRW). I can verify DMA is set
if I hard code the link into the code (obviously not a prime choice).
So if any solutions are known please pass them along.
misc/Makefile.am:
misc/xine-config.in:
src/xine-engine/Makefile.am:
Removed xine_logo information from xine-lib. Please let me know if I
missed anyting.
CVS patchset: 2869
CVS date: 2002/10/20 02:17:36
|
|
Removed creation of acinclude.m4 from cvscompile.sh. aclocal allows for multiple declarations
of the -I tag. So far for me this has worked. If there are problems we can back out this
change.
Added "-I m4" to autogen.sh. This allows us to include the m4 files listed in the m4
directory. This is a more elegant choice than concatenating all the m4 files into
an acinclude.m4
CVS patchset: 2760
CVS date: 2002/09/30 01:00:27
|
|
by adding -I $(prefix)/share/aclocal to the XINE_ACFLAGS.
CVS patchset: 2746
CVS date: 2002/09/25 01:54:26
|
|
CVS patchset: 2723
CVS date: 2002/09/20 15:53:24
|
|
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
|
|
CVS patchset: 2648
CVS date: 2002/09/10 14:34:32
|
|
CVS patchset: 2647
CVS date: 2002/09/10 14:31:43
|
|
- fix a rare deadlock case while flushing libmpeg2
CVS patchset: 2355
CVS date: 2002/07/26 11:26:33
|
|
CVS patchset: 2147
CVS date: 2002/06/23 23:43:00
|
|
CVS patchset: 2138
CVS date: 2002/06/23 16:18:44
|
|
CVS patchset: 2134
CVS date: 2002/06/23 09:21:19
|
|
CVS patchset: 2132
CVS date: 2002/06/23 08:52:56
|
|
CVS patchset: 2131
CVS date: 2002/06/22 18:00:36
|
|
CVS patchset: 2125
CVS date: 2002/06/22 09:07:30
|
|
CVS patchset: 2124
CVS date: 2002/06/22 00:22:09
|
|
CVS patchset: 2123
CVS date: 2002/06/22 00:20:12
|
|
complete). Also, a new 'make release-check' is added, which run this script.
I just see that some file are always missing in tarball (Arm guys won't happy ;-) ).
CVS patchset: 2122
CVS date: 2002/06/21 23:36:50
|
|
CVS patchset: 2026
CVS date: 2002/06/06 21:50:02
|
|
CVS patchset: 1977
CVS date: 2002/06/01 14:17:03
|
|
CVS patchset: 1976
CVS date: 2002/06/01 14:08:36
|
|
Could everybody please check that the %{_target_platform} macro is available
on his/her rpm based distro? Thanks.
CVS patchset: 1948
CVS date: 2002/05/27 09:21:51
|
|
Thanks for your great work...!
CVS patchset: 1943
CVS date: 2002/05/26 15:52:51
|