[mythtv-commits] [MythTV/mythtv] 518b90: Remove extraneous line from libs/libs.pro.
David Hampton
noreply at github.com
Sat Mar 19 19:06:50 UTC 2022
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 518b90e7b3efcf92f6a7becc792d8d4afb9db5a8
https://github.com/MythTV/mythtv/commit/518b90e7b3efcf92f6a7becc792d8d4afb9db5a8
Author: David Hampton <mythtv at love2code.net>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M mythtv/libs/libs.pro
Log Message:
-----------
Remove extraneous line from libs/libs.pro.
Commit: e90318e8a8656e17350a1b25d84ddb87f0b425d3
https://github.com/MythTV/mythtv/commit/e90318e8a8656e17350a1b25d84ddb87f0b425d3
Author: David Hampton <mythtv at love2code.net>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M mythplugins/mythmusic/mythmusic/musicdata.h
M mythplugins/mythzoneminder/mythzoneminder/zmclient.h
M mythplugins/mythzoneminder/mythzoneminder/zmminiplayer.h
M mythtv/libs/libmyth/mythexp.h
M mythtv/libs/libmythbase/mythbaseexp.h
M mythtv/libs/libmythbase/mythpluginapi.h
Log Message:
-----------
Remove reference from libmythbase to libmyth.
The mythpluginapi.h file should not be reaching outside of its
directory to pull in a file from libmyth. (Libmythbase isn't supposed
to have any dependencies.) Move the only usage of the MPLUGIN_API
define to make this out-of-directory include unnecessary. Requires
changing the plugins to consistently include mythbaseexp.h (instead of
a mix of mythbaseexp.h and mythexp.h), and changing from the MPUBLIC
symbol to the MBASE_PUBLIC symbol.
Commit: 67b97abd8a6646ca0d2441ef82552387cf78fcb4
https://github.com/MythTV/mythtv/commit/67b97abd8a6646ca0d2441ef82552387cf78fcb4
Author: David Hampton <mythtv at love2code.net>
Date: 2022-03-19 (Sat, 19 Mar 2022)
Changed paths:
M mythtv/Makefile
Log Message:
-----------
Remove .qmake.stash when doing 'make distclean'.
When qmake generates a Makefile, this is the target (distclean) where
it puts the removal of '.qmake.stash'.
Refs #501.
Compare: https://github.com/MythTV/mythtv/compare/356e182d424d...67b97abd8a66
More information about the mythtv-commits
mailing list