megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
annotate media-libs/mlt/files/mlt-7.0.1-cmake-symlink.patch @ 271:42f152f7bd51 default tip
[sync] imported 19745ea..26957c3 from upstream
commit 26957c37396048346e2760cf909dce89f35961ae
Author: Daniel Neugebauer <dneuge@energiequant.de>
Date: Mon May 19 21:10:04 2025 +0200
app-misc/qutescoop: force X11 compatibility mode on Wayland to work around OpenGL corruption
author | Migration Sync <gentoo-overlay@megacoffee.net> |
---|---|
date | Mon, 19 May 2025 19:15:01 +0000 |
parents | 3ea8643fd217 |
children |
rev | line source |
---|---|
267
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
1 Fully respect DESTDIR. |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
2 |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
3 https://bugs.gentoo.org/796557#c1 |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
4 --- a/CMakeLists.txt |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
5 +++ b/CMakeLists.txt |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
6 @@ -436,7 +436,7 @@ |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
7 if(UNIX AND NOT APPLE) |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
8 install(FILES docs/melt.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 RENAME melt-${MLT_VERSION_MAJOR}.1) |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
9 install(CODE "execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink melt-${MLT_VERSION_MAJOR}.1 melt.1 \ |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
10 - WORKING_DIRECTORY ${CMAKE_INSTALL_FULL_MANDIR}/man1)" |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
11 + WORKING_DIRECTORY \$ENV\{DESTDIR\}${CMAKE_INSTALL_FULL_MANDIR}/man1)" |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
12 ) |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
13 endif() |
3ea8643fd217
[sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff
changeset
|
14 |