[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-2430-gbebbdbe

Git Repo Owner noreply at mythtv.org
Tue Dec 9 19:38:43 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  bebbdbe5d144fa938666ec112461c4296cd7dcff (commit)
       via  a20f6f134856b3e378e4098a9a07307c04230df6 (commit)
       via  cec7dc9a125251e8ab9af6e34e19817472788f3a (commit)
       via  6fa4c658724c27c2c61c89bba416982a777ac3c7 (commit)
       via  9cdfdc191dc9f50ce1d79c5daa5cdbb6de3b3853 (commit)
       via  af26c0b8333b58b4334b8aa9d0aade0e3ff7c65c (commit)
       via  913608713135939f7f2ab2b10e1cc7d420d73730 (commit)
       via  264df67812f819a06d3aa806a8baf79316575486 (commit)
      from  8e6678a00f81fffcd8a3bf71947066db1fffbd30 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bebbdbe5d144fa938666ec112461c4296cd7dcff
Author:    Karl Dietz <dekarl at mythtv.org> at Tue, 9 Dec 2014 20:23:30 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Tue, 9 Dec 2014 20:23:30 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=bebbdbe5d144fa938666ec112461c4296cd7dcff

Merge remote-tracking branch 'robbak/X11R6_directory'
Conflicts:
	mythtv/libs/libmyth/libmyth.pro



commit a20f6f134856b3e378e4098a9a07307c04230df6
Author:    Karl Dietz <dekarl at mythtv.org> at Mon, 8 Dec 2014 07:57:43 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Mon, 8 Dec 2014 07:57:43 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a20f6f134856b3e378e4098a9a07307c04230df6

move implementation of the unit tests into the cpp file



commit cec7dc9a125251e8ab9af6e34e19817472788f3a
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 4 Dec 2014 00:33:26 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Sat, 6 Dec 2014 13:04:27 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cec7dc9a125251e8ab9af6e34e19817472788f3a

Add draft HEVC descriptor support



commit 6fa4c658724c27c2c61c89bba416982a777ac3c7
Author:    robbak <gh at robbak.com> at Sun, 20 Apr 2014 21:38:08 +1000
Committer: robbak <gh at robbak.com> at Sun, 20 Apr 2014 21:38:08 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6fa4c658724c27c2c61c89bba416982a777ac3c7

Add code to move standard includes to end.
This place also needs this, pulling in the systems own dvd player libs' include files


commit 9cdfdc191dc9f50ce1d79c5daa5cdbb6de3b3853
Author:    robbak <gh at robbak.com> at Sun, 20 Apr 2014 21:03:42 +1000
Committer: robbak <gh at robbak.com> at Sun, 20 Apr 2014 21:03:42 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9cdfdc191dc9f50ce1d79c5daa5cdbb6de3b3853

Add code to move standard includes to end.
On certain systems, standard includes like /usr/include and /usr/local/include (and /usr/X11R6/include) end up before the includes for the bundled libraries. This moves all of them to the end.


commit af26c0b8333b58b4334b8aa9d0aade0e3ff7c65c
Author:    robbak <gh at robbak.com> at Sun, 20 Apr 2014 20:56:46 +1000
Committer: robbak <gh at robbak.com> at Sun, 20 Apr 2014 20:56:46 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=af26c0b8333b58b4334b8aa9d0aade0e3ff7c65c

Move $$POSTINC append to the end.
Testing showed that the existing appending of POSTINC was not late enough. Move it right to the end. In particular, DVD stuff and Blueray stuff includes were being hidden by /usr/X11R6/include.


commit 913608713135939f7f2ab2b10e1cc7d420d73730
Author:    robbak <gh at robbak.com> at Sun, 20 Apr 2014 11:02:32 +1000
Committer: robbak <gh at robbak.com> at Sun, 20 Apr 2014 11:02:32 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=913608713135939f7f2ab2b10e1cc7d420d73730

Support /usr/X11R6 directory or symlink
When systems have a symlink or directory at /usr/X11R6, this gets included early in the -I chain. Move it to the end with /usr/include and /usr/local/include


commit 264df67812f819a06d3aa806a8baf79316575486
Author:    robbak <gh at robbak.com> at Sun, 20 Apr 2014 10:59:06 +1000
Committer: robbak <gh at robbak.com> at Sun, 20 Apr 2014 10:59:06 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=264df67812f819a06d3aa806a8baf79316575486

Allow for /usr/X11R6 directory or symlink
If a system has a /usr/X11R6 directory or symlink, the .pro files do not move the /usr/X11R6 include to the end, causing build failures. This commit fixes libmyth.pro to relocate this directory, as well as /usr/local and /usr/local/include.

While here, add the missing assignment of POSTINC back to INCLUDEPATH.


-----------------------------------------------------------------------

Summary of changes:
 mythtv/external/libmythdvdnav/libmythdvdnav.pro    |   17 ++
 mythtv/libs/libmyth/libmyth.pro                    |    5 +
 mythtv/libs/libmythmetadata/libmythmetadata.pro    |   17 ++
 mythtv/libs/libmythtv/libmythtv.pro                |    8 +-
 mythtv/libs/libmythtv/mpeg/mpegdescriptors.cpp     |    7 +
 mythtv/libs/libmythtv/mpeg/mpegdescriptors.h       |   41 ++++
 .../test/test_mpegtables/test_mpegtables.cpp       |  231 ++++++++++++++++++++
 .../test/test_mpegtables/test_mpegtables.h         |  211 +-----------------
 8 files changed, 332 insertions(+), 205 deletions(-)

-- 



More information about the mythtv-commits mailing list