Bug 183854 - [PATCH:] multimedia/freetuxtv broken after vlc update
Summary: [PATCH:] multimedia/freetuxtv broken after vlc update
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: Rusmir Dusko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-10 23:50 UTC by Juergen Lock
Modified: 2013-11-21 12:20 UTC (History)
0 users

See Also:


Attachments
file.diff (591 bytes, patch)
2013-11-10 23:50 UTC, Juergen Lock
no flags Details | Diff
freetuxtv.diff (523 bytes, patch)
2013-11-12 21:33 UTC, Rusmir Dusko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Lock 2013-11-10 23:50:00 UTC
	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...
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-10 23:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemysis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rusmir Dusko freebsd_committer freebsd_triage 2013-11-12 21:33:31 UTC
Thanks for report.

I love simple as possible.
Comment 3 Rusmir Dusko freebsd_committer freebsd_triage 2013-11-21 12:14:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-21 12:15:39 UTC
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"