Age | Commit message (Collapse) | Author |
|
--HG--
rename : misc/xine_logo.png => misc/logo/xine_logo.png
|
|
|
|
This is expected to see most use in updating MIME type lists in front ends'
desktop files.
|
|
--HG--
rename : misc/xine-config => misc/xine-config.in
|
|
|
|
CVS patchset: 4976
CVS date: 2003/05/28 15:08:24
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
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
|
|
- 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: 3485
CVS date: 2002/12/11 18:10:45
|
|
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
|
|
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
|
|
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: 2134
CVS date: 2002/06/23 09:21:19
|
|
CVS patchset: 2131
CVS date: 2002/06/22 18:00:36
|
|
CVS patchset: 2125
CVS date: 2002/06/22 09:07:30
|
|
CVS patchset: 2123
CVS date: 2002/06/22 00:20:12
|
|
CVS patchset: 1883
CVS date: 2002/05/14 02:17:59
|
|
specs or people take a look at the new FAQ paragraph that explains who to deal
with the current ones.
To Guenter: please for future releases, *don't* include the final spec files
in neither xine-lib nor xine-ui because that'll lead to the reported problems.
Instead just leave those spec.in files in the misc/ directory and people get
their final specs once they've successfully run configure on their system...
Last but not least - Daniel, Miguel and Morten: we should do some discussion
this weekend and settle on some standards, so we can *all* rewrite the specs
and have a solution everybody at least likes up to 95%. ;-)
CVS patchset: 1864
CVS date: 2002/05/09 16:51:34
|
|
CVS patchset: 1863
CVS date: 2002/05/08 16:39:41
|
|
CVS patchset: 1831
CVS date: 2002/05/02 07:45:55
|
|
advantages of this implementation:
- less (ie simpler) code
- works around the wrong-coloured-logo issue (okay, .yv12.gz did as well)
- logo doesn't flash between streams any more
- smaller logo file
(currently MPEG1 elementary stream, as that's all I could create with the
GIMP. Other formats may compress even better...)
- support for animated logos, even with sound
CVS patchset: 1830
CVS date: 2002/05/02 01:44:44
|
|
CVS patchset: 1825
CVS date: 2002/05/01 20:38:19
|
|
and install it by default.
CVS patchset: 1642
CVS date: 2002/03/28 12:44:37
|
|
CVS patchset: 1447
CVS date: 2002/01/24 15:21:25
|
|
CVS patchset: 1224
CVS date: 2001/12/11 23:59:04
|
|
CVS patchset: 1174
CVS date: 2001/12/08 00:37:38
|
|
CVS patchset: 1137
CVS date: 2001/11/29 15:19:15
|
|
* reworked spu and overlay manager (multiple overlays supported)
CVS patchset: 1126
CVS date: 2001/11/28 22:19:10
|
|
100 files to sourceforge for each xine release
CVS patchset: 565
CVS date: 2001/09/05 00:38:35
|
|
removed obsolete 0.4 debianization
CVS patchset: 500
CVS date: 2001/08/26 09:50:10
|
|
CVS patchset: 153
CVS date: 2001/06/10 08:58:20
|
|
debug version builds. Fixed The debug rule in src/input.
CVS patchset: 85
CVS date: 2001/05/26 22:04:38
|
|
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
|