summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
AgeCommit message (Collapse)Author
2010-03-22Move the logo image into misc/logo; add an SVG containing the text (as a path).Darren Salt
--HG-- rename : misc/xine_logo.png => misc/logo/xine_logo.png
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2008-04-06Add a tool to list MIME types & filetype extns known to xine-lib plugins.Darren Salt
This is expected to see most use in updating MIME type lists in front ends' desktop files.
2008-01-30Make sure that PKG_CONFIG_PATH is set properly by xine-config.Darren Salt
--HG-- rename : misc/xine-config => misc/xine-config.in
2008-01-26Unbreak xine-config distribution.Darren Salt
2003-05-28trying to get daily rpm building again...Miguel Freitas
CVS patchset: 4976 CVS date: 2003/05/28 15:08:24
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
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
2003-05-07this should be probably part of extra_distMiguel Freitas
CVS patchset: 4794 CVS date: 2003/05/07 16:26:47
2003-05-06new version of cdda_server.c can handle both audio cds and dvds.Miguel Freitas
libdvdcss-network patch is provided (no css code included) CVS patchset: 4789 CVS date: 2003/05/06 22:19:40
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
- 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
2002-12-11- added pkg-config supportBastien Nocera
CVS patchset: 3485 CVS date: 2002/12/11 18:10:45
2002-11-04To build xine-lib now from cvs you run: autogen.shStephen Torri
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
2002-10-20AUTHORS:Stephen Torri
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
2002-09-20first attempt to solve skin problemMichael Roitzsch
CVS patchset: 2723 CVS date: 2002/09/20 15:53:24
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
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
2002-06-230.9.12 preparations ... try to fix tarballsGuenter Bartsch
CVS patchset: 2134 CVS date: 2002/06/23 09:21:19
2002-06-22fixing logo extensionGuenter Bartsch
CVS patchset: 2131 CVS date: 2002/06/22 18:00:36
2002-06-22cleaning upSiggi Langauf
CVS patchset: 2125 CVS date: 2002/06/22 09:07:30
2002-06-22Fix missing files in tarball problem.Daniel Caujolle-Bert
CVS patchset: 2123 CVS date: 2002/06/22 00:20:12
2002-05-14xine-lib.spec must be include in dist (for rpm -ta)Miguel Freitas
CVS patchset: 1883 CVS date: 2002/05/14 02:17:59
2002-05-09Readding xine-lib.spec.in for now until we have come up either with some newMatthias Dahl
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
2002-05-08enough is enough, removing broken and obsulete .spec filesGuenter Bartsch
CVS patchset: 1863 CVS date: 2002/05/08 16:39:41
2002-05-02Fix xine-logoconv removal and new logo mpeg adding.Daniel Caujolle-Bert
CVS patchset: 1831 CVS date: 2002/05/02 07:45:55
2002-05-02new logo code; xine uses a logo MRL instead of proprietary logo files.Siggi Langauf
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
2002-05-01planar yv12 logo formatGuenter Bartsch
CVS patchset: 1825 CVS date: 2002/05/01 20:38:19
2002-03-28Ability to change logo at run-time. Fix endianness in xine-logoconv, buildDaniel Caujolle-Bert
and install it by default. CVS patchset: 1642 CVS date: 2002/03/28 12:44:37
2002-01-24removed obsolete guenter spec file, added logo converter and logo in yuy2 formatGuenter Bartsch
CVS patchset: 1447 CVS date: 2002/01/24 15:21:25
2001-12-11xine-fontconv.c was missing, sorry.Guenter Bartsch
CVS patchset: 1224 CVS date: 2001/12/11 23:59:04
2001-12-08osd fonts and interface updateGuenter Bartsch
CVS patchset: 1174 CVS date: 2001/12/08 00:37:38
2001-11-29fix vga font in tar (until we move it to somewhere else)Miguel Freitas
CVS patchset: 1137 CVS date: 2001/11/29 15:19:15
2001-11-28* OSD (On Screen Display) for rendering text and graphics into overlaysMiguel Freitas
* reworked spu and overlay manager (multiple overlays supported) CVS patchset: 1126 CVS date: 2001/11/28 22:19:10
2001-09-05rpm build scripts my way - this may be wrong but it keeps me from uploading ↵Guenter Bartsch
100 files to sourceforge for each xine release CVS patchset: 565 CVS date: 2001/09/05 00:38:35
2001-08-26added debianization to dist tarball,Siggi Langauf
removed obsolete 0.4 debianization CVS patchset: 500 CVS date: 2001/08/26 09:50:10
2001-06-10added logo to tarballGuenter Bartsch
CVS patchset: 153 CVS date: 2001/06/10 08:58:20
2001-05-26Add install-debug rules. This fix the "make install" problem withDaniel Caujolle-Bert
debug version builds. Fixed The debug rule in src/input. CVS patchset: 85 CVS date: 2001/05/26 22:04:38
2001-04-18Initial revisionDaniel Caujolle-Bert
CVS patchset: 1 CVS date: 2001/04/18 22:33:39