[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-1432-g1588286

Git Repo Owner noreply at mythtv.org
Thu Jun 13 17:28:53 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  1588286b519170b13847b6b994ec35c97f507515 (commit)
       via  48576ad4f2b114eb4c250540b7217da81c8f3767 (commit)
      from  721dcc163759266a6b18d7b4ceaa317192c5dff3 (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 1588286b519170b13847b6b994ec35c97f507515
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 17:43:03 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 17:46:26 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1588286b519170b13847b6b994ec35c97f507515

Don't install libmythdvdnav and libmythbluray libs. They are statically linked so don't need to be installed.



commit 48576ad4f2b114eb4c250540b7217da81c8f3767
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 12:59:55 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 13 Jun 2013 17:46:24 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=48576ad4f2b114eb4c250540b7217da81c8f3767

Move libmythsamplerate to external/libsamplerate.



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

Summary of changes:
 mythtv/configure                                   |    4 ++
 mythtv/docs/doxygen-architecture-document.cpp      |    8 ++--
 mythtv/external/Makefile                           |    5 ++-
 mythtv/external/libmythbluray/libmythbluray.pro    |    2 +-
 .../libsamplerate}/AUTHORS                         |    0
 .../libsamplerate}/COPYING                         |    0
 .../libsamplerate}/ChangeLog                       |    0
 .../libsamplerate}/NEWS                            |    0
 .../libsamplerate}/README                          |    0
 .../libsamplerate}/common.h                        |    0
 .../libsamplerate}/fastest_coeffs.h                |    0
 .../libsamplerate}/float_cast.h                    |    0
 .../libsamplerate}/high_qual_coeffs.h              |    0
 mythtv/external/libsamplerate/libsamplerate.pro    |   41 ++++++++++++++++++++
 .../libsamplerate}/mid_qual_coeffs.h               |    0
 .../libsamplerate}/samplerate.c                    |    2 -
 .../libsamplerate}/samplerate.h                    |    0
 .../libsamplerate}/src_linear.c                    |    0
 .../libsamplerate}/src_sinc.c                      |    0
 .../libsamplerate}/src_zoh.c                       |    0
 mythtv/libs/libmyth/audio/audiooutputbase.h        |    2 +
 mythtv/libs/libmyth/libmyth.pro                    |    8 ++--
 mythtv/libs/libmythdvdnav/libmythdvdnav.pro        |    2 +-
 mythtv/libs/libmythmetadata/libmythmetadata.pro    |    4 +-
 .../libs/libmythsamplerate/libmythsamplerate.pro   |   24 -----------
 mythtv/libs/libs.pro                               |    4 +-
 mythtv/programs/programs-libs.pro                  |    3 +-
 27 files changed, 67 insertions(+), 42 deletions(-)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/AUTHORS (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/COPYING (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/ChangeLog (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/NEWS (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/README (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/common.h (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/fastest_coeffs.h (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/float_cast.h (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/high_qual_coeffs.h (100%)
 create mode 100644 mythtv/external/libsamplerate/libsamplerate.pro
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/mid_qual_coeffs.h (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/samplerate.c (99%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/samplerate.h (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/src_linear.c (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/src_sinc.c (100%)
 rename mythtv/{libs/libmythsamplerate => external/libsamplerate}/src_zoh.c (100%)
 delete mode 100644 mythtv/libs/libmythsamplerate/libmythsamplerate.pro

-- 



More information about the mythtv-commits mailing list