mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
- Add subtitle, video, and audio track scrolling to VLC's ncurses.c module. [1] - Add GME knob. (audio/libgme dependency) [2] - Fix build with clang+libc++. [3] PR: ports/181596 [1], ports/181909 [3] Submitted by: Cam Karnes <karnes.cameron@gmail.com> [1] Submitted by: pawel (on -multimedia) [2] Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>, bapt via pb2 [3] Obtained from: vlc upstream git [1]
11 lines
425 B
Text
11 lines
425 B
Text
--- modules/gui/qt4/Makefile.in.orig
|
|
+++ modules/gui/qt4/Makefile.in
|
|
@@ -3499,7 +3499,7 @@ uninstall-am: uninstall-libvlcLTLIBRARIE
|
|
|
|
|
|
resources.cpp: vlc.qrc $(DEPS_res)
|
|
- $(AM_V_GEN)$(RCC) -name vlc -o $@ $<
|
|
+ $(AM_V_GEN)$(RCC) -name vlc -o $@ vlc.qrc
|
|
|
|
.hpp.moc.cpp:
|
|
@HAVE_DARWIN_TRUE@ $(moc_verbose)$(MOC) -DQ_WS_MAC $(DEFS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) $(CPPFLAGS_qt4) -o $@ $<
|