[packages/chromium-browser/DEVEL] drop system-srtp.patch; no longer needed
glen
glen at pld-linux.org
Sat Jan 5 22:45:49 CET 2013
commit 9bd2659cebdfc1cd12a4574734caaa71cb8707b4
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Jan 5 22:24:06 2013 +0200
drop system-srtp.patch; no longer needed
chromium-browser.spec | 7 +++----
system-srtp.patch | 43 -------------------------------------------
2 files changed, 3 insertions(+), 47 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index d228a51..681b8f2 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -26,7 +26,7 @@
%bcond_with system_protobuf # system protobuf
%bcond_without system_speex # system speex
%bcond_with system_sqlite # system sqlite
-%bcond_without system_srtp # system srtp (can be used if using bundled libjingle)
+%bcond_without system_libsrtp # system srtp (can be used if using bundled libjingle)
%bcond_with system_v8 # system v8
%bcond_without system_libvpx # system libvpx
%bcond_without system_yasm # system yasm
@@ -99,7 +99,6 @@ Patch15: nacl-build-irt.patch
Patch16: nacl-linkingfix.patch
Patch18: nacl-no-untar.patch
Patch19: system-jsoncpp.patch
-Patch21: system-srtp.patch
Patch22: pulse_fix-157876.patch
Patch23: no-pnacl.patch
Patch24: nacl-verbose.patch
@@ -164,7 +163,7 @@ BuildRequires: rpm >= 4.4.9-56
BuildRequires: rpmbuild(macros) >= 1.453
%{?with_system_speex:BuildRequires: speex-devel >= 1:1.2-rc1}
BuildRequires: sqlite3-devel >= 3.6.1
-%{?with_system_srtp:BuildRequires: srtp-devel >= 1.4.4}
+%{?with_system_libsrtp:BuildRequires: srtp-devel >= 1.4.4}
BuildRequires: subversion
BuildRequires: tar >= 1:1.22
BuildRequires: udev-devel
@@ -261,7 +260,6 @@ cd src
%{!?with_libjpegturbo:%patch11 -p0}
%patch16 -p1
%patch19 -p1
-%patch21 -p1
%patch22 -p1
%patch25 -p1
cd ..
@@ -375,6 +373,7 @@ test -e Makefile || %{__python} build/gyp_chromium \
%{gyp_with system_harfbuzz} \
%{gyp_with system_libexif} \
%{gyp_with system_libmtp} \
+ %{gyp_with system_libsrtp} \
%{gyp_with system_libusb} \
%{gyp_with system_libvpx} \
%{gyp_with system_libwebp} \
diff --git a/system-srtp.patch b/system-srtp.patch
deleted file mode 100644
index 7d35ee6..0000000
--- a/system-srtp.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -up chromium-20.0.1132.47/build/linux/system.gyp.system-srtp chromium-20.0.1132.47/build/linux/system.gyp
---- chromium-20.0.1132.47/build/linux/system.gyp.system-srtp 2012-07-07 21:20:26.000000000 -0400
-+++ chromium-20.0.1132.47/build/linux/system.gyp 2012-07-07 21:20:56.171006169 -0400
-@@ -651,6 +651,27 @@
- ],
- },
- {
-+ 'target_name': 'libsrtp',
-+ 'type': 'none',
-+ 'conditions': [
-+ ['_toolset=="target"', {
-+ 'direct_dependent_settings': {
-+ 'cflags': [
-+ '<!@(<(pkg-config) --cflags libsrtp)',
-+ ],
-+ },
-+ 'link_settings': {
-+ 'ldflags': [
-+ '<!@(<(pkg-config) --libs-only-L --libs-only-other libsrtp)',
-+ ],
-+ 'libraries': [
-+ '<!@(<(pkg-config) --libs-only-l libsrtp)',
-+ ],
-+ },
-+ }],
-+ ],
-+ },
-+ {
- 'target_name': 'udev',
- 'type': 'none',
- 'conditions': [
-diff -up chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp.system-srtp chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp
---- chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp.system-srtp 2012-06-28 09:01:45.000000000 -0400
-+++ chromium-20.0.1132.47/third_party/libjingle/libjingle.gyp 2012-07-07 21:20:26.564006176 -0400
-@@ -617,7 +617,7 @@
- ['OS!="android"', {
- 'dependencies': [
- # We won't build with WebRTC on Android.
-- '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
-+ '../../build/linux/system.gyp:libsrtp',
- '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_module',
- '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module',
- '<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/9bd2659cebdfc1cd12a4574734caaa71cb8707b4
More information about the pld-cvs-commit
mailing list