From fdd6b67a78a966f6a2131de8fe0e539316511083 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 00:21:11 +0200 Subject: Taglib and NVIDA --- media-libs/taglib/files/taglib-1.11-install-examples.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 media-libs/taglib/files/taglib-1.11-install-examples.patch (limited to 'media-libs/taglib/files/taglib-1.11-install-examples.patch') diff --git a/media-libs/taglib/files/taglib-1.11-install-examples.patch b/media-libs/taglib/files/taglib-1.11-install-examples.patch new file mode 100644 index 0000000..fd676c6 --- /dev/null +++ b/media-libs/taglib/files/taglib-1.11-install-examples.patch @@ -0,0 +1,13 @@ +--- a/examples/CMakeLists.txt ++++ b/examples/CMakeLists.txt +@@ -37,3 +37,10 @@ + add_executable(strip-id3v1 strip-id3v1.cpp) + target_link_libraries(strip-id3v1 tag) + ++INSTALL(TARGETS ++ tagreader tagreader_c tagwriter framelist strip-id3v1 ++ LIBRARY DESTINATION ${LIB_INSTALL_DIR} ++ RUNTIME DESTINATION ${BIN_INSTALL_DIR} ++ ARCHIVE DESTINATION ${LIB_INSTALL_DIR} ++) ++ -- cgit v1.2.1