Network stream URLs don't play anymore after vlc update, log showing $PWD prepended to URLs. Fix: Use proper (new?) api libvlc_media_new_location() instead of libvlc_media_new_path(): How-To-Repeat: Clik on a web stream...
Responsible Changed From-To: freebsd-ports-bugs->nemysis Over to maintainer (via the GNATS Auto Assign Tool)
Thanks for report. I love simple as possible.
State Changed From-To: open->closed Committed. Thanks!
Author: nemysis Date: Thu Nov 21 12:15:31 2013 New Revision: 334478 URL: http://svnweb.freebsd.org/changeset/ports/334478 Log: - Unbreak after vlc update PR: ports/183854 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> Approved by: pawel / wg (mentors, implicit) Modified: head/multimedia/freetuxtv/Makefile Modified: head/multimedia/freetuxtv/Makefile ============================================================================== --- head/multimedia/freetuxtv/Makefile Thu Nov 21 12:10:49 2013 (r334477) +++ head/multimedia/freetuxtv/Makefile Thu Nov 21 12:15:31 2013 (r334478) @@ -46,6 +46,8 @@ post-patch: @${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} _______________________________________________ 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"