ports/183854: [PATCH:] multimedia/freetuxtv broken after vlc update

Juergen Lock nox at jelal.kn-bremen.de
Sun Nov 10 23:50:01 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list