Skip to content

Commit

Permalink
update patches to new offsets in setup.py file
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@936 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 19, 2012
1 parent 5d3ead6 commit 156abfa
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions debian/patches/disable-vpx.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Description: Disable vpx encoding support.
Author: Antoine Martin <[email protected]>
Forwarded: not-needed

--- a/setup.py (revision 756)
--- a/setup.py (revision 935)
+++ b/setup.py (working copy)
@@ -228,7 +228,7 @@
@@ -230,7 +230,7 @@



Expand Down
4 changes: 2 additions & 2 deletions debian/patches/disable-x264.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Description: Disable x264 encoding support.
Author: Antoine Martin <[email protected]>
Forwarded: not-needed

--- a/setup.py (revision 756)
--- a/setup.py (revision 935)
+++ b/setup.py (working copy)
@@ -224,7 +224,7 @@
@@ -226,7 +226,7 @@
["xpra/wait_for_x_server.pyx"],
**pkgconfig("x11")
))
Expand Down
4 changes: 2 additions & 2 deletions src/disable-vpx.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Description: Disable vpx encoding support.
Author: Antoine Martin <[email protected]>
Forwarded: not-needed

--- a/setup.py (revision 754)
--- a/setup.py (revision 935)
+++ b/setup.py (working copy)
@@ -228,7 +228,7 @@
@@ -230,7 +230,7 @@



Expand Down
4 changes: 2 additions & 2 deletions src/disable-x264.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Description: Disable x264 encoding support.
Author: Antoine Martin <[email protected]>
Forwarded: not-needed

--- a/setup.py (revision 754)
--- a/setup.py (revision 935)
+++ b/setup.py (working copy)
@@ -224,7 +224,7 @@
@@ -226,7 +226,7 @@
["xpra/wait_for_x_server.pyx"],
**pkgconfig("x11")
))
Expand Down
6 changes: 3 additions & 3 deletions src/use-static-vpxlib.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Description: Build vpx codec as a static library.
Author: Arthur Huillet <[email protected]>
Forwarded: not-needed

--- a/setup.py (revision 747)
--- a/setup.py (revision 935)
+++ b/setup.py (working copy)
@@ -244,6 +244,10 @@
@@ -248,6 +248,10 @@
**pkgconfig("x264", "libswscale", "libavcodec")
))
), min_version=(0, 16))
if vpx_ENABLED:
+ def pkgconfig(*args):
+ return {'include_dirs': ["/usr/local/include"],
Expand Down
4 changes: 2 additions & 2 deletions src/use-static-x264lib.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Description: Build x264 codec as a static library.
Author: Arthur Huillet <[email protected]>
Forwarded: not-needed

--- a/setup.py (revision 747)
--- a/setup.py (revision 935)
+++ b/setup.py (working copy)
@@ -238,6 +238,10 @@
@@ -242,6 +242,10 @@
sys.argv = filtered_args

if x264_ENABLED:
Expand Down

0 comments on commit 156abfa

Please sign in to comment.