summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2002-10-27specfile update by Manfred TremmelMichael Roitzsch
CVS patchset: 3043 CVS date: 2002/10/27 16:27:52
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-30Updated cvscompile.sh to use only automake >= 1.6 and autoconf >= 2.53.Stephen Torri
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
2002-09-25Added ability for xine-config.in to determine location of xine.m4Stephen Torri
by adding -I $(prefix)/share/aclocal to the XINE_ACFLAGS. CVS patchset: 2746 CVS date: 2002/09/25 01:54:26
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-09-10Humm, after all, xine handle mrl ;-)Daniel Caujolle-Bert
CVS patchset: 2648 CVS date: 2002/09/10 14:34:32
2002-09-10We need a way to know which is the official logo.Daniel Caujolle-Bert
CVS patchset: 2647 CVS date: 2002/09/10 14:31:43
2002-07-26- 4x3 xine_logo with urlMiguel Freitas
- fix a rare deadlock case while flushing libmpeg2 CVS patchset: 2355 CVS date: 2002/07/26 11:26:33
2002-06-23Try to fix vidix dependencies.Daniel Caujolle-Bert
CVS patchset: 2147 CVS date: 2002/06/23 23:43:00
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-230.9.12 preparations ... try to fix tarballsGuenter Bartsch
CVS patchset: 2134 CVS date: 2002/06/23 09:21:19
2002-06-23spec file patch by bill finkGuenter Bartsch
CVS patchset: 2132 CVS date: 2002/06/23 08:52:56
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-22Dummy.Daniel Caujolle-Bert
CVS patchset: 2124 CVS date: 2002/06/22 00:22:09
2002-06-22Fix missing files in tarball problem.Daniel Caujolle-Bert
CVS patchset: 2123 CVS date: 2002/06/22 00:20:12
2002-06-21Add a small shell script which check about source tarball content (if it'sDaniel Caujolle-Bert
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
2002-06-06Fix vidix/dha deps. Add BUILD_ARGS envvar handling for configure stage.Daniel Caujolle-Bert
CVS patchset: 2026 CVS date: 2002/06/06 21:50:02
2002-06-01Fixed vidix plugins location (shame on me).Daniel Caujolle-Bert
CVS patchset: 1977 CVS date: 2002/06/01 14:17:03
2002-06-01Add vidix/libdha from mplayerxp and Miguel's video ouput vidix.Daniel Caujolle-Bert
CVS patchset: 1976 CVS date: 2002/06/01 14:08:36
2002-05-27This should make it easier to make rpm packages for different architectures.Matthias Dahl
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
2002-05-26Finally reviewed and checked in modifications by Manfred.Tremmel@iiv.de.Matthias Dahl
Thanks for your great work...! CVS patchset: 1943 CVS date: 2002/05/26 15:52:51
2002-05-25removed over-pedantic checkxine-0_9_10-release0.9.10Siggi Langauf
CVS patchset: 1942 CVS date: 2002/05/25 23:54:15
2002-05-25fixed a typoGuenter Bartsch
CVS patchset: 1941 CVS date: 2002/05/25 23:50:32
2002-05-25added "easy release" shell script.Siggi Langauf
Hope that will make Günter release more often ;-) CVS patchset: 1938 CVS date: 2002/05/25 18:30:44
2002-05-21font contributed by Boszormenyi Zoltan <zboszor@mail.externet.hu>:Miguel Freitas
"greatly improves the readability of Hungarian (maybe other latin2?) SPUs" CVS patchset: 1923 CVS date: 2002/05/21 18:10:01
2002-05-18Checking in czech spec file translations - thanks ValtrII for taking theMatthias Dahl
time!! :) CVS patchset: 1905 CVS date: 2002/05/18 12:09:41
2002-05-16Fixing %configure trouble. Miguel and Daniel, could you please try again andMatthias Dahl
see if those problems still exist? They should be gone... CVS patchset: 1897 CVS date: 2002/05/16 10:23:30
2002-05-14this must fix the circular linking problemMiguel Freitas
CVS patchset: 1889 CVS date: 2002/05/14 21:23:49
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-13- add obsoletes to make possible upgrading mandrake/redhat/freshrpms packagesMiguel Freitas
- remove mandrake 8.2 specific macros Matt, now it's your turn to check if i haven't broke anything!! :) CVS patchset: 1880 CVS date: 2002/05/13 17:46:10
2002-05-11Please, *no one* mentions the word rpm or spec in my presence again for theMatthias Dahl
next few hours, ok? :)) This really took some time to get worked and figured out. Both spec files work fine here on my system now. They are almost independent from the configure process and can safely be included in the release tarball now (which is also recommended). The user can do a simple rpm -ta on the tar and will get the binarys out of it. Nevertheless, now guys please test things as much as possible and we should also take a look at the requirement fields those still need some fixing. And now I will take a break from anything spec or rpm related. ;-) CVS patchset: 1868 CVS date: 2002/05/11 19:48:21
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-05-01adding missing files, commenting out SDL parts because it is still not builtMatthias Dahl
with current cvs (SDL video-out still broken) CVS patchset: 1821 CVS date: 2002/05/01 13:13:02
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
CVS patchset: 1745 CVS date: 2002/04/20 14:02:45
2002-04-19fix off-by-one error in argc checking - hopefully it is right this time.Christian Vogler
CVS patchset: 1737 CVS date: 2002/04/19 00:03:50
2002-04-12Checking in fix by Ivo Panacek <ivop@regionet.cz>... thanks.Matthias Dahl
CVS patchset: 1712 CVS date: 2002/04/12 20:03:26
2002-04-04Fixed (i hope) Imlib.h inclusion.Daniel Caujolle-Bert
CVS patchset: 1675 CVS date: 2002/04/04 11:12:36
2002-04-02xine-lib really depend of zlib now.Daniel Caujolle-Bert
CVS patchset: 1664 CVS date: 2002/04/02 12:57:05
2002-04-02Add zlib in libs.Daniel Caujolle-Bert
CVS patchset: 1663 CVS date: 2002/04/02 12:49:06
2002-03-31Updates to the spec files and removed an old note from README.syncfb.Matthias Dahl
CVS patchset: 1650 CVS date: 2002/03/31 17:53:53
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-02-26encoding support by Jirka Novak, Ivo PanacekGuenter Bartsch
CVS patchset: 1524 CVS date: 2002/02/26 23:13:06
2002-02-20Add 'es' internationalisation file from Juan Manuel García Molina ↵Daniel Caujolle-Bert
<juanma_gm@wanadoo.es>. CVS patchset: 1510 CVS date: 2002/02/20 21:49:35
2002-02-18Add slovak translation file from Tomas Kovar <tomask@mac.com>.Daniel Caujolle-Bert
CVS patchset: 1506 CVS date: 2002/02/18 13:25:03