aboutsummaryrefslogtreecommitdiffhomepage
path: root/version.sh
Commit message (Collapse)AuthorAge
* new year in version stringGravatar Gabrov2010-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid spurious rebuilds on svn up. The check to find out if the header fileGravatar cehoyos2009-04-04
| | | | | | | changed compared two lines to one, which would result in false positive updates. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for extracting the release version number from a VERSION file.Gravatar diego2009-03-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28830 b3059339-0415-0410-9bf9-f77b7e298cf2
* Read revision string from the file snapshot_version if available.Gravatar diego2009-02-24
| | | | | | | This will be used by daily snapshots without Subversion metadata. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28728 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Use $() instead of ``, the former can be nested more easily.Gravatar diego2009-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use single quotes to avoid escaping double quotes in a string.Gravatar diego2009-01-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28385 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use cat instead of echo to generate version.h.Gravatar diego2009-01-29
| | | | | | | Portably echoing backslashes is near impossible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28384 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous backslash escapes that caused unintended escapes.Gravatar diego2009-01-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28383 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not duplicate VERSION string.Gravatar diego2009-01-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.Gravatar diego2009-01-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Factorize print_version().Gravatar diego2009-01-25
| | | | | | | Print CPU information in verbose mode instead of by default. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28360 b3059339-0415-0410-9bf9-f77b7e298cf2
* TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.Gravatar reynaldo2009-01-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Happy New Year!Gravatar zuxy2008-01-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25583 b3059339-0415-0410-9bf9-f77b7e298cf2
* add ; at the end of the sed commands. this fixes operation under cygwin.Gravatar ivo2007-09-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24352 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove cut&paste from ffmpeg mistake. cd "$1" does not make any sense here,Gravatar ivo2007-09-06
| | | | | | | as $1 is (g)cc's version number git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Port changes for older Subversion releases from FFmpeg.Gravatar diego2007-06-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update copyright year.Gravatar diego2007-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21946 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid code duplication.Gravatar vayne2006-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21780 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove copy and paste error from FFmpeg sync, MPlayer does not supportGravatar diego2006-09-24
| | | | | | | out-of-tree build directories. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19969 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg sync: Fall back on grep if svn client is not installed.Gravatar diego2006-09-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use LC_ALL instead of LANG since the former overrides the latter.Gravatar diego2006-07-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cope with localized Subversion clients.Gravatar diego2006-07-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Produce correct version string even when not run in a Subversion working copy.Gravatar diego2006-06-23
| | | | | | | ported from FFmpeg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18794 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adapt FFmpeg version.sh that only recreates version.h if its content changed.Gravatar diego2006-06-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18787 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplifyGravatar diego2006-06-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18762 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid usage of head -1/head -n 1 and use sed 1q insteadGravatar ivo2006-06-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18625 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsGravatar diego2006-06-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18596 b3059339-0415-0410-9bf9-f77b7e298cf2
* Drop all system-specific version generation stuff.Gravatar diego2006-06-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18595 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put SVN revision in the version stringGravatar rathann2006-06-06
| | | | | | | Note: somebody please port this to *BSD|Darwin git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18594 b3059339-0415-0410-9bf9-f77b7e298cf2
* cvs2svnGravatar rtogni2006-06-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18586 b3059339-0415-0410-9bf9-f77b7e298cf2
* SVN switch: get version date from .svn subdir instead of CVS/EntriesGravatar rtogni2006-06-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18560 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW supportGravatar diego2005-06-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15669 b3059339-0415-0410-9bf9-f77b7e298cf2
* BSD/OS works same as the other BSDs, tested by Steven M. Schultz.Gravatar diego2005-06-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15667 b3059339-0415-0410-9bf9-f77b7e298cf2
* tabs --> spaces indentation cosmeticsGravatar diego2005-06-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15651 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generate the version string with awk on BSD systems and work around wrongGravatar diego2005-06-05
| | | | | | | | day/month order in the ls output. based on a patch by Chris Roccati <roccati - at - pobox - dot - com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15650 b3059339-0415-0410-9bf9-f77b7e298cf2
* Days should be two digits.Gravatar diego2005-06-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15644 b3059339-0415-0410-9bf9-f77b7e298cf2
* LC_ALL overrides LANG, so use it instead.Gravatar diego2005-05-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15548 b3059339-0415-0410-9bf9-f77b7e298cf2
* LANG=C ensures month/day order and English language in the date string forGravatar diego2005-05-21
| | | | | | | | | more reliable operation in diverse environments. Tested on OpenBSD, NetBSD, FreeBSD, Darwin 10.2 and Darwin 10.1. Darwin 10.4 should work as well, 10.3 does not due to broken ls. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15537 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplificationGravatar diego2005-05-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15514 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make version string depend of the last change of CVS/Entries for Darwin.Gravatar diego2005-05-18
| | | | | | | loosely based on a patch by Chris Roccati <roccati at pobox dot com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15512 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix version number on cygwinGravatar joey2003-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11510 b3059339-0415-0410-9bf9-f77b7e298cf2
* the trailing space isn't needed anymoreGravatar alex2003-07-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10422 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'dev'Gravatar arpi2003-02-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9375 b3059339-0415-0410-9bf9-f77b7e298cf2
* better BSD/OS support by Steven Schultz <sms@2bsd.com>Gravatar alex2002-12-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8688 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>Gravatar alex2002-09-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7449 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved to to avoid CVS-XXYYZZ- versions (if no given) - altought this ↵Gravatar alex2002-09-20
| | | | | | comment is bigger than the patch :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7448 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for darwins dateGravatar atmos42002-05-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5950 b3059339-0415-0410-9bf9-f77b7e298cf2
* CC version check done by Makefile to allow overriding CC from envvarGravatar arpi2001-12-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3391 b3059339-0415-0410-9bf9-f77b7e298cf2
* using cc like configureGravatar jaf2001-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3301 b3059339-0415-0410-9bf9-f77b7e298cf2
* not it looks like this 'MPlayer CVS-011203-19:47-gcc-2.95.3'Gravatar jaf2001-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3293 b3059339-0415-0410-9bf9-f77b7e298cf2