Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2013 00:45:37 +0100 (CET)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183854: [PATCH:] multimedia/freetuxtv broken after vlc update
Message-ID:  <201311102345.rAANjb9R008547@enceladus10.kn-bremen.de>
Resent-Message-ID: <201311102350.rAANo1cR082912@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183854
>Category:       ports
>Synopsis:       [PATCH:] multimedia/freetuxtv broken after vlc update
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 10 23:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
me?  organized??
>Environment:
System: FreeBSD enceladus10.kn-bremen.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Fri Aug 10 16:05:27 UTC 2012 root@enceladus10.kn-bremen.de:/usr/obj/d3t/d3t/home/nox/src10b/src/sys/ENCELADUS amd64


	
>Description:
	Network stream URLs don't play anymore after vlc update,
	log showing $PWD prepended to URLs.
>How-To-Repeat:
	Clik on a web stream...
>Fix:

	Use proper (new?) api libvlc_media_new_location() instead
	of libvlc_media_new_path():

Index: multimedia/freetuxtv/Makefile
===================================================================
--- multimedia/freetuxtv/Makefile	(revision 333454)
+++ multimedia/freetuxtv/Makefile	(working copy)
@@ -46,6 +46,9 @@
 	@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${PREFIX}/share/doc/${PORTNAME}|' \
 		-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \
 		${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e \
+		's/libvlc_media_new_path/libvlc_media_new_location/' \
+		${WRKSRC}/lib/libvlc-gtk/gtk-libvlc-media-player.c
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311102345.rAANjb9R008547>