summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2002-12-24Update for libxine 1.0beta1 added pkgconfig-directoryManfred Tremmel
CVS patchset: 3667 CVS date: 2002/12/24 15:04:52
2002-12-13i think i'm the only one who uses that script. so at least we should have ↵Miguel Freitas
something that works. CVS patchset: 3509 CVS date: 2002/12/13 18:23:22
2002-12-11- added pkg-config supportBastien Nocera
CVS patchset: 3485 CVS date: 2002/12/11 18:10:45
2002-12-11Update for libxine 1.0beta0, fonts-directory has been changedManfred Tremmel
CVS patchset: 3484 CVS date: 2002/12/11 17:04:47
2002-12-07added post-directory to file-listManfred Tremmel
CVS patchset: 3458 CVS date: 2002/12/07 18:10:19
2002-12-07added finish translation and update of german and english translationManfred Tremmel
CVS patchset: 3457 CVS date: 2002/12/07 17:09:40
2002-11-20avoid failure with clients that use xine lib (xine_check use X calls, for ↵Daniel Caujolle-Bert
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
2002-11-09Update specfile for next xine-releaseManfred Tremmel
CVS patchset: 3210 CVS date: 2002/11/09 14:58:37
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-11-03Ugly hack for ensure automake-1.6 is used first before using the default ↵Stephen Torri
'automake'. We need to make these one file. CVS patchset: 3165 CVS date: 2002/11/03 14:43:04
2002-11-03Latest fixes from Manfred.Daniel Caujolle-Bert
CVS patchset: 3162 CVS date: 2002/11/03 01:46:38
2002-11-02Thanks to Siggi, Bastien, and Robin for their help.Stephen Torri
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
2002-11-02Forgotten changes from Manfred.Daniel Caujolle-Bert
CVS patchset: 3153 CVS date: 2002/11/02 20:45:02
2002-11-02Remove any desktop ref.Daniel Caujolle-Bert
CVS patchset: 3152 CVS date: 2002/11/02 19:58:57
2002-11-02 Added @X_LIBS@ @XV_LIB@ -lXext to --libs flag. Required to meet xineStephen Torri
dependencies when checking for the detection of xine-lib. CVS patchset: 3134 CVS date: 2002/11/02 02:56:29
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