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-6.10.0-swig-underlinking.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
267
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
1 diff --git a/src/swig/ruby/build b/src/swig/ruby/build
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
2 index 2d0cc0d..1a8aee7 100755
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
3 --- a/src/swig/ruby/build
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
4 +++ b/src/swig/ruby/build
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
5 @@ -8,6 +8,6 @@ system( "ln -sf ../mlt.i" )
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
6 system( "swig -c++ -ruby -I../../mlt++ -I../.. mlt.i" )
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
7 $CFLAGS = $CFLAGS.to_s + " -I../.. " + (ENV.has_key?('CXXFLAGS')? ENV['CXXFLAGS'] : '')
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
8 $CXXFLAGS = $CXXFLAGS.to_s + " -I../.. " + (ENV.has_key?('CXXFLAGS')? ENV['CXXFLAGS'] : '')
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
9 -$LDFLAGS = $LDFLAGS.to_s + " -L../../mlt++ -lmlt++"
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
10 +$LDFLAGS = $LDFLAGS.to_s + " -L../../mlt++ -lmlt++ -L../../framework -lmlt"
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
11 create_makefile('mlt')
3ea8643fd217 [sync] imported 6e83727..5f8a98e from upstream
Migration Sync <gentoo-overlay@megacoffee.net>
parents:
diff changeset
12 system( "make V=1" )