Bug 181610 - multimedia/vlc livemedia breakage
Summary: multimedia/vlc livemedia breakage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 11:30 UTC by Florent Peterschmitt
Modified: 2013-09-02 20:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-28 18:54:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-08-29 18:33:27 UTC
Author: nox
Date: Thu Aug 29 17:33:11 2013
New Revision: 325612
URL: http://svnweb.freebsd.org/changeset/ports/325612

Log:
  Fix build with updated net/liveMedia.
  
  PR:		ports/181610
  Submitted by:	Florent Peterschmitt <florent@peterschmitt.fr>
  Obtained from:	vlc upstream git via archlinux

Added:
  head/multimedia/vlc/files/patch-vlc-2.0.8-Fix-live555-breakage-in-last-update   (contents, props changed)

Added: head/multimedia/vlc/files/patch-vlc-2.0.8-Fix-live555-breakage-in-last-update
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/vlc/files/patch-vlc-2.0.8-Fix-live555-breakage-in-last-update	Thu Aug 29 17:33:11 2013	(r325612)
@@ -0,0 +1,29 @@
+From ea444abae1d09b751314b24f6352e55be335621d Mon Sep 17 00:00:00 2001
+From: Jean-Baptiste Kempf <jb@videolan.org>
+Date: Thu, 25 Jul 2013 01:14:32 +0200
+Subject: [PATCH] Fix live555 breakage in last update
+
+---
+ modules/demux/live555.cpp | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
+index 9e02630..7a1ab16 100644
+--- modules/demux/live555.cpp
++++ modules/demux/live555.cpp
+@@ -243,7 +243,11 @@ public:
+                    char const* applicationName, portNumBits tunnelOverHTTPPortNum,
+                    demux_sys_t *p_sys) :
+                    RTSPClient( env, rtspURL, verbosityLevel, applicationName,
+-                   tunnelOverHTTPPortNum )
++                   tunnelOverHTTPPortNum
++#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1373932800
++                   , -1
++#endif
++                   )
+     {
+         this->p_sys = p_sys;
+     }
+-- 
+1.8.3.4
+
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-09-02 20:29:38 UTC
State Changed
From-To: open->closed

Close. Committed in r325612