Guest User

Untitled

a guest
Jan 23rd, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Author: Leo Franchi <lfranchi@kde.org>
  2. Date: Sun Oct 16 00:30:48 2011 -0400
  3.  
  4. Don't show phonon video popup on mac
  5.  
  6. diff --git a/Library/Formula/phonon-vlc.rb b/Library/Formula/phonon-vlc.rb
  7. index 751a799..0a49545 100644
  8. --- a/Library/Formula/phonon-vlc.rb
  9. +++ b/Library/Formula/phonon-vlc.rb
  10. @@ -19,6 +19,7 @@ class PhononVlc <Formula
  11. phonon = Formula.factory("kde-phonon")
  12.  
  13. system "cmake . #{std_cmake_parameters} -DPhonon_DIR:PATH=#{phonon.lib}/cma
  14. +# system "cmake . #{std_cmake_parameters} -DCMAKE_CXX_FLAGS=\"-g -ggdb3\" -D
  15. system "make install"
  16.  
  17. # phonon is dumb and just loads p lugins blindly from the qt plugin path. w
  18. @@ -33,18 +34,23 @@ class PhononVlc <Formula
  19. DATA
  20. end
  21. end
  22. -
  23. :
Add Comment
Please, Sign In to add comment