Skip to content

Commit

Permalink
fix: 修改玲珑pathch
Browse files Browse the repository at this point in the history
去除多余部分

Log: 修复部分已知问题
  • Loading branch information
pengfeixx authored and deepin-bot[bot] committed Feb 6, 2023
1 parent 69206fb commit f88babb
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions patches/fix-build-failed.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,6 @@ index 10783d3b..2b12ab9b 100644
find_package(Qt5Widgets)
find_package(Qt5DBus)
find_package(Qt5X11Extras)
@@ -98,14 +98,14 @@ install(FILES ${PROJECT_SOURCE_DIR}/assets/resources/icons/logo-big.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
RENAME deepin-movie.svg)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/assets/deepin-movie DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-manual/manual-assets/application/)
-install (FILES ${CMAKE_SOURCE_DIR}/com.deepin.movie.service DESTINATION /usr/share/dbus-1/services/)
+install (FILES ${CMAKE_SOURCE_DIR}/com.deepin.movie.service DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dbus-1/services/)

#匹配mpris差异
-execute_process(COMMAND dpkg -s libmpris-qt5-1 COMMAND grep -i version COMMAND cut -d\ -f2 OUTPUT_VARIABLE libmprisVersion)
-message(${libmprisVersion})
-if( ${libmprisVersion} MATCHES "0.1.0-" )
- add_definitions(-D_LIBMPR_)
-endif()
+#execute_process(COMMAND dpkg -s libmpris-qt5-1 COMMAND grep -i version COMMAND cut -d\ -f2 OUTPUT_VARIABLE libmprisVersion)
+#message(${libmprisVersion})
+#if( ${libmprisVersion} MATCHES "0.1.0-" )
+# add_definitions(-D_LIBMPR_)
+#endif()

# 加速编译优化参数
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "mips64")
diff --git a/src/backends/mpv/mpv_proxy.h b/src/backends/mpv/mpv_proxy.h
index 1256a069..30b4bd89 100644
--- a/src/backends/mpv/mpv_proxy.h
Expand Down

0 comments on commit f88babb

Please sign in to comment.