muzena / freetuxtv-old

Automatically exported from code.google.com/p/freetuxtv
GNU General Public License v3.0
5 stars 1 forks source link

FreetuxTV broken after vlc update #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please complete the following information about your configuration:
- FreetuxTV version: 0.6.5
- Linux distribution and version: FreeBSD 9.2-RELEASE
- VLC version: vlc-2.1.0_6,4
- ISP: different

Describe here your problem:

Network stream URLs don't play anymore after vlc update,
log showing $PWD prepended to URLs.

Please look

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183854

What is the expected output? What do you see instead?

Network stream URLs don't play anymore after vlc update,
log showing $PWD prepended to URLs.

Hello i'm FreetuxTV maintainer for FreeBSD

http://www.freshports.org/multimedia/freetuxtv/

I must patch that in FreeBSD to make FreetuxTV work properly

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

When the new fix will be released, please bump FreetuxTV version to 0.6.6?

Original issue reported on code.google.com by nemysisbsd on 12 Nov 2013 at 10:26

GoogleCodeExporter commented 9 years ago

Original comment by eric.beuque on 23 Nov 2013 at 3:28