Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
reproducible-notes
Compare revisions
e87b38baa540ab4d828cf7a270ec66177fbe5d83...99f04167e69f73ddcd3f4f747ddaefba9347cc72
Commits (2)
qt6-base: Mark with captures_build_path.
· 4e15cf4b
Vagrant Cascadian
authored
Feb 24, 2022
4e15cf4b
obs-advanced-scene-switcher: Mark with cmake_rpath_contains_build_path.
· 99f04167
Vagrant Cascadian
authored
Feb 24, 2022
99f04167
Hide whitespace changes
Inline
Side-by-side
packages.yml
View file @
99f04167
...
...
@@ -17163,6 +17163,12 @@ objenesis:
version: 2.4-1
issues:
- random_order_in_documentation_generated_by_javadoc
obs-advanced-scene-switcher:
version: 1.17.2-1
comments: |
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
obs-studio:
version: 26.0.2+dfsg1-1
comments: |
...
...
@@ -21929,6 +21935,14 @@ qt6-3d:
rpath issue fixed by -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON
issues:
- cmake_rpath_contains_build_path
qt6-base:
version: 6.2.2+dfsg-6
comments: |
Build path is embedded in QT_SOURCE_TREE present in
cmake/QtBuildInternalsExtra.cmake.in source, and the resulting
QtBuildInternalsExtra.cmake shipped in the package.
issues:
- captures_build_path
qt6-multimedia:
version: 6.2.2-3
issues:
...
...