From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 06:59:29 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAE26106566B; Sun, 23 Sep 2012 06:59:29 +0000 (UTC) (envelope-from horance@djh5e.doesntexist.org) Received: from djh5e.doesntexist.org (host-69.74-185-111.static.totalbb.net.tw [111.185.74.69]) by mx1.freebsd.org (Postfix) with ESMTP id 278478FC0A; Sun, 23 Sep 2012 06:59:27 +0000 (UTC) Received: from djh5e.doesntexist.org (smmsp@localhost [127.0.0.1]) by djh5e.doesntexist.org (8.14.5/8.14.5) with ESMTP id q8N6xR16036759; Sun, 23 Sep 2012 14:59:27 +0800 (CST) (envelope-from horance@djh5e.doesntexist.org) Received: (from root@localhost) by djh5e.doesntexist.org (8.14.5/8.14.5/Submit) id q8N6xRXg036758; Sun, 23 Sep 2012 14:59:27 +0800 (CST) (envelope-from horance) Date: Sun, 23 Sep 2012 14:59:27 +0800 (CST) Message-Id: <201209230659.q8N6xRXg036758@djh5e.doesntexist.org> To: FreeBSD-gnats-submit@freebsd.org From: Horance Chou X-send-pr-version: 3.113 X-GNATS-Notify: Cc: multimedia@freebsd.org Subject: [PATCH] multimedia/mkvtoolnix: update to 5.8.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 06:59:29 -0000 >Submitter-Id: current-users >Originator: Horance Chou >Organization: FreeBSD User @ Taiwan >Confidential: no >Synopsis: [PATCH] multimedia/mkvtoolnix: update to 5.8.0 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-PRERELEASE i386 >Environment: System: FreeBSD gaia.freera.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #9: Thu Jul 26 16:35:35 CST 2012 >Description: - Update to 5.8.0 Added file(s): - files/patch-src-common-timecode.h Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- mkvtoolnix-5.8.0.patch begins here --- diff -ruN --exclude=CVS ../mkvtoolnix.orig/Makefile ./Makefile --- ../mkvtoolnix.orig/Makefile 2012-07-20 04:15:37.000000000 +0800 +++ ./Makefile 2012-09-23 13:08:01.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= mkvtoolnix -PORTVERSION= 5.0.1 -PORTREVISION= 2 +PORTVERSION= 5.8.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ @@ -23,9 +22,12 @@ vorbis.4:${PORTSDIR}/audio/libvorbis \ ogg:${PORTSDIR}/audio/libogg \ boost_regex.4:${PORTSDIR}/devel/boost-libs \ - curl.6:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl \ + ebml.3:${PORTSDIR}/textproc/libebml \ + matroska.5:${PORTSDIR}/multimedia/libmatroska USE_BZIP2= yes +USE_GCC= 4.6+ USE_GETTEXT= yes USE_ICONV= yes GNU_CONFIGURE= yes @@ -33,7 +35,7 @@ USE_RUBY= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= ac_cv_path_PO4A=no +CONFIGURE_ENV+= ac_cv_path_PO4A=no ZLIB_CFLAGS=-I/usr/include ZLIB_LIBS=-lz CONFIGURE_ARGS= --enable-lzo --enable-bz2 --disable-qt \ --with-boost=${LOCALBASE} \ --with-boost-filesystem=boost_filesystem \ @@ -41,7 +43,7 @@ --with-boost-regex=boost_regex MAKE_JOBS_SAFE= yes -MANLANG= "" ja zh_CN nl +MANLANG= "" ja zh_CN nl uk MAN1= mkvextract.1 mkvinfo.1 mkvmerge.1 mkvpropedit.1 OPTIONS_DEFINE= WXGTK diff -ruN --exclude=CVS ../mkvtoolnix.orig/distinfo ./distinfo --- ../mkvtoolnix.orig/distinfo 2011-10-11 04:58:27.000000000 +0800 +++ ./distinfo 2012-09-21 22:49:24.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (mkvtoolnix-5.0.1.tar.bz2) = eecc48d17c0583b6b071e710bfe88ae09439bd99bb90c694a2fed0651bb08f19 -SIZE (mkvtoolnix-5.0.1.tar.bz2) = 2155095 +SHA256 (mkvtoolnix-5.8.0.tar.bz2) = 3c9ec7e4c035b82a35850c5ada98a29904edc44a0d1c9b900ed05d56e6274960 +SIZE (mkvtoolnix-5.8.0.tar.bz2) = 4454971 diff -ruN --exclude=CVS ../mkvtoolnix.orig/files/patch-src-common-timecode.h ./files/patch-src-common-timecode.h --- ../mkvtoolnix.orig/files/patch-src-common-timecode.h 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-src-common-timecode.h 2012-09-22 22:32:56.000000000 +0800 @@ -0,0 +1,11 @@ +--- src/common/timecode.h.orig 2012-09-22 22:31:07.000000000 +0800 ++++ src/common/timecode.h 2012-09-22 22:31:19.000000000 +0800 +@@ -139,7 +139,7 @@ + } + + basic_timecode_c abs() const { +- return basic_timecode_c{std::abs(m_timecode), m_valid}; ++ return basic_timecode_c{(T)std::abs(m_timecode), m_valid}; + } + + // comparison diff -ruN --exclude=CVS ../mkvtoolnix.orig/pkg-plist ./pkg-plist --- ../mkvtoolnix.orig/pkg-plist 2011-09-28 21:44:33.000000000 +0800 +++ ./pkg-plist 2012-09-23 10:23:52.000000000 +0800 @@ -5,17 +5,56 @@ %%GUI%%bin/mmg %%GUI%%share/applications/mkvinfo.desktop %%GUI%%share/applications/mkvmergeGUI.desktop +%%GUI%%share/icons/hicolor/16x16/apps/mkvextract.png +%%GUI%%share/icons/hicolor/16x16/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/16x16/apps/mkvmerge.png +%%GUI%%share/icons/hicolor/16x16/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/16x16/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/24x24/apps/mkvextract.png +%%GUI%%share/icons/hicolor/24x24/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/24x24/apps/mkvmerge.png +%%GUI%%share/icons/hicolor/24x24/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/24x24/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/32x32/apps/mkvextract.png %%GUI%%share/icons/hicolor/32x32/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/32x32/apps/mkvmerge.png %%GUI%%share/icons/hicolor/32x32/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/32x32/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/48x48/apps/mkvextract.png +%%GUI%%share/icons/hicolor/48x48/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/48x48/apps/mkvmerge.png +%%GUI%%share/icons/hicolor/48x48/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/48x48/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/64x64/apps/mkvextract.png %%GUI%%share/icons/hicolor/64x64/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/64x64/apps/mkvmerge.png %%GUI%%share/icons/hicolor/64x64/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/64x64/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/96x96/apps/mkvextract.png +%%GUI%%share/icons/hicolor/96x96/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/96x96/apps/mkvmerge.png +%%GUI%%share/icons/hicolor/96x96/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/96x96/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/128x128/apps/mkvextract.png +%%GUI%%share/icons/hicolor/128x128/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/128x128/apps/mkvmerge.png +%%GUI%%share/icons/hicolor/128x128/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/128x128/apps/mkvpropedit.png +%%GUI%%share/icons/hicolor/256x256/apps/mkvextract.png +%%GUI%%share/icons/hicolor/256x256/apps/mkvinfo.png +%%GUI%%share/icons/hicolor/256x256/apps/mkvmerge.png +%%GUI%%share/icons/hicolor/256x256/apps/mkvmergeGUI.png +%%GUI%%share/icons/hicolor/256x256/apps/mkvpropedit.png +share/locale/cs/LC_MESSAGES/mkvtoolnix.mo share/locale/de/LC_MESSAGES/mkvtoolnix.mo share/locale/es/LC_MESSAGES/mkvtoolnix.mo +share/locale/eu/LC_MESSAGES/mkvtoolnix.mo share/locale/fr/LC_MESSAGES/mkvtoolnix.mo share/locale/it/LC_MESSAGES/mkvtoolnix.mo share/locale/ja/LC_MESSAGES/mkvtoolnix.mo share/locale/lt/LC_MESSAGES/mkvtoolnix.mo share/locale/nl/LC_MESSAGES/mkvtoolnix.mo +share/locale/pl/LC_MESSAGES/mkvtoolnix.mo share/locale/ru/LC_MESSAGES/mkvtoolnix.mo share/locale/tr/LC_MESSAGES/mkvtoolnix.mo share/locale/uk/LC_MESSAGES/mkvtoolnix.mo @@ -37,9 +76,46 @@ %%DOCSDIR%%/guide/en/images/trackselection.gif %%DOCSDIR%%/guide/en/images/videotrackoptions.gif %%DOCSDIR%%/guide/en/mkvmerge-gui.hhc +%%DOCSDIR%%/guide/en/mkvmerge-gui.hhk %%DOCSDIR%%/guide/en/mkvmerge-gui.hhp %%DOCSDIR%%/guide/en/mkvmerge-gui.html -%%DOCSDIR%%/guide/en/mkvmerge-gui.hhk +%%DOCSDIR%%/guide/es/images/addingremovingattachments.gif +%%DOCSDIR%%/guide/es/images/addremovefiles.gif +%%DOCSDIR%%/guide/es/images/attachmentoptions.gif +%%DOCSDIR%%/guide/es/images/audiotrackoptions.gif +%%DOCSDIR%%/guide/es/images/chaptereditor.gif +%%DOCSDIR%%/guide/es/images/generaltrackoptions.gif +%%DOCSDIR%%/guide/es/images/jobmanager.gif +%%DOCSDIR%%/guide/es/images/movietitle.gif +%%DOCSDIR%%/guide/es/images/muxingwindow.gif +%%DOCSDIR%%/guide/es/images/selectmkvmergeexecutable.gif +%%DOCSDIR%%/guide/es/images/splitting.gif +%%DOCSDIR%%/guide/es/images/textsubtitlestrackoptions.gif +%%DOCSDIR%%/guide/es/images/trackselection.gif +%%DOCSDIR%%/guide/es/images/videotrackoptions.gif +%%DOCSDIR%%/guide/es/mkvmerge-gui.hhc +%%DOCSDIR%%/guide/es/mkvmerge-gui.hhk +%%DOCSDIR%%/guide/es/mkvmerge-gui.hhp +%%DOCSDIR%%/guide/es/mkvmerge-gui.html +%%DOCSDIR%%/guide/eu/images/addingremovingattachments.gif +%%DOCSDIR%%/guide/eu/images/addremovefiles.gif +%%DOCSDIR%%/guide/eu/images/attachmentoptions.gif +%%DOCSDIR%%/guide/eu/images/audiotrackoptions.gif +%%DOCSDIR%%/guide/eu/images/chaptereditor.gif +%%DOCSDIR%%/guide/eu/images/generaltrackoptions.gif +%%DOCSDIR%%/guide/eu/images/headereditor.gif +%%DOCSDIR%%/guide/eu/images/jobmanager.gif +%%DOCSDIR%%/guide/eu/images/movietitle.gif +%%DOCSDIR%%/guide/eu/images/muxingwindow.gif +%%DOCSDIR%%/guide/eu/images/selectmkvmergeexecutable.gif +%%DOCSDIR%%/guide/eu/images/splitting.gif +%%DOCSDIR%%/guide/eu/images/textsubtitlestrackoptions.gif +%%DOCSDIR%%/guide/eu/images/trackselection.gif +%%DOCSDIR%%/guide/eu/images/videotrackoptions.gif +%%DOCSDIR%%/guide/eu/mkvmerge-gui.hhc +%%DOCSDIR%%/guide/eu/mkvmerge-gui.hhk +%%DOCSDIR%%/guide/eu/mkvmerge-gui.hhp +%%DOCSDIR%%/guide/eu/mkvmerge-gui.html %%DOCSDIR%%/guide/zh_CN/images/addingremovingattachments.gif %%DOCSDIR%%/guide/zh_CN/images/addremovefiles.gif %%DOCSDIR%%/guide/zh_CN/images/attachmentoptions.gif @@ -55,15 +131,21 @@ %%DOCSDIR%%/guide/zh_CN/images/trackselection.gif %%DOCSDIR%%/guide/zh_CN/images/videotrackoptions.gif %%DOCSDIR%%/guide/zh_CN/mkvmerge-gui.hhc +%%DOCSDIR%%/guide/zh_CN/mkvmerge-gui.hhk %%DOCSDIR%%/guide/zh_CN/mkvmerge-gui.hhp %%DOCSDIR%%/guide/zh_CN/mkvmerge-gui.html -%%DOCSDIR%%/guide/zh_CN/mkvmerge-gui.hhk @dirrmtry man/zh_CN/man1 @dirrmtry man/zh_CN +@dirrmtry man/uk/man1 +@dirrmtry man/uk @dirrmtry man/nl/man1 @dirrmtry man/nl @dirrm %%DOCSDIR%%/guide/zh_CN/images @dirrm %%DOCSDIR%%/guide/zh_CN +@dirrm %%DOCSDIR%%/guide/eu/images +@dirrm %%DOCSDIR%%/guide/eu +@dirrm %%DOCSDIR%%/guide/es/images +@dirrm %%DOCSDIR%%/guide/es @dirrm %%DOCSDIR%%/guide/en/images @dirrm %%DOCSDIR%%/guide/en @dirrm %%DOCSDIR%%/guide --- mkvtoolnix-5.8.0.patch ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 07:00:55 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3DAB106564A; Sun, 23 Sep 2012 07:00:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 875168FC0A; Sun, 23 Sep 2012 07:00:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8N70tiS010856; Sun, 23 Sep 2012 07:00:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8N70tws010844; Sun, 23 Sep 2012 07:00:55 GMT (envelope-from edwin) Date: Sun, 23 Sep 2012 07:00:55 GMT Message-Id: <201209230700.q8N70tws010844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171887: [PATCH] multimedia/mkvtoolnix: update to 5.8.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 07:00:55 -0000 Synopsis: [PATCH] multimedia/mkvtoolnix: update to 5.8.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 23 07:00:54 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171887 From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 07:05:14 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E69D106566C; Sun, 23 Sep 2012 07:05:14 +0000 (UTC) (envelope-from horance@djh5e.doesntexist.org) Received: from djh5e.doesntexist.org (host-69.74-185-111.static.totalbb.net.tw [111.185.74.69]) by mx1.freebsd.org (Postfix) with ESMTP id B8EBB8FC17; Sun, 23 Sep 2012 07:05:13 +0000 (UTC) Received: from djh5e.doesntexist.org (smmsp@localhost [127.0.0.1]) by djh5e.doesntexist.org (8.14.5/8.14.5) with ESMTP id q8N6tJmH036233; Sun, 23 Sep 2012 14:55:19 +0800 (CST) (envelope-from horance@djh5e.doesntexist.org) Received: (from root@localhost) by djh5e.doesntexist.org (8.14.5/8.14.5/Submit) id q8N6tJBR036232; Sun, 23 Sep 2012 14:55:19 +0800 (CST) (envelope-from horance) Date: Sun, 23 Sep 2012 14:55:19 +0800 (CST) Message-Id: <201209230655.q8N6tJBR036232@djh5e.doesntexist.org> To: FreeBSD-gnats-submit@freebsd.org From: Horance Chou X-send-pr-version: 3.113 X-GNATS-Notify: Cc: multimedia@freebsd.org Subject: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 07:05:14 -0000 >Submitter-Id: current-users >Originator: Horance Chou >Organization: FreeBSD User @ Taiwan >Confidential: no >Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-PRERELEASE i386 >Environment: System: FreeBSD gaia.freera.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #9: Thu Jul 26 16:35:35 CST 2012 >Description: - Update to 0.5.0,1 Added file(s): - files/patch-src-Makefile Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- gpac-libgpac-0.5.0,1.patch begins here --- diff -ruN --exclude=CVS ../gpac-libgpac.orig/Makefile ./Makefile --- ../gpac-libgpac.orig/Makefile 2012-06-01 13:22:30.000000000 +0800 +++ ./Makefile 2012-09-23 13:12:34.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= gpac -PORTVERSION= 0.4.5 -PORTREVISION= 6 +PORTVERSION= 0.5.0 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/GPAC/GPAC%20${PORTVERSION} @@ -25,12 +24,13 @@ BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/bin/gcc -LIBVER= 1 +LIBVER_MAJOR= 2 +LIBVER= ${LIBVER_MAJOR}.0.0 OPTIONS_DEFINE= IPV6 JPEG OPENGL SSL PNG XVIDEO OPTIONS_DEFAULT= IPV6 JPEG SSL PNG -CFLAGS+= -I${LOCALBASE}/include +CFLAGS= LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --cc="${CC}" --X11-path="${LOCALBASE}" \ @@ -92,6 +92,7 @@ cd ${WRKSRC}/include/gpac && ${FIND} . | \ ${CPIO} -vpdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/gpac ${INSTALL_DATA} ${INSTALL_WRKSRC}/libgpac.so.${LIBVER} ${PREFIX}/lib + ${LN} -sf libgpac.so.${LIBVER} ${PREFIX}/lib/libgpac.so.${LIBVER_MAJOR} ${LN} -sf libgpac.so.${LIBVER} ${PREFIX}/lib/libgpac.so ${INSTALL_DATA} ${INSTALL_WRKSRC}/libgpac_static.a ${PREFIX}/lib diff -ruN --exclude=CVS ../gpac-libgpac.orig/distinfo ./distinfo --- ../gpac-libgpac.orig/distinfo 2011-07-03 21:38:24.000000000 +0800 +++ ./distinfo 2012-09-23 13:10:42.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (gpac-0.4.5.tar.gz) = f4039763ebec6630dc38e5e030c6573b47ced28fd009770c2e0e18b087753671 -SIZE (gpac-0.4.5.tar.gz) = 4269054 +SHA256 (gpac-0.5.0.tar.gz) = 42971ac39511a1b6d1db39af664ce887b38c8657328c88cd200d87a02de81c24 +SIZE (gpac-0.5.0.tar.gz) = 7861057 diff -ruN --exclude=CVS ../gpac-libgpac.orig/files/patch-configure ./files/patch-configure --- ../gpac-libgpac.orig/files/patch-configure 2012-05-19 23:16:51.000000000 +0800 +++ ./files/patch-configure 2012-09-13 23:33:51.000000000 +0800 @@ -1,75 +1,43 @@ ---- configure.orig 2008-12-02 19:04:42.000000000 +0100 -+++ configure 2012-05-19 17:09:20.000000000 +0200 -@@ -33,6 +33,7 @@ - make="make" - strip="strip" - cpu=`uname -m` -+targetos=`uname -s` - debuginfo="no" - sdl_path="" - sdl_local="no" -@@ -102,7 +103,7 @@ - bigendian="no" - SHFLAGS=-shared - need_inet_aton="no" --LDFLAGS="$LDFLAGS -Wl --warn-common" -+LDFLAGS="$LDFLAGS -Wl,--warn-common" - CFLAGS="" - CPPFLAGS="" - GPAC_SH_FLAGS=-lpthread -@@ -222,7 +223,9 @@ - if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then - if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then - cpu="x86_64" -- libdir="lib64" -+ if [ x"$targetos" != x"FreeBSD" ]; then -+ libdir="lib64" -+ fi - #that's a bit crude... - PIC_CFLAGS="-fPIC -DPIC" - want_pic="yes" -@@ -280,7 +283,6 @@ - source_path="`cd \"$source_path\"; pwd`" - fi - # OS specific --targetos=`uname -s` - case $targetos in - BeOS) - js_flags=-DXP_BEOS -@@ -317,8 +319,8 @@ - FreeBSD) - make="gmake" - LDFLAGS="$LDFLAGS -export-dynamic" --CFLAGS="$CFLAGS -pthread" --GPAC_SH_FLAGS=-pthread -+DYN_LIB_SUFFIX="so.$LIBVER" -+GPAC_SH_FLAGS="$PTHREAD_LIBS" - freebsd="yes" - js_flags="-DXP_UNIX -I/usr/include/js" - ;; -@@ -1111,6 +1113,8 @@ - LINK3D="-lopengl32 -lglu32" - elif test "$darwin" = "yes" ; then - LINK3D="-lgl -lglu" -+ elif test "$freebsd" = "yes" ; then -+ LINK3D="-lGL -lGLU" - else - LINK3D="-lGL -lglut" - fi -@@ -1673,7 +1677,7 @@ - echo "USE_X11_XV=$has_x11_xv" >> config.mak +--- configure.orig 2012-09-13 23:29:03.000000000 +0800 ++++ configure 2012-09-13 23:33:38.000000000 +0800 +@@ -496,8 +496,7 @@ + FreeBSD) + make="gmake" + LDFLAGS="$LDFLAGS -export-dynamic" +- CFLAGS="$CFLAGS -pthread" +- GPAC_SH_FLAGS=-pthread ++ GPAC_SH_FLAGS="$PTHREAD_LIBS" + freebsd="yes" + js_flags="-DXP_UNIX -I/usr/include/js" + ;; +@@ -1900,6 +1899,8 @@ + elif test "$darwin" = "yes" ; then + LINK3D="-framework OpenGL -framework GLUT" + DarwinGL="yes" ++ elif test "$freebsd" = "yes" ; then ++ LINK3D="-lGL -lGLU" + else + LINK3D="-lGL -lGLU -lX11" + fi +@@ -2123,9 +2124,9 @@ + echo "#define GPAC_CONFIGURATION \"$GPAC_CONFIGURATION\"" >> $TMPH + + version="`grep '#define GPAC_VERSION ' \"$source_path/include/gpac/tools.h\" | cut -d '"' -f 2`" +-version_major=`grep '#define GPAC_VERSION_MAJOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)\+$/\1/'` +-version_minor=`grep '#define GPAC_VERSION_MINOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)\+$/\1/'` +-version_micro=`grep '#define GPAC_VERSION_MICRO ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)\+$/\1/'` ++version_major=`grep '#define GPAC_VERSION_MAJOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)$/\1/'` ++version_minor=`grep '#define GPAC_VERSION_MINOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)$/\1/'` ++version_micro=`grep '#define GPAC_VERSION_MICRO ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)$/\1/'` + soname_version="${version_major}.${version_minor}.${version_micro}" + + if [ -d ".svn" ]; then +@@ -2766,7 +2767,7 @@ + echo "USE_X11_XV=$has_x11_xv" >> config.mak fi -if test "$is_64" = "yes"; then +if test "$is_64" = "yes" -a "$freebsd" = "no" ; then - echo "X11_LIB_PATH=$X11_PATH/lib64" >> config.mak + echo "X11_LIB_PATH=$X11_PATH/lib64" >> config.mak else - echo "X11_LIB_PATH=$X11_PATH/lib" >> config.mak -@@ -1805,6 +1809,6 @@ - fi - - echo '%.opic : %.c' >> config.mak --echo ' $(CC) $(CFLAGS) $(PIC_CFLAGS) -c $< -o $@' >> config.mak -+echo " \$(CC) \$(CFLAGS) \$(PIC_CFLAGS) $INCL3D -c \$< -o \$@" >> config.mak - - echo "Done - type 'make help' for make info, 'make' to build" + echo "X11_LIB_PATH=$X11_PATH/lib" >> config.mak diff -ruN --exclude=CVS ../gpac-libgpac.orig/files/patch-src-Makefile ./files/patch-src-Makefile --- ../gpac-libgpac.orig/files/patch-src-Makefile 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-src-Makefile 2012-09-13 23:14:44.000000000 +0800 @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2012-09-13 23:13:43.000000000 +0800 ++++ src/Makefile 2012-09-13 23:14:10.000000000 +0800 +@@ -2,7 +2,7 @@ + + vpath %.c $(SRC_PATH)/src + +-CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" ++CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" -I$(PREFIX)/include + + ifeq ($(DEBUGBUILD), yes) + CFLAGS+=-g diff -ruN --exclude=CVS ../gpac-libgpac.orig/files/patch-src-media_tools-img.c ./files/patch-src-media_tools-img.c --- ../gpac-libgpac.orig/files/patch-src-media_tools-img.c 2012-06-01 13:22:30.000000000 +0800 +++ ./files/patch-src-media_tools-img.c 2012-09-12 15:39:34.000000000 +0800 @@ -8,30 +8,3 @@ #endif /*GPAC_HAS_PNG*/ -@@ -399,7 +400,7 @@ - } - static void user_error_fn(png_structp png_ptr,png_const_charp error_msg) - { -- longjmp(png_ptr->jmpbuf, 1); -+ longjmp(png_jmpbuf(png_ptr), 1); - } - - GF_EXPORT -@@ -424,7 +425,7 @@ - png_destroy_read_struct(&png_ptr, (png_infopp)NULL, (png_infopp)NULL); - return GF_IO_ERR; - } -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - png_destroy_info_struct(png_ptr,(png_infopp) & info_ptr); - png_destroy_read_struct(&png_ptr, (png_infopp)NULL, (png_infopp)NULL); - return GF_IO_ERR; -@@ -551,7 +552,7 @@ - /* Allocate/initialize the image information data. REQUIRED */ - info_ptr = png_create_info_struct(png_ptr); - if (info_ptr == NULL) { -- png_destroy_write_struct(&png_ptr, png_infopp_NULL); -+ png_destroy_write_struct(&png_ptr, (png_infopp)NULL); - return GF_IO_ERR; - } - diff -ruN --exclude=CVS ../gpac-libgpac.orig/pkg-plist ./pkg-plist --- ../gpac-libgpac.orig/pkg-plist 2009-02-14 09:55:45.000000000 +0800 +++ ./pkg-plist 2012-09-14 00:17:05.000000000 +0800 @@ -1,32 +1,43 @@ +include/gpac/ait.h include/gpac/avparse.h include/gpac/base_coding.h include/gpac/bifs.h -include/gpac/bifsengine.h include/gpac/bitstream.h +include/gpac/cache.h include/gpac/color.h include/gpac/compositor.h include/gpac/config_file.h +include/gpac/configuration.h include/gpac/constants.h include/gpac/crypt.h include/gpac/download.h +include/gpac/dsmcc.h +include/gpac/dvb_mpe.h include/gpac/esi.h include/gpac/events.h +include/gpac/events_constants.h +include/gpac/filestreamer.h include/gpac/ietf.h include/gpac/internal/avilib.h include/gpac/internal/bifs_dev.h include/gpac/internal/bifs_tables.h include/gpac/internal/camera.h include/gpac/internal/compositor_dev.h -include/gpac/internal/config_static.h include/gpac/internal/crypt_dev.h +include/gpac/internal/dvb_mpe_dev.h include/gpac/internal/ietf_dev.h include/gpac/internal/isomedia_dev.h include/gpac/internal/laser_dev.h +include/gpac/internal/m3u8.h include/gpac/internal/media_dev.h include/gpac/internal/mesh.h +include/gpac/internal/mpd.h include/gpac/internal/odf_dev.h +include/gpac/internal/odf_parse_common.h include/gpac/internal/ogg.h +include/gpac/internal/reedsolomon.h include/gpac/internal/scenegraph_dev.h +include/gpac/internal/smjs_api.h include/gpac/internal/swf_dev.h include/gpac/internal/terminal_dev.h include/gpac/internal/vobsub.h @@ -42,6 +53,7 @@ include/gpac/modules/audio_out.h include/gpac/modules/codec.h include/gpac/modules/font.h +include/gpac/modules/hardcoded_proto.h include/gpac/modules/ipmp.h include/gpac/modules/js_usr.h include/gpac/modules/raster2d.h @@ -57,6 +69,9 @@ include/gpac/nodes_xbl.h include/gpac/options.h include/gpac/path2d.h +include/gpac/ringbuffer.h +include/gpac/rtp_streamer.h +include/gpac/scene_engine.h include/gpac/scene_manager.h include/gpac/scenegraph.h include/gpac/scenegraph_svg.h @@ -69,11 +84,14 @@ include/gpac/thread.h include/gpac/token.h include/gpac/tools.h +include/gpac/unicode.h include/gpac/user.h include/gpac/utf.h +include/gpac/version.h include/gpac/xml.h lib/libgpac.so -lib/libgpac.so.1 +lib/libgpac.so.2 +lib/libgpac.so.2.0.0 lib/libgpac_static.a @dirrm include/gpac/modules @dirrm include/gpac/internal --- gpac-libgpac-0.5.0,1.patch ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 07:10:21 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23B291065673; Sun, 23 Sep 2012 07:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EA7918FC08; Sun, 23 Sep 2012 07:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8N7AKDr017732; Sun, 23 Sep 2012 07:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8N7AKOH017718; Sun, 23 Sep 2012 07:10:20 GMT (envelope-from edwin) Date: Sun, 23 Sep 2012 07:10:20 GMT Message-Id: <201209230710.q8N7AKOH017718@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171888: [PATCH] multimedia/gpac-libgpac: update to 0.5.0, 1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 07:10:21 -0000 Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 23 07:10:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171888 From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 07:12:31 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D16EE106566B; Sun, 23 Sep 2012 07:12:31 +0000 (UTC) (envelope-from horance@djh5e.doesntexist.org) Received: from djh5e.doesntexist.org (host-69.74-185-111.static.totalbb.net.tw [111.185.74.69]) by mx1.freebsd.org (Postfix) with ESMTP id 677308FC0A; Sun, 23 Sep 2012 07:12:30 +0000 (UTC) Received: from djh5e.doesntexist.org (smmsp@localhost [127.0.0.1]) by djh5e.doesntexist.org (8.14.5/8.14.5) with ESMTP id q8N7CUp9037087; Sun, 23 Sep 2012 15:12:30 +0800 (CST) (envelope-from horance@djh5e.doesntexist.org) Received: (from root@localhost) by djh5e.doesntexist.org (8.14.5/8.14.5/Submit) id q8N7CU1D037086; Sun, 23 Sep 2012 15:12:30 +0800 (CST) (envelope-from horance) Date: Sun, 23 Sep 2012 15:12:30 +0800 (CST) Message-Id: <201209230712.q8N7CU1D037086@djh5e.doesntexist.org> To: FreeBSD-gnats-submit@freebsd.org From: Horance Chou X-send-pr-version: 3.113 X-GNATS-Notify: Cc: multimedia@freebsd.org Subject: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 07:12:31 -0000 >Submitter-Id: current-users >Originator: Horance Chou >Organization: FreeBSD User @ Taiwan >Confidential: no >Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.1-PRERELEASE i386 >Environment: System: FreeBSD gaia.freera.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #9: Thu Jul 26 16:35:35 CST 2012 >Description: - Update to 0.5.0,1 Added file(s): - files/patch-src-Makefile Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- gpac-libgpac-0.5.0,1.patch begins here --- diff -ruN --exclude=CVS ../gpac-libgpac.orig/Makefile ./Makefile --- ../gpac-libgpac.orig/Makefile 2012-06-01 13:22:30.000000000 +0800 +++ ./Makefile 2012-09-23 13:12:34.000000000 +0800 @@ -6,8 +6,7 @@ # PORTNAME= gpac -PORTVERSION= 0.4.5 -PORTREVISION= 6 +PORTVERSION= 0.5.0 PORTEPOCH= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/GPAC/GPAC%20${PORTVERSION} @@ -25,12 +24,13 @@ BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/bin/gcc -LIBVER= 1 +LIBVER_MAJOR= 2 +LIBVER= ${LIBVER_MAJOR}.0.0 OPTIONS_DEFINE= IPV6 JPEG OPENGL SSL PNG XVIDEO OPTIONS_DEFAULT= IPV6 JPEG SSL PNG -CFLAGS+= -I${LOCALBASE}/include +CFLAGS= LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --cc="${CC}" --X11-path="${LOCALBASE}" \ @@ -92,6 +92,7 @@ cd ${WRKSRC}/include/gpac && ${FIND} . | \ ${CPIO} -vpdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/include/gpac ${INSTALL_DATA} ${INSTALL_WRKSRC}/libgpac.so.${LIBVER} ${PREFIX}/lib + ${LN} -sf libgpac.so.${LIBVER} ${PREFIX}/lib/libgpac.so.${LIBVER_MAJOR} ${LN} -sf libgpac.so.${LIBVER} ${PREFIX}/lib/libgpac.so ${INSTALL_DATA} ${INSTALL_WRKSRC}/libgpac_static.a ${PREFIX}/lib diff -ruN --exclude=CVS ../gpac-libgpac.orig/distinfo ./distinfo --- ../gpac-libgpac.orig/distinfo 2011-07-03 21:38:24.000000000 +0800 +++ ./distinfo 2012-09-23 13:10:42.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (gpac-0.4.5.tar.gz) = f4039763ebec6630dc38e5e030c6573b47ced28fd009770c2e0e18b087753671 -SIZE (gpac-0.4.5.tar.gz) = 4269054 +SHA256 (gpac-0.5.0.tar.gz) = 42971ac39511a1b6d1db39af664ce887b38c8657328c88cd200d87a02de81c24 +SIZE (gpac-0.5.0.tar.gz) = 7861057 diff -ruN --exclude=CVS ../gpac-libgpac.orig/files/patch-configure ./files/patch-configure --- ../gpac-libgpac.orig/files/patch-configure 2012-05-19 23:16:51.000000000 +0800 +++ ./files/patch-configure 2012-09-13 23:33:51.000000000 +0800 @@ -1,75 +1,43 @@ ---- configure.orig 2008-12-02 19:04:42.000000000 +0100 -+++ configure 2012-05-19 17:09:20.000000000 +0200 -@@ -33,6 +33,7 @@ - make="make" - strip="strip" - cpu=`uname -m` -+targetos=`uname -s` - debuginfo="no" - sdl_path="" - sdl_local="no" -@@ -102,7 +103,7 @@ - bigendian="no" - SHFLAGS=-shared - need_inet_aton="no" --LDFLAGS="$LDFLAGS -Wl --warn-common" -+LDFLAGS="$LDFLAGS -Wl,--warn-common" - CFLAGS="" - CPPFLAGS="" - GPAC_SH_FLAGS=-lpthread -@@ -222,7 +223,9 @@ - if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then - if [ -z "`echo $CFLAGS | grep -- -m32`" ]; then - cpu="x86_64" -- libdir="lib64" -+ if [ x"$targetos" != x"FreeBSD" ]; then -+ libdir="lib64" -+ fi - #that's a bit crude... - PIC_CFLAGS="-fPIC -DPIC" - want_pic="yes" -@@ -280,7 +283,6 @@ - source_path="`cd \"$source_path\"; pwd`" - fi - # OS specific --targetos=`uname -s` - case $targetos in - BeOS) - js_flags=-DXP_BEOS -@@ -317,8 +319,8 @@ - FreeBSD) - make="gmake" - LDFLAGS="$LDFLAGS -export-dynamic" --CFLAGS="$CFLAGS -pthread" --GPAC_SH_FLAGS=-pthread -+DYN_LIB_SUFFIX="so.$LIBVER" -+GPAC_SH_FLAGS="$PTHREAD_LIBS" - freebsd="yes" - js_flags="-DXP_UNIX -I/usr/include/js" - ;; -@@ -1111,6 +1113,8 @@ - LINK3D="-lopengl32 -lglu32" - elif test "$darwin" = "yes" ; then - LINK3D="-lgl -lglu" -+ elif test "$freebsd" = "yes" ; then -+ LINK3D="-lGL -lGLU" - else - LINK3D="-lGL -lglut" - fi -@@ -1673,7 +1677,7 @@ - echo "USE_X11_XV=$has_x11_xv" >> config.mak +--- configure.orig 2012-09-13 23:29:03.000000000 +0800 ++++ configure 2012-09-13 23:33:38.000000000 +0800 +@@ -496,8 +496,7 @@ + FreeBSD) + make="gmake" + LDFLAGS="$LDFLAGS -export-dynamic" +- CFLAGS="$CFLAGS -pthread" +- GPAC_SH_FLAGS=-pthread ++ GPAC_SH_FLAGS="$PTHREAD_LIBS" + freebsd="yes" + js_flags="-DXP_UNIX -I/usr/include/js" + ;; +@@ -1900,6 +1899,8 @@ + elif test "$darwin" = "yes" ; then + LINK3D="-framework OpenGL -framework GLUT" + DarwinGL="yes" ++ elif test "$freebsd" = "yes" ; then ++ LINK3D="-lGL -lGLU" + else + LINK3D="-lGL -lGLU -lX11" + fi +@@ -2123,9 +2124,9 @@ + echo "#define GPAC_CONFIGURATION \"$GPAC_CONFIGURATION\"" >> $TMPH + + version="`grep '#define GPAC_VERSION ' \"$source_path/include/gpac/tools.h\" | cut -d '"' -f 2`" +-version_major=`grep '#define GPAC_VERSION_MAJOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)\+$/\1/'` +-version_minor=`grep '#define GPAC_VERSION_MINOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)\+$/\1/'` +-version_micro=`grep '#define GPAC_VERSION_MICRO ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)\+$/\1/'` ++version_major=`grep '#define GPAC_VERSION_MAJOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)$/\1/'` ++version_minor=`grep '#define GPAC_VERSION_MINOR ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)$/\1/'` ++version_micro=`grep '#define GPAC_VERSION_MICRO ' $source_path/include/gpac/tools.h | sed -e 's/.*\([0-9]\)$/\1/'` + soname_version="${version_major}.${version_minor}.${version_micro}" + + if [ -d ".svn" ]; then +@@ -2766,7 +2767,7 @@ + echo "USE_X11_XV=$has_x11_xv" >> config.mak fi -if test "$is_64" = "yes"; then +if test "$is_64" = "yes" -a "$freebsd" = "no" ; then - echo "X11_LIB_PATH=$X11_PATH/lib64" >> config.mak + echo "X11_LIB_PATH=$X11_PATH/lib64" >> config.mak else - echo "X11_LIB_PATH=$X11_PATH/lib" >> config.mak -@@ -1805,6 +1809,6 @@ - fi - - echo '%.opic : %.c' >> config.mak --echo ' $(CC) $(CFLAGS) $(PIC_CFLAGS) -c $< -o $@' >> config.mak -+echo " \$(CC) \$(CFLAGS) \$(PIC_CFLAGS) $INCL3D -c \$< -o \$@" >> config.mak - - echo "Done - type 'make help' for make info, 'make' to build" + echo "X11_LIB_PATH=$X11_PATH/lib" >> config.mak diff -ruN --exclude=CVS ../gpac-libgpac.orig/files/patch-src-Makefile ./files/patch-src-Makefile --- ../gpac-libgpac.orig/files/patch-src-Makefile 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-src-Makefile 2012-09-13 23:14:44.000000000 +0800 @@ -0,0 +1,11 @@ +--- src/Makefile.orig 2012-09-13 23:13:43.000000000 +0800 ++++ src/Makefile 2012-09-13 23:14:10.000000000 +0800 +@@ -2,7 +2,7 @@ + + vpath %.c $(SRC_PATH)/src + +-CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" ++CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" -I$(PREFIX)/include + + ifeq ($(DEBUGBUILD), yes) + CFLAGS+=-g diff -ruN --exclude=CVS ../gpac-libgpac.orig/files/patch-src-media_tools-img.c ./files/patch-src-media_tools-img.c --- ../gpac-libgpac.orig/files/patch-src-media_tools-img.c 2012-06-01 13:22:30.000000000 +0800 +++ ./files/patch-src-media_tools-img.c 2012-09-12 15:39:34.000000000 +0800 @@ -8,30 +8,3 @@ #endif /*GPAC_HAS_PNG*/ -@@ -399,7 +400,7 @@ - } - static void user_error_fn(png_structp png_ptr,png_const_charp error_msg) - { -- longjmp(png_ptr->jmpbuf, 1); -+ longjmp(png_jmpbuf(png_ptr), 1); - } - - GF_EXPORT -@@ -424,7 +425,7 @@ - png_destroy_read_struct(&png_ptr, (png_infopp)NULL, (png_infopp)NULL); - return GF_IO_ERR; - } -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - png_destroy_info_struct(png_ptr,(png_infopp) & info_ptr); - png_destroy_read_struct(&png_ptr, (png_infopp)NULL, (png_infopp)NULL); - return GF_IO_ERR; -@@ -551,7 +552,7 @@ - /* Allocate/initialize the image information data. REQUIRED */ - info_ptr = png_create_info_struct(png_ptr); - if (info_ptr == NULL) { -- png_destroy_write_struct(&png_ptr, png_infopp_NULL); -+ png_destroy_write_struct(&png_ptr, (png_infopp)NULL); - return GF_IO_ERR; - } - diff -ruN --exclude=CVS ../gpac-libgpac.orig/pkg-plist ./pkg-plist --- ../gpac-libgpac.orig/pkg-plist 2009-02-14 09:55:45.000000000 +0800 +++ ./pkg-plist 2012-09-14 00:17:05.000000000 +0800 @@ -1,32 +1,43 @@ +include/gpac/ait.h include/gpac/avparse.h include/gpac/base_coding.h include/gpac/bifs.h -include/gpac/bifsengine.h include/gpac/bitstream.h +include/gpac/cache.h include/gpac/color.h include/gpac/compositor.h include/gpac/config_file.h +include/gpac/configuration.h include/gpac/constants.h include/gpac/crypt.h include/gpac/download.h +include/gpac/dsmcc.h +include/gpac/dvb_mpe.h include/gpac/esi.h include/gpac/events.h +include/gpac/events_constants.h +include/gpac/filestreamer.h include/gpac/ietf.h include/gpac/internal/avilib.h include/gpac/internal/bifs_dev.h include/gpac/internal/bifs_tables.h include/gpac/internal/camera.h include/gpac/internal/compositor_dev.h -include/gpac/internal/config_static.h include/gpac/internal/crypt_dev.h +include/gpac/internal/dvb_mpe_dev.h include/gpac/internal/ietf_dev.h include/gpac/internal/isomedia_dev.h include/gpac/internal/laser_dev.h +include/gpac/internal/m3u8.h include/gpac/internal/media_dev.h include/gpac/internal/mesh.h +include/gpac/internal/mpd.h include/gpac/internal/odf_dev.h +include/gpac/internal/odf_parse_common.h include/gpac/internal/ogg.h +include/gpac/internal/reedsolomon.h include/gpac/internal/scenegraph_dev.h +include/gpac/internal/smjs_api.h include/gpac/internal/swf_dev.h include/gpac/internal/terminal_dev.h include/gpac/internal/vobsub.h @@ -42,6 +53,7 @@ include/gpac/modules/audio_out.h include/gpac/modules/codec.h include/gpac/modules/font.h +include/gpac/modules/hardcoded_proto.h include/gpac/modules/ipmp.h include/gpac/modules/js_usr.h include/gpac/modules/raster2d.h @@ -57,6 +69,9 @@ include/gpac/nodes_xbl.h include/gpac/options.h include/gpac/path2d.h +include/gpac/ringbuffer.h +include/gpac/rtp_streamer.h +include/gpac/scene_engine.h include/gpac/scene_manager.h include/gpac/scenegraph.h include/gpac/scenegraph_svg.h @@ -69,11 +84,14 @@ include/gpac/thread.h include/gpac/token.h include/gpac/tools.h +include/gpac/unicode.h include/gpac/user.h include/gpac/utf.h +include/gpac/version.h include/gpac/xml.h lib/libgpac.so -lib/libgpac.so.1 +lib/libgpac.so.2 +lib/libgpac.so.2.0.0 lib/libgpac_static.a @dirrm include/gpac/modules @dirrm include/gpac/internal --- gpac-libgpac-0.5.0,1.patch ends here --- From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 07:20:21 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BAD5106564A; Sun, 23 Sep 2012 07:20:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5ED128FC17; Sun, 23 Sep 2012 07:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8N7KLnD026759; Sun, 23 Sep 2012 07:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8N7KLMa026745; Sun, 23 Sep 2012 07:20:21 GMT (envelope-from edwin) Date: Sun, 23 Sep 2012 07:20:21 GMT Message-Id: <201209230720.q8N7KLMa026745@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171889: [PATCH] multimedia/gpac-libgpac: update to 0.5.0, 1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 07:20:21 -0000 Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 23 07:20:20 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171889 From owner-freebsd-multimedia@FreeBSD.ORG Sun Sep 23 07:30:18 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6036E106564A for ; Sun, 23 Sep 2012 07:30:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 313E98FC0A for ; Sun, 23 Sep 2012 07:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8N7UIRR034998 for ; Sun, 23 Sep 2012 07:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8N7UIun034991; Sun, 23 Sep 2012 07:30:18 GMT (envelope-from gnats) Date: Sun, 23 Sep 2012 07:30:18 GMT Message-Id: <201209230730.q8N7UIun034991@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Horance Chou Cc: Subject: Re: ports/171889: [PATCH] multimedia/gpac-libgpac: update to 0.5.0, 1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Horance Chou List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 07:30:18 -0000 The following reply was made to PR ports/171889; it has been noted by GNATS. From: Horance Chou To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/171889: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 Date: Sun, 23 Sep 2012 15:22:53 +0800 --20cf3005dc986576e204ca595759 Content-Type: text/plain; charset=UTF-8 This is duplicated to 171888, please delete, sorry! Regards, Horance On Sun, Sep 23, 2012 at 3:20 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/171889'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=171889 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 > >Arrival-Date: Sun Sep 23 07:20:07 UTC 2012 > --20cf3005dc986576e204ca595759 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is duplicated to 171888,
please delete, sorry!

Regards,
=C2=A0 =C2=A0 Horance


On Sun, Sep 23, 2012 at 3:20 PM, <FreeBSD-gnats-submit@freebsd.org> wrote:
Thank you very much for your problem report.
It has the internal identification `ports/171889'.
The individual assigned to look at your
report is: freebsd-ports-bugs.

You can access the state of your problem report at any time
via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=3D171889

>Category: =C2=A0 =C2=A0 =C2=A0 ports
>Responsible: =C2=A0 =C2=A0freebsd-ports-bugs
>Synopsis: =C2=A0 =C2=A0 =C2=A0 [PATCH] multimedia/gpac-libgpac: update = to 0.5.0,1
>Arrival-Date: =C2=A0 Sun Sep 23 07:20:07 UTC 2012

--20cf3005dc986576e204ca595759-- From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 24 11:07:27 2012 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85D9B1065673 for ; Mon, 24 Sep 2012 11:07:27 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA278FC25 for ; Mon, 24 Sep 2012 11:07:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8OB7RA0086015 for ; Mon, 24 Sep 2012 11:07:27 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8OB7QAm086013 for freebsd-multimedia@FreeBSD.org; Mon, 24 Sep 2012 11:07:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Sep 2012 11:07:26 GMT Message-Id: <201209241107.q8OB7QAm086013@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-multimedia@FreeBSD.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 11:07:27 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/171889 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 o ports/171888 multimedia [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 o ports/171887 multimedia [PATCH] multimedia/mkvtoolnix: update to 5.8.0 o ports/171478 multimedia [PATCH] multimedia/avidemux2: Fix default options sele o ports/171248 multimedia multimedia/win32-codecs: Fix pkg-plist o kern/171191 multimedia [snd_cmi] [request] add driver support for cmi8787/878 o ports/170517 multimedia [patch] Correct audio/jack Dependency Declaration o ports/170134 multimedia audio/denemo: Update to version 0.9.4 o ports/169563 multimedia [patch] audio/jack-rack o ports/165090 multimedia audio/faad missing head files o kern/162181 multimedia [snd_emu10k1] [patch] The kernel sound driver module s o ports/161783 multimedia [PATCH] multimedia/gpac-libgpac: Fix build with gcc46 o ports/161568 multimedia [PATCH] audio/libsamplerate: samplerate.h has comma at o ports/161546 multimedia [PATCH] multimedia/mkvtoolnix: make some dependencies o kern/159236 multimedia [pcm] [patch] set PCM_CAP_DEFAULT for the default snd o kern/158979 multimedia [snd_uadio] snd_uaudio fails to initialize built-in mi o kern/158542 multimedia [snd_hda] hdac0: hdac_get_capabilities: Invalid corb s f kern/158424 multimedia [snd_hda] snd_hda driver doesn't expose 'rec' flag for o stand/157050 multimedia OSS implementation lacks AFMT_FLOAT o kern/156198 multimedia [snd_hda] [hang] loading snd_hda kernel module hangs s o kern/156165 multimedia [hdac] Missing card definition for hdac audio device, o ports/153846 multimedia graphics/libcaca 0.99.beta17 - Hidden dependency on Xl a ports/153735 multimedia multimedia/vlc: install error: `Permission denied' for o kern/152622 multimedia [pcm] uaudio recording problem o kern/152500 multimedia [hdac] play interrupt timeout, channel dead o kern/152378 multimedia [sound][patch] Update snd_envy24ht to be MPSAFE and us f ports/150502 multimedia multimedia/gpac-libgpac 0.4.5_4,1 fails to compile on o kern/150284 multimedia [snd_hda] No gain with Audio o kern/149943 multimedia [pcm]: CS4236 audio problem o kern/148741 multimedia [sound] Headphones are deaf (do not work) on Lenovo Th o kern/147504 multimedia [oss] [panic] panic: dev_pager_getpage: map function r o kern/146031 multimedia [snd_hda] race condition when kldunload snd_hda sound o kern/144659 multimedia [pcm] The distortion of the sound playback of music at o kern/143505 multimedia [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card o kern/141826 multimedia [snd_hda] load of snd_hda module fails o kern/140591 multimedia [PATCH][sound] No sound output on lineout/headphone ja o kern/137589 multimedia [snd_uaudio] snd_uaudio.ko (USB audio driver) doesn't o kern/134767 multimedia [sound] [snd_hda] [regression] Sigmatel STAC9205X no s o kern/132848 multimedia [sound] [snd_emu10kx] driver problem with card init, s o kern/132511 multimedia [sound] [snd_hda] Probing ALC888 codec on ASRock K10N7 o kern/129604 multimedia [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: o kern/127131 multimedia [bktr] /usr/src/sys/dev/bktr/bktr_os.c, line 469: wron s kern/125756 multimedia [sound] [patch] cannot detect soft-modem on HDA bus o kern/124319 multimedia [sound] [snd_emu10k1] [regression] Cannot record from o kern/122086 multimedia [sound] maestro sound driver is working, but mixer ini p kern/121156 multimedia [sound] [patch] Turn on inverted external amplifier se o kern/120857 multimedia [sound] [snd_emu10k1] snd_emu10k1 driver issues a warn o kern/120780 multimedia [sound] [snd_hda] snd_hda doesn't work on Dell Latitut o kern/119973 multimedia [sound] [snd_maestro] [regression] snd_maestro only wo o kern/119931 multimedia [sound] No sound card detected on ASUS "K8V-X SE R2.00 o kern/119759 multimedia [sound] [snd_emu10k1] [regression] Can not record anyt o kern/115300 multimedia [sound] [snd_hda] [regression] snd_hda(4) fails to att o kern/114760 multimedia [sound] [snd_cmi] snd_cmi driver causing sporadic syst o kern/111767 multimedia [sound] ATI SB450 High Definition Audio Controller sou o kern/107516 multimedia [sound] [snd_emu10k1] - skips, clicks and lag after a o kern/107051 multimedia [sound] only 2 channels output works for the ALC850 (o o kern/104874 multimedia [sound] [snd_emu10k1] kldload snd_emu10k1 hangs system o kern/101417 multimedia [sound] 4-speakers output not possible on Asus A8V-Del o kern/100859 multimedia [sound] [snd_ich] snd_ich broken on GIGABYTE 915 syste o kern/98752 multimedia [sound] Intel ich6 82801 FB - on Packard Bell A8810 la o kern/98504 multimedia [sound] Sound is distorted with SB Live 5.1 o kern/98496 multimedia [sound] [snd_ich] some functions don't work in my soun o kern/97609 multimedia [sound] Load Sound Module - VIA8233 - fails o kern/97535 multimedia [sound] [snd_mss] doesn't work in 6.0-RELEASE and abov o kern/96538 multimedia [sound] emu10k1-driver inverts channels o kern/95086 multimedia [sound] uaudio line in problem with sbdm lx o kern/94279 multimedia [sound] [snd_neomagic] snd_neomagic crashes on FreeBSD o kern/93986 multimedia [sound] Acer TravelMate 4652LMi pcm0 channel dead o kern/92512 multimedia [sound] distorted mono output with emu10k1 o kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: record interrup o kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work. o kern/81146 multimedia [sound] Sound isn't working AT ALL for Sis7012 onboard o kern/80632 multimedia [sound] pcm driver missing support for CMI8738 auxilla o kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: interrupt sto o kern/79905 multimedia [sound] sis7018 sound module problem o kern/79678 multimedia [sound] sound works except recording from any source o conf/75137 multimedia [sound] add snd_* modules support to /etc/rc.d/mixer f kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound nearly inaudible o kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestro-2E (still o o kern/60677 multimedia [sound] [patch] No reaction of volume controy key on I s kern/60599 multimedia [bktr] [partial patch] No sound for ATI TV Wonder (ste o kern/37600 multimedia [sound] [partial patch] t4dwave drive doesn't record. o kern/23546 multimedia [sound] [snd_csa] [patch] csa DMA-interrupt problem 83 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon Sep 24 21:43:03 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1EB2106564A for ; Mon, 24 Sep 2012 21:43:03 +0000 (UTC) (envelope-from roberth.sjonoy@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 88CF68FC12 for ; Mon, 24 Sep 2012 21:43:03 +0000 (UTC) Received: by qafi29 with SMTP id i29so2922825qaf.13 for ; Mon, 24 Sep 2012 14:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UUw3VIb9qIP9talIhMdMHd8ViR/m59sa9wNSiQQbqvw=; b=TLL2r+ErGBt7+bHx870iI7Ns1hXSvvGOgb6SLl2TRGhDl4hGqPHkuftQvEJ5tWc6ZG b/qk7BlkZNj2XByf2GPPiyx7nUYHPxhfTPDduX7kH+15Y4EXuG8fALfvQx1QP5aq/d0r MdLGEU2ueH13mEvZEAXY6mLFCuVc3g6o0z2btuDpzTkFi8kjhli/6jzI0lrCTt8U0rcM OWemxpLgDSBqa37Q2wd5ROfdLbksQBVT0qmnImqKFEP3oxiPqtxAbwosERApRejpIXzV AnQA47xq5DbefzQq7fi12uDEzfxowSC0Zb8U4dsecNHvx4l/SRBucF8ri5EwvZspZ1r5 JCOg== MIME-Version: 1.0 Received: by 10.224.186.9 with SMTP id cq9mr18122617qab.33.1348522982527; Mon, 24 Sep 2012 14:43:02 -0700 (PDT) Received: by 10.229.63.149 with HTTP; Mon, 24 Sep 2012 14:43:02 -0700 (PDT) Date: Mon, 24 Sep 2012 23:43:02 +0200 Message-ID: From: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= To: multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Asus Xonar STX X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 21:43:04 -0000 Hello is Asus Xonar STX supported in freebsd? Ecspecially interested innthe spdif-output. The card uses AV100, which I think is rebranded cmedia chipsets? Regards, Roberth Sjon=F8y From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 25 07:39:54 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ED16106566C; Tue, 25 Sep 2012 07:39:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6EC58FC08; Tue, 25 Sep 2012 07:39:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8P7dr6f035148; Tue, 25 Sep 2012 07:39:53 GMT (envelope-from bapt@freefall.freebsd.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8P7drK4035144; Tue, 25 Sep 2012 07:39:53 GMT (envelope-from bapt) Date: Tue, 25 Sep 2012 07:39:53 GMT Message-Id: <201209250739.q8P7drK4035144@freefall.freebsd.org> To: bapt@FreeBSD.org, freebsd-multimedia@FreeBSD.org, bapt@FreeBSD.org From: bapt@FreeBSD.org Cc: Subject: Re: ports/171887: [PATCH] multimedia/mkvtoolnix: update to 5.8.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 07:39:54 -0000 Synopsis: [PATCH] multimedia/mkvtoolnix: update to 5.8.0 Responsible-Changed-From-To: freebsd-multimedia->bapt Responsible-Changed-By: bapt Responsible-Changed-When: Tue Sep 25 07:39:53 UTC 2012 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171887 From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 25 18:10:49 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 608E4106566B; Tue, 25 Sep 2012 18:10:49 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 34B668FC16; Tue, 25 Sep 2012 18:10:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PIAnJt025638; Tue, 25 Sep 2012 18:10:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PIAnk5025634; Tue, 25 Sep 2012 18:10:49 GMT (envelope-from edwin) Date: Tue, 25 Sep 2012 18:10:49 GMT Message-Id: <201209251810.q8PIAnk5025634@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/171958: audio/fluidsynth: Update to version 1.1.6 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:10:49 -0000 Synopsis: audio/fluidsynth: Update to version 1.1.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 25 18:10:48 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=171958 From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 25 18:18:09 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08935106566C; Tue, 25 Sep 2012 18:18:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CFC398FC12; Tue, 25 Sep 2012 18:18:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PII8uM033364; Tue, 25 Sep 2012 18:18:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PII8O5033360; Tue, 25 Sep 2012 18:18:08 GMT (envelope-from edwin) Date: Tue, 25 Sep 2012 18:18:08 GMT Message-Id: <201209251818.q8PII8O5033360@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/172036: multimedia/avidemux2: Fix CMAKE_ARGS usage X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 18:18:09 -0000 Synopsis: multimedia/avidemux2: Fix CMAKE_ARGS usage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 25 18:18:07 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=172036 From owner-freebsd-multimedia@FreeBSD.ORG Tue Sep 25 22:08:15 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63B371065670; Tue, 25 Sep 2012 22:08:15 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 373CF8FC1B; Tue, 25 Sep 2012 22:08:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8PM8FHb045045; Tue, 25 Sep 2012 22:08:15 GMT (envelope-from kwm@freefall.freebsd.org) Received: (from kwm@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8PM8Fs6045041; Tue, 25 Sep 2012 22:08:15 GMT (envelope-from kwm) Date: Tue, 25 Sep 2012 22:08:15 GMT Message-Id: <201209252208.q8PM8Fs6045041@freefall.freebsd.org> To: horance@gmail.com, kwm@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: kwm@FreeBSD.org Cc: Subject: Re: ports/171889: [PATCH] multimedia/gpac-libgpac: update to 0.5.0, 1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 22:08:15 -0000 Synopsis: [PATCH] multimedia/gpac-libgpac: update to 0.5.0,1 State-Changed-From-To: open->closed State-Changed-By: kwm State-Changed-When: Tue Sep 25 22:07:49 UTC 2012 State-Changed-Why: Duplicate of 171888. http://www.freebsd.org/cgi/query-pr.cgi?pr=171889 From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 03:59:48 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1498106566B for ; Wed, 26 Sep 2012 03:59:48 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 373408FC0A for ; Wed, 26 Sep 2012 03:59:47 +0000 (UTC) Received: by ghrr20 with SMTP id r20so46172ghr.13 for ; Tue, 25 Sep 2012 20:59:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=p2+1oX/bZY0GpL+9olTS1SH6piURI9TLCfawgV0dGQI=; b=Bc/Wg09tGzi+ZM0PfxfGtaPWPYL0lmUJPkIuknwFtmGOfa+cWzrXfLVfOL6K4Ly2Xr 2BbyyaFkNXcSUXUStgWrD39Z3D9ZtE5vvneZ/xuL9kWdLKQdr/ILQ3rckYe3petL9fwO FTO5ii7iDWGQD3xifRtJbU5r1Xp2/7PArbK+U2Xjawov+oHra99X8F17KDjzYKiVt8H9 uHwdeIvDLsmTcNVYnQF/czlRwxz/lJgPFTtcE/LSdx8MCWcdtGo7t4uf5rHcvBzAJS7u rJkOHJDkaqsBSlTlJ04d0BJIcVtsxyivtttTN4FzdBqqIcjZO0z/LRjO5aKBdMFHdvQP wo6w== Received: by 10.236.184.9 with SMTP id r9mr18309272yhm.18.1348631987221; Tue, 25 Sep 2012 20:59:47 -0700 (PDT) Received: from joker.localnet (c-71-226-137-213.hsd1.ga.comcast.net. [71.226.137.213]) by mx.google.com with ESMTPS id h27sm3469775yhk.10.2012.09.25.20.59.46 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Sep 2012 20:59:46 -0700 (PDT) From: Derrick Edwards To: multimedia@freebsd.org Date: Tue, 25 Sep 2012 23:59:44 -0400 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.4; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201209252359.44863.dantavious313@gmail.com> Cc: Subject: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 03:59:48 -0000 HI, I am having problems with vlc. Once executed it displays the gui however, when attempting to select file and play movie, it does not play. I provided some output that I found interesting. Let me know if you need anymore output. V/r Derrick VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a [0x80249ea58] skins2 interface: skin: Unnamed Theme author: OFursov [0x80249ea58] skins2 interface: new theme successfully loaded (/usr/local/share/vlc/skins2/148046-4colors.vlt) [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B frames detected [0x81ec333d8] xcb_xv vout display error: no available XVideo adaptor writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) read(14,0x80c8152c0,8) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\v\0\0\0\M-3\^A",8) = 8 (0x8) read(14,"0\M-p\M-'\0\0\0\240\^A\M^?\M^?"...,1740) = 1740 (0x6cc) poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fafd0,0x1,0x18ad0,0x53ab770,0x0) = 20 (0x14) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^A\0\0\0\0\0\^A\M^N\0\0\0"...,4096) = 32 (0x20) poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb010,0x1,0x18ad0,0x53ab760,0x0) = 4 (0x4) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^B\0\0\0\0\0\M^?\M^??\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb020,0x3,0x18ad0,0x0,0x0) = 44 (0x2c) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^D\0\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9faf90,0x3,0x18ad0,0x0,0x0) = 20 (0x14) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^E\0\0\0\0\0\^A\M^Pa\M^Z\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fafc0,0x3,0x18ad0,0x0,0x0) = 8 (0x8) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\^A\^F\0\0\0\0\0\^A\0\0\0\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\a\0\0\0\0\0\^A\M^S\0\M^]\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb060,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\b\0\0\0\0\0\^A\M^S\0\M^]\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb030,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\t\0\0\0\0\0\0\0\0\0\v\0\0"...,4096) = 1428 (0x594) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\v\0\0\0\0\0\^A\M^KM\M^Q\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb060,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\f\0\0\0\0\0\^A\M^KM\M^Q\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fafc0,0x3,0x18ad0,0x0,0x0) = 32 (0x20) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\r\0\0\0\0\0\^A\M^I\0\0\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb020,0x3,0x18ad0,0x0,0x0) = 8 (0x8) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^N\0\0\0\0\0\^A\0\0\0\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb0e0,0x3,0x18ad0,0x0,0x0) = 4 (0x4) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\^A\^O\0\0\0\0\0\^A\0\^A\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9f7ed0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^P\0\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb040,0x3,0x18ad0,0x0,0x0) = 2984 (0xba8) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\^R\0\0\0\0\0\M-f\0\0\0\0\0"...,4096) = 3552 (0xde0) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A \M^A\0\0\0\0\0\^D\0\0\0\M-,"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A \M^B\0+\0\0\0\^D\0\0\0\0\0\0"...,4096) = 204 (0xcc) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\M^C\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\M^D\0\0\0\0\0\^A\M^Td\M-""...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' access("/usr/local/lib/Xrandr",0) ERR#2 'No such file or directory' access("/lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/lib/compat/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/compat/pkg/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/kde4/lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/alsa-lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/compat/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/event2/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/ffmpeg-011/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/gcc46/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/gegl-0.1/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/graphviz/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/libxul/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/mysql/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/nss/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/pth/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/qt4/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/speech-dispatcher/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/virtualbox/Xrandr",0) ERR#2 'No such file or directory' access("/lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/lib/Xrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/lib/compat/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/compat/pkg/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/kde4/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/alsa-lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/compat/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/event2/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/ffmpeg-011/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/gcc46/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/gegl-0.1/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/graphviz/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/libxul/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/mysql/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/nss/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/pth/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/qt4/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/speech-dispatcher/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/virtualbox/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/lib/Xrandr.so.2",0) ERR#2 'No such file or directory' access("/usr/local/lib/libXrandr",0) ERR#2 'No such file or directory' access("/lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/lib/compat/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/compat/pkg/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/kde4/lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/alsa-lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/compat/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/event2/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/ffmpeg-011/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/gcc46/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/gegl-0.1/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/graphviz/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/libxul/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/mysql/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/nss/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/pth/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/qt4/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/speech-dispatcher/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/virtualbox/libXrandr",0) ERR#2 'No such file or directory' access("/lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/lib/libXrandr",0) ERR#2 'No such file or directory' access("/usr/local/lib/libXrandr.so.2",0) = 0 (0x0) open("/usr/local/lib/libXrandr.so.2",O_RDONLY,040332700) = 15 (0xf) fstat(15,{ mode=-rwxr-xr-x ,inode=22227,size=37847,blksize=37888 }) = 0 (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|0x40000,15,0x0) = 34391556096 (0x801e58000) mmap(0x0,2129920,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 34602196992 (0x80e73a000) mmap(0x80e73a000,32768,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE| 0x40000,15,0x0) = 34602196992 (0x80e73a000) mmap(0x80e941000,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED| 0x40000,15,0x7000) = 34604322816 (0x80e941000) munmap(0x801e58000,4096) = 0 (0x0) close(15) = 0 (0x0) poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb070,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\M^E\0\0\0\0\0\^A\M^Td\M-""...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) poll({14/POLLIN},1,-1) = 1 (0x1) read(14,"\^A\0\M^F\0\0\0\0\0\^A\M^Rb\M^["...,4096) = 32 (0x20) read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' read(14,0x80c93902c,4096) ERR#35 'Resource temporarily unavailable' From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 07:18:05 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42BED106566B for ; Wed, 26 Sep 2012 07:18:05 +0000 (UTC) (envelope-from info@mailres.com) Received: from mailres.com (dyg110.internetdsl.tpnet.pl [83.14.58.110]) by mx1.freebsd.org (Postfix) with ESMTP id 896DE8FC0A for ; Wed, 26 Sep 2012 07:18:04 +0000 (UTC) To: multimedia@freebsd.org From: "MailRes" Date: Wed, 26 Sep 2012 09:40:05 +0200 Message-ID: <20120926_074005_005655.info@mailres.com> X-Mailer: WebMail Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Mime-Version: 1.0 Cc: Subject: Antwort X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 07:18:05 -0000 Sehr geehrte Damen und Herren, nach unserem Besuch Ihrer Homepage möchten wir Ihnen ein Angebot von Produkten vorstellen, das Ihnen ermöglichen wird, den Verkauf Ihrer Produkte sowie Dienstleistungen deutlich zu erhöhen. Unser Angebot beinhaltet Datenbanken mit den Adressen deutscher Firmen, respektive potentiellen Kunden für Ihr Unternehmen. Die Datenbanken der Firmen sind in für Sie interessante und relevante Zielgruppen untergliedert. Die Firmenangaben beinhalten: Name der Firma, Ansprechpartner, E-mail Adresse, Tel. + Fax-Nr., PLZ, Ort, Straße etc. Die Verwendungsmöglichkeiten der Datenbanken sind praktisch unbegrenzt und Sie können durch Verwendung der von uns entwickelten Programme des personalisierten Versendens von Angeboten u.ä. mittels E-mailing bzw. Fax effektive und sichere Werbekampagnen damit durchführen. Bitte informieren Sie sich über die weiteren Details einmal unverbindlich auf unseren Webseiten: http://www.deucom.net Wir würden uns freuen, wenn unsere Datenbanken sowie Programme Ihren Vorstellungen des innovativen Bewerbens potentieller Neukunden entsprechen und stehen Ihnen gerne jederzeit zur Beantwortung Ihrer Fragen zur Verfügung. Mit freundlichen Grüßen http://www.deucom.net --- Wollen Sie keine Infos mehr über unsere Datenbanken erhalten, klicken Sie bitte den Link an und melden sich ab: http://www.deucom.net/?lang=deu&page=unsubscribe From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 13:02:23 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 994CF106566C; Wed, 26 Sep 2012 13:02:23 +0000 (UTC) (envelope-from randolphr9@axsone.com) Received: from 229.Red-81-47-0.staticIP.rima-tde.net (229.Red-81-47-0.staticIP.rima-tde.net [81.47.0.229]) by mx1.freebsd.org (Postfix) with ESMTP id A439C8FC19; Wed, 26 Sep 2012 13:02:22 +0000 (UTC) Received: from [91.190.65.94] (account intermezzosj26@amx.com HELO byeisxzmvpcqt.lzakvedbltdp.ru) by 229.Red-81-47-0.staticIP.rima-tde.net (CommuniGate Pro SMTP 5.2.3) with ESMTPA id 423791016 for wsanchez@freebsd.org; Wed, 26 Sep 2012 14:02:21 +0100 Date: Wed, 26 Sep 2012 14:02:21 +0100 From: , , , X-Mailer: The Bat! (v2.10) Business X-Priority: 3 (Normal) Message-ID: <6232926835.5KT64PS3861206@hprph.hrzmilbim.tv> To: , , , MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Looking for remote assistants, paid 100 Euro per hour helping other people X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 13:02:23 -0000 We are offering a 5,000 Euro salary monthly to a representative based in the European area to help us allocate asset investments in the IT sector. We are a Gibraltar based corporation which primarily offers services in the IT & e-commerce sectors. You can do this without changing your primary residence, and without any initial investment up front. What you will be doing? - You will be processing payments from your bank accounts, by receiving them in your account and submitting them out. For this reason, it is important that you have at least a basic understanding of payment transfer & banking systems. - 5% bonus on top of the 5,000 monthly Euros salary is offered for each payment processed! What we need from you: - You need to be an owner of a LLC (Ltd company) or similar or Hold Power of Attorney over LLC or similar - Must have a bank account in good standing - Must be willing to work and prove efficient and timely with handling of payment transfers - Must check e-mail daily - Must maintain records of each payment processed If you are interested in representing us, please forward these details on to our company e-mail: - Full Name - Phone # in the International Format - Contact E-mail - Present Age - Name of your company Please reply to: Fredric@wikijobcouk.com From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 19:21:01 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 771511065675 for ; Wed, 26 Sep 2012 19:21:01 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 08E268FC08 for ; Wed, 26 Sep 2012 19:20:58 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A87151E00715; Wed, 26 Sep 2012 21:20:56 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8QJJgOt056936; Wed, 26 Sep 2012 21:19:42 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8QJJgCY056935; Wed, 26 Sep 2012 21:19:42 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 26 Sep 2012 21:19:42 +0200 To: Derrick Edwards Message-ID: <20120926191942.GA56734@triton8.kn-bremen.de> References: <201209252359.44863.dantavious313@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209252359.44863.dantavious313@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: multimedia@freebsd.org Subject: Re: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 19:21:01 -0000 On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > HI, Hi! > I am having problems with vlc. Once executed it displays the gui however, when > attempting to select file and play movie, it does not play. I provided some > output that I found interesting. Let me know if you need anymore output. > > V/r > Derrick > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: OFursov > [0x80249ea58] skins2 interface: new theme successfully loaded > (/usr/local/share/vlc/skins2/148046-4colors.vlt) > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B frames detected > [0x81ec333d8] xcb_xv vout display error: no available XVideo adaptor > > Hm what video hardware and Xorg driver are you using there? Does xvinfo show anything? You could try selecting X11 video output in Tools -> Prefs -> Video -> Output, or if that doesn't work try selecting SDL there (Simple DirectMedia video output) It's also possible you have too little sysv shared memory, try these sysctls settings: kern.ipc.shmmax=67108864 kern.ipc.shmall=32768 HTH, Juergen > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > read(14,0x80c8152c0,8) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\v\0\0\0\M-3\^A",8) = 8 (0x8) > read(14,"0\M-p\M-'\0\0\0\240\^A\M^?\M^?"...,1740) = 1740 (0x6cc) > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fafd0,0x1,0x18ad0,0x53ab770,0x0) = 20 (0x14) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^A\0\0\0\0\0\^A\M^N\0\0\0"...,4096) = 32 (0x20) > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb010,0x1,0x18ad0,0x53ab760,0x0) = 4 (0x4) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^B\0\0\0\0\0\M^?\M^??\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb020,0x3,0x18ad0,0x0,0x0) = 44 (0x2c) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^D\0\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9faf90,0x3,0x18ad0,0x0,0x0) = 20 (0x14) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^E\0\0\0\0\0\^A\M^Pa\M^Z\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fafc0,0x3,0x18ad0,0x0,0x0) = 8 (0x8) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\^A\^F\0\0\0\0\0\^A\0\0\0\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\a\0\0\0\0\0\^A\M^S\0\M^]\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb060,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\b\0\0\0\0\0\^A\M^S\0\M^]\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb030,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\t\0\0\0\0\0\0\0\0\0\v\0\0"...,4096) = 1428 (0x594) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\v\0\0\0\0\0\^A\M^KM\M^Q\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb060,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\f\0\0\0\0\0\^A\M^KM\M^Q\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fafc0,0x3,0x18ad0,0x0,0x0) = 32 (0x20) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\r\0\0\0\0\0\^A\M^I\0\0\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb020,0x3,0x18ad0,0x0,0x0) = 8 (0x8) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^N\0\0\0\0\0\^A\0\0\0\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb0e0,0x3,0x18ad0,0x0,0x0) = 4 (0x4) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\^A\^O\0\0\0\0\0\^A\0\^A\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9f7ed0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^P\0\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb040,0x3,0x18ad0,0x0,0x0) = 2984 (0xba8) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\^R\0\0\0\0\0\M-f\0\0\0\0\0"...,4096) = 3552 (0xde0) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A \M^A\0\0\0\0\0\^D\0\0\0\M-,"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A \M^B\0+\0\0\0\^D\0\0\0\0\0\0"...,4096) = 204 (0xcc) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\M^C\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\M^D\0\0\0\0\0\^A\M^Td\M-""...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > access("/usr/local/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/lib/compat/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/compat/pkg/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/kde4/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/alsa-lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/compat/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/event2/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/ffmpeg-011/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/gcc46/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/gegl-0.1/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/graphviz/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/libxul/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/mysql/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/nss/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/pth/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/qt4/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/speech-dispatcher/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/virtualbox/Xrandr",0) ERR#2 'No such file or > directory' > access("/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/lib/Xrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/lib/compat/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/compat/pkg/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/kde4/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/alsa-lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/compat/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/event2/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/ffmpeg-011/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/gcc46/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/gegl-0.1/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/graphviz/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/libxul/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/mysql/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/nss/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/pth/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/qt4/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/speech-dispatcher/Xrandr.so.2",0) ERR#2 'No such file > or directory' > access("/usr/local/lib/virtualbox/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/lib/Xrandr.so.2",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/lib/compat/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/compat/pkg/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/kde4/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/alsa-lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/compat/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/event2/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/ffmpeg-011/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/gcc46/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/gegl-0.1/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/graphviz/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/libxul/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/mysql/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/nss/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/pth/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/qt4/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/speech-dispatcher/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/virtualbox/libXrandr",0) ERR#2 'No such file or > directory' > access("/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/lib/libXrandr",0) ERR#2 'No such file or > directory' > access("/usr/local/lib/libXrandr.so.2",0) = 0 (0x0) > open("/usr/local/lib/libXrandr.so.2",O_RDONLY,040332700) = 15 (0xf) > fstat(15,{ mode=-rwxr-xr-x ,inode=22227,size=37847,blksize=37888 }) = 0 (0x0) > mmap(0x0,4096,PROT_READ,MAP_PRIVATE|0x40000,15,0x0) = 34391556096 > (0x801e58000) > mmap(0x0,2129920,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = > 34602196992 (0x80e73a000) > mmap(0x80e73a000,32768,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE| > 0x40000,15,0x0) = 34602196992 (0x80e73a000) > mmap(0x80e941000,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED| > 0x40000,15,0x7000) = 34604322816 (0x80e941000) > munmap(0x801e58000,4096) = 0 (0x0) > close(15) = 0 (0x0) > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb070,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\M^E\0\0\0\0\0\^A\M^Td\M-""...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > poll({14/POLLIN},1,-1) = 1 (0x1) > read(14,"\^A\0\M^F\0\0\0\0\0\^A\M^Rb\M^["...,4096) = 32 (0x20) > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > read(14,0x80c93902c,4096) ERR#35 'Resource temporarily > unavailable' > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 20:12:39 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8C51106564A for ; Wed, 26 Sep 2012 20:12:39 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8865B8FC0A for ; Wed, 26 Sep 2012 20:12:38 +0000 (UTC) Received: by ghrr20 with SMTP id r20so299486ghr.13 for ; Wed, 26 Sep 2012 13:12:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=VOxJLw+dD31Tj7+Vg/P/Ui/C0bCa6IqQgj9DqeFdaMg=; b=suZJfo3CPIRXyF1TrLRLCbImRgp4OyXy94QnuTEw1/HJLNLgRpLrTjTo6Xj/2PoPE6 1PIxWIqQToZjeq/ptW/DpFzso4FMUtrUpPUPgJdFy8Q4vPXE0sFZ2+fWSdKgNCAvEvi+ 5d5oUe+BTVLYa9KKWEkpAewEC4Mk0etpzLmWIvUA71mipJbFYfueqFTJ3V1sKi+NyHE2 FRveAnMqS49DmCy7XUV3sVAST7yHQzN0LhrWJfjvA05otKjqsY63XhLeHE95zssp0a/O s4Z7dt3BuH0POU3ewbzbXXIfJM7/ZMSp+e956ju2IGWLSqHa+DUoocNM3wzlxXfBCs1j HmmQ== Received: by 10.236.155.10 with SMTP id i10mr2170621yhk.91.1348690352136; Wed, 26 Sep 2012 13:12:32 -0700 (PDT) Received: from joker.localnet (c-71-226-137-213.hsd1.ga.comcast.net. [71.226.137.213]) by mx.google.com with ESMTPS id y16sm481878anf.18.2012.09.26.13.12.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Sep 2012 13:12:29 -0700 (PDT) From: Derrick Edwards To: Juergen Lock Date: Wed, 26 Sep 2012 16:12:27 -0400 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.4; amd64; ; ) References: <201209252359.44863.dantavious313@gmail.com> <20120926191942.GA56734@triton8.kn-bremen.de> In-Reply-To: <20120926191942.GA56734@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209261612.28140.dantavious313@gmail.com> Cc: multimedia@freebsd.org Subject: Re: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 20:12:39 -0000 On Wednesday, September 26, 2012 03:19:42 PM Juergen Lock wrote: > On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > > HI, > > Hi! > > > I am having problems with vlc. Once executed it displays the gui however, > > when attempting to select file and play movie, it does not play. I > > provided some output that I found interesting. Let me know if you need > > anymore output. > > > > V/r > > Derrick > > > > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: OFursov > > [0x80249ea58] skins2 interface: new theme successfully loaded > > (/usr/local/share/vlc/skins2/148046-4colors.vlt) > > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B frames > > detected [0x81ec333d8] xcb_xv vout display error: no available XVideo > > adaptor > > Hm what video hardware and Xorg driver are you using there? Does > xvinfo show anything? > > You could try selecting X11 video output in Tools -> Prefs -> Video > -> Output, or if that doesn't work try selecting SDL there (Simple > DirectMedia video output) It's also possible you have too little > sysv shared memory, try these sysctls settings: > > kern.ipc.shmmax=67108864 > kern.ipc.shmall=32768 > > HTH, > Juergen > > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > > read(14,0x80c8152c0,8) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\v\0\0\0\M-3\^A",8) = 8 (0x8) > > read(14,"0\M-p\M-'\0\0\0\240\^A\M^?\M^?"...,1740) = 1740 (0x6cc) > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fafd0,0x1,0x18ad0,0x53ab770,0x0) = 20 (0x14) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^A\0\0\0\0\0\^A\M^N\0\0\0"...,4096) = 32 (0x20) > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb010,0x1,0x18ad0,0x53ab760,0x0) = 4 (0x4) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^B\0\0\0\0\0\M^?\M^??\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb020,0x3,0x18ad0,0x0,0x0) = 44 (0x2c) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^D\0\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9faf90,0x3,0x18ad0,0x0,0x0) = 20 (0x14) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^E\0\0\0\0\0\^A\M^Pa\M^Z\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fafc0,0x3,0x18ad0,0x0,0x0) = 8 (0x8) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\^A\^F\0\0\0\0\0\^A\0\0\0\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\a\0\0\0\0\0\^A\M^S\0\M^]\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb060,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\b\0\0\0\0\0\^A\M^S\0\M^]\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb030,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\t\0\0\0\0\0\0\0\0\0\v\0\0"...,4096) = 1428 (0x594) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\v\0\0\0\0\0\^A\M^KM\M^Q\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb060,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\f\0\0\0\0\0\^A\M^KM\M^Q\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fafc0,0x3,0x18ad0,0x0,0x0) = 32 (0x20) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\r\0\0\0\0\0\^A\M^I\0\0\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb020,0x3,0x18ad0,0x0,0x0) = 8 (0x8) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^N\0\0\0\0\0\^A\0\0\0\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb0e0,0x3,0x18ad0,0x0,0x0) = 4 (0x4) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\^A\^O\0\0\0\0\0\^A\0\^A\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9f7ed0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^P\0\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb040,0x3,0x18ad0,0x0,0x0) = 2984 (0xba8) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\^R\0\0\0\0\0\M-f\0\0\0\0\0"...,4096) = 3552 (0xde0) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A \M^A\0\0\0\0\0\^D\0\0\0\M-,"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A \M^B\0+\0\0\0\^D\0\0\0\0\0\0"...,4096) = 204 (0xcc) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fafd0,0x3,0x18ad0,0x0,0x0) = 24 (0x18) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\M^C\0\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\M^D\0\0\0\0\0\^A\M^Td\M-""...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > access("/usr/local/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/compat/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/compat/pkg/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/kde4/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/alsa-lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/compat/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/event2/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/ffmpeg-011/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/gcc46/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/gegl-0.1/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/graphviz/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/libxul/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/mysql/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/nss/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/pth/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/qt4/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/speech-dispatcher/Xrandr",0) ERR#2 'No such file > > or directory' > > access("/usr/local/lib/virtualbox/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/Xrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/compat/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/compat/pkg/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/kde4/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/alsa-lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/compat/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/event2/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/ffmpeg-011/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/gcc46/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/gegl-0.1/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/graphviz/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/libxul/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/mysql/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/nss/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/pth/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/qt4/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/speech-dispatcher/Xrandr.so.2",0) ERR#2 'No such > > file or directory' > > access("/usr/local/lib/virtualbox/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/Xrandr.so.2",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/compat/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/compat/pkg/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/kde4/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/alsa-lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/compat/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/event2/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/ffmpeg-011/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/gcc46/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/gegl-0.1/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/graphviz/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/libxul/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/mysql/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/nss/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/pth/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/qt4/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/speech-dispatcher/libXrandr",0) ERR#2 'No such > > file or directory' > > access("/usr/local/lib/virtualbox/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/lib/libXrandr",0) ERR#2 'No such file or > > directory' > > access("/usr/local/lib/libXrandr.so.2",0) = 0 (0x0) > > open("/usr/local/lib/libXrandr.so.2",O_RDONLY,040332700) = 15 (0xf) > > fstat(15,{ mode=-rwxr-xr-x ,inode=22227,size=37847,blksize=37888 }) = 0 > > (0x0) mmap(0x0,4096,PROT_READ,MAP_PRIVATE|0x40000,15,0x0) = 34391556096 > > (0x801e58000) > > mmap(0x0,2129920,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = > > 34602196992 (0x80e73a000) > > mmap(0x80e73a000,32768,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCO > > RE| 0x40000,15,0x0) = 34602196992 (0x80e73a000) > > mmap(0x80e941000,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED| > > 0x40000,15,0x7000) = 34604322816 (0x80e941000) > > munmap(0x801e58000,4096) = 0 (0x0) > > close(15) = 0 (0x0) > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb070,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\M^E\0\0\0\0\0\^A\M^Td\M-""...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > poll({14/POLLIN|POLLOUT},1,-1) = 1 (0x1) > > writev(0xe,0x7fffff9fb130,0x3,0x18ad0,0x0,0x0) = 16 (0x10) > > poll({14/POLLIN},1,-1) = 1 (0x1) > > read(14,"\^A\0\M^F\0\0\0\0\0\^A\M^Rb\M^["...,4096) = 32 (0x20) > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > read(14,0x80c93902c,4096) ERR#35 'Resource > > temporarily unavailable' > > _______________________________________________ > > freebsd-multimedia@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > To unsubscribe, send any mail to > > "freebsd-multimedia-unsubscribe@freebsd.org" Juergen, Thanks for your assistance. Selecting X11 video output in Tools -> Prefs -> Video > -> Output, did the trick. Just for FYI, I am using: Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS xorg-server-1.10.6_1,1 X.Org X server and related programs kern.ipc.shmmax: 536870912 kern.ipc.shmall: 131072 V/r Derrick From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 20:12:58 2012 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A76C1065670; Wed, 26 Sep 2012 20:12:58 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 12FCA8FC12; Wed, 26 Sep 2012 20:12:57 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 32DC21E000DF; Wed, 26 Sep 2012 22:12:48 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8QK6uaP060592; Wed, 26 Sep 2012 22:06:56 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8QK6ucB060591; Wed, 26 Sep 2012 22:06:56 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 26 Sep 2012 22:06:56 +0200 To: Juergen Lock Message-ID: <20120926200656.GA60363@triton8.kn-bremen.de> References: <20120812154930.GA23878@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120812154930.GA23878@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, hselasky@FreeBSD.org Subject: Re: In case mythtv setup is broken for you too... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 20:12:58 -0000 On Sun, Aug 12, 2012 at 05:49:30PM +0200, Juergen Lock wrote: > Hi! > > (I guess I should post here too :) > > If mythtv setup is broken for you reporting a failed FE_GET_INFO ioctl > like reported in this mythtv ticket: > > http://code.mythtv.org/trac/ticket/10830 > > (reduced testcase: > > http://people.freebsd.org/~nox/tmp/ioctltst.c > > ) try this media tree patch I posted a little while ago: (i.e. apply it > to webcamd, there's a Download patch link at the top) > > http://patchwork.linuxtv.org/patch/13563/ > > The full thread in case you want to help testing/reviewing the patch > for upstream Linux: > > http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/51644 The patch needed a small tweak for webcamd 3.7.0.3, maybe we should add it to EXTRA_PATCHES as an OPTION? --- media_tree/drivers/media/dvb-core/dvb_frontend.c.orig +++ media_tree/drivers/media/dvb-core/dvb_frontend.c @@ -603,6 +603,7 @@ static int dvb_frontend_thread(void *dat enum dvbfe_algo algo; bool re_tune = false; + bool semheld = false; dev_dbg(fe->dvb->device, "%s:\n", __func__); @@ -626,6 +627,8 @@ restart: if (kthread_should_stop() || dvb_frontend_is_exiting(fe)) { /* got signal or quitting */ + if (!down_interruptible (&fepriv->sem)) + semheld = true; fepriv->exit = DVB_FE_NORMAL_EXIT; break; } @@ -741,6 +744,8 @@ restart: fepriv->exit = DVB_FE_NO_EXIT; mb(); + if (semheld) + up(&fepriv->sem); dvb_frontend_wakeup(fe); return 0; } @@ -1819,16 +1824,20 @@ static int dvb_frontend_ioctl(struct fil int err = -ENOTTY; dev_dbg(fe->dvb->device, "%s: (%d)\n", __func__, _IOC_NR(cmd)); - if (fepriv->exit != DVB_FE_NO_EXIT) + if (down_interruptible (&fepriv->sem)) + return -ERESTARTSYS; + + if (fepriv->exit != DVB_FE_NO_EXIT) { + up(&fepriv->sem); return -ENODEV; + } if ((file->f_flags & O_ACCMODE) == O_RDONLY && (_IOC_DIR(cmd) != _IOC_READ || cmd == FE_GET_EVENT || - cmd == FE_DISEQC_RECV_SLAVE_REPLY)) + cmd == FE_DISEQC_RECV_SLAVE_REPLY)) { + up(&fepriv->sem); return -EPERM; - - if (down_interruptible (&fepriv->sem)) - return -ERESTARTSYS; + } if ((cmd == FE_SET_PROPERTY) || (cmd == FE_GET_PROPERTY)) err = dvb_frontend_ioctl_properties(file, cmd, parg); From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 20:22:00 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B8E81065672 for ; Wed, 26 Sep 2012 20:22:00 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id E7FA78FC22 for ; Wed, 26 Sep 2012 20:21:59 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 78CDA1E00715; Wed, 26 Sep 2012 22:21:58 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8QKL0lX061333; Wed, 26 Sep 2012 22:21:00 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8QKL0sQ061332; Wed, 26 Sep 2012 22:21:00 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 26 Sep 2012 22:21:00 +0200 To: Derrick Edwards Message-ID: <20120926202100.GA61157@triton8.kn-bremen.de> References: <201209252359.44863.dantavious313@gmail.com> <20120926191942.GA56734@triton8.kn-bremen.de> <201209261612.28140.dantavious313@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209261612.28140.dantavious313@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Juergen Lock , multimedia@freebsd.org Subject: Re: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 20:22:00 -0000 On Wed, Sep 26, 2012 at 04:12:27PM -0400, Derrick Edwards wrote: > On Wednesday, September 26, 2012 03:19:42 PM Juergen Lock wrote: > > On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > > > HI, > > > > Hi! > > > > > I am having problems with vlc. Once executed it displays the gui however, > > > when attempting to select file and play movie, it does not play. I > > > provided some output that I found interesting. Let me know if you need > > > anymore output. > > > > > > V/r > > > Derrick > > > > > > > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > > > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: OFursov > > > [0x80249ea58] skins2 interface: new theme successfully loaded > > > (/usr/local/share/vlc/skins2/148046-4colors.vlt) > > > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B frames > > > detected [0x81ec333d8] xcb_xv vout display error: no available XVideo > > > adaptor > > > > Hm what video hardware and Xorg driver are you using there? Does > > xvinfo show anything? > > > > You could try selecting X11 video output in Tools -> Prefs -> Video > > -> Output, or if that doesn't work try selecting SDL there (Simple > > DirectMedia video output) It's also possible you have too little > > sysv shared memory, try these sysctls settings: > > > > kern.ipc.shmmax=67108864 > > kern.ipc.shmall=32768 > > > > HTH, > > Juergen > > > > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > > > read(14,0x80c8152c0,8) ERR#35 'Resource > > > temporarily unavailable' > [...] > Juergen, > Thanks for your assistance. Selecting X11 video output in Tools -> Prefs -> > Video > -> Output, did the trick. Just for FYI, I am using: > > Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS > xorg-server-1.10.6_1,1 X.Org X server and related programs > > kern.ipc.shmmax: 536870912 > kern.ipc.shmall: 131072 > Ah I guess then you're using the vesa driver? Or are you actually using the Intel KMS patches (now committed to 9.1 or head branches), tho hat would be strange if those didn't support Xvideo... Juergen From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 26 22:39:45 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15C71106566C for ; Wed, 26 Sep 2012 22:39:45 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id BF2248FC08 for ; Wed, 26 Sep 2012 22:39:44 +0000 (UTC) Received: by ggnk4 with SMTP id k4so341536ggn.13 for ; Wed, 26 Sep 2012 15:39:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:references:in-reply-to:cc :mime-version:content-type:content-transfer-encoding:message-id; bh=zZk8LCqUCnidISTOXHxDEKzUV/WZPcxBP6MuOjE8Mns=; b=XIiUmPdJJV32BwO1GUUqi4/66oLh/xMavORgecVy0qtYiyKKcO9djISIk4E/Sw80IG xVNESEyQZtwO8tBxiUCYrZCG7xpuhFHPRc7zAyBtVfv0fTyU851Yztola/iIOMbcqj9x M+Ot2TW5nezBNMGojTw4lZISn0exuJBiTU0H1MsC6eSr5vimJR/epW1QQDFy5ANaY/XJ djr+oy8NpZAMtCSCAjCsnvVCbIZEQc0MkeM9lPM8rU72K0ErfXoku7ab1+DaDJ8RzcEG ZTvZsEzwgY9snxY7zxhtRfHGQ7kq7FmAYChPHMAcKthND6swSnNdGRIMjEsC3jZcgOJp Hmrg== Received: by 10.236.138.132 with SMTP id a4mr2449115yhj.123.1348699177929; Wed, 26 Sep 2012 15:39:37 -0700 (PDT) Received: from joker.localnet (c-71-226-137-213.hsd1.ga.comcast.net. [71.226.137.213]) by mx.google.com with ESMTPS id y13sm5057660anj.5.2012.09.26.15.39.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 26 Sep 2012 15:39:36 -0700 (PDT) From: Derrick Edwards To: Juergen Lock Date: Wed, 26 Sep 2012 18:39:35 -0400 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.4; amd64; ; ) References: <201209252359.44863.dantavious313@gmail.com> <201209261612.28140.dantavious313@gmail.com> <20120926202100.GA61157@triton8.kn-bremen.de> In-Reply-To: <20120926202100.GA61157@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209261839.35551.dantavious313@gmail.com> Cc: multimedia@freebsd.org Subject: Re: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Sep 2012 22:39:45 -0000 On Wednesday, September 26, 2012 04:21:00 PM you wrote: > On Wed, Sep 26, 2012 at 04:12:27PM -0400, Derrick Edwards wrote: > > On Wednesday, September 26, 2012 03:19:42 PM Juergen Lock wrote: > > > On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > > > > HI, > > > > > > Hi! > > > > > > > I am having problems with vlc. Once executed it displays the gui > > > > however, when attempting to select file and play movie, it does not > > > > play. I provided some output that I found interesting. Let me know > > > > if you need anymore output. > > > > > > > > V/r > > > > Derrick > > > > > > > > > > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > > > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > > > > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: OFursov > > > > [0x80249ea58] skins2 interface: new theme successfully loaded > > > > (/usr/local/share/vlc/skins2/148046-4colors.vlt) > > > > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B frames > > > > detected [0x81ec333d8] xcb_xv vout display error: no available XVideo > > > > adaptor > > > > > > Hm what video hardware and Xorg driver are you using there? Does > > > xvinfo show anything? > > > > > > You could try selecting X11 video output in Tools -> Prefs -> Video > > > > > > -> Output, or if that doesn't work try selecting SDL there (Simple > > > DirectMedia video output) It's also possible you have too little > > > > > > sysv shared memory, try these sysctls settings: > > > kern.ipc.shmmax=67108864 > > > kern.ipc.shmall=32768 > > > > > > HTH, > > > > > > Juergen > > > > > > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > > > > read(14,0x80c8152c0,8) ERR#35 'Resource > > > > temporarily unavailable' > > > > [...] > > > > Juergen, > > > > Thanks for your assistance. Selecting X11 video output in Tools -> Prefs > > -> Video > -> Output, did the trick. Just for FYI, I am using: > > > > Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS > > xorg-server-1.10.6_1,1 X.Org X server and related programs > > > > kern.ipc.shmmax: 536870912 > > kern.ipc.shmall: 131072 > > Ah I guess then you're using the vesa driver? Or are you actually > using the Intel KMS patches (now committed to 9.1 or head branches), > tho hat would be strange if those didn't support Xvideo... > > Juergen Juergen, You are correct, I am using the Intel KMS patches on current. VLC 1* worked perfectly without any changes to video output settings. From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 27 05:37:16 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 684A7106564A for ; Thu, 27 Sep 2012 05:37:16 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id EA3268FC0C for ; Thu, 27 Sep 2012 05:37:15 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 327106441; Thu, 27 Sep 2012 07:37:13 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Thu, 27 Sep 2012 07:38:36 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <20120812154930.GA23878@triton8.kn-bremen.de> <20120926200656.GA60363@triton8.kn-bremen.de> In-Reply-To: <20120926200656.GA60363@triton8.kn-bremen.de> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209270738.36691.hselasky@c2i.net> Cc: Juergen Lock Subject: Re: In case mythtv setup is broken for you too... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 05:37:16 -0000 On Wednesday 26 September 2012 22:06:56 Juergen Lock wrote: > On Sun, Aug 12, 2012 at 05:49:30PM +0200, Juergen Lock wrote: > > Hi! > > > > (I guess I should post here too :) > > > > If mythtv setup is broken for you reporting a failed FE_GET_INFO ioctl > > > > like reported in this mythtv ticket: > > http://code.mythtv.org/trac/ticket/10830 > > > > (reduced testcase: > > http://people.freebsd.org/~nox/tmp/ioctltst.c > > > > ) try this media tree patch I posted a little while ago: (i.e. apply it > > to webcamd, there's a Download patch link at the top) > > > > http://patchwork.linuxtv.org/patch/13563/ > > > > The full thread in case you want to help testing/reviewing the patch > > > > for upstream Linux: > > http://thread.gmane.org/gmane.linux.drivers.video-input- infrastructure/5 > > 1644 > > The patch needed a small tweak for webcamd 3.7.0.3, maybe we should > add it to EXTRA_PATCHES as an OPTION? > > --- media_tree/drivers/media/dvb-core/dvb_frontend.c.orig > +++ media_tree/drivers/media/dvb-core/dvb_frontend.c > @@ -603,6 +603,7 @@ static int dvb_frontend_thread(void *dat > enum dvbfe_algo algo; > > bool re_tune = false; > + bool semheld = false; > > dev_dbg(fe->dvb->device, "%s:\n", __func__); > > @@ -626,6 +627,8 @@ restart: > > if (kthread_should_stop() || dvb_frontend_is_exiting(fe)) { > /* got signal or quitting */ > + if (!down_interruptible (&fepriv->sem)) > + semheld = true; > fepriv->exit = DVB_FE_NORMAL_EXIT; > break; > } > @@ -741,6 +744,8 @@ restart: > fepriv->exit = DVB_FE_NO_EXIT; > mb(); > > + if (semheld) > + up(&fepriv->sem); > dvb_frontend_wakeup(fe); > return 0; > } > @@ -1819,16 +1824,20 @@ static int dvb_frontend_ioctl(struct fil > int err = -ENOTTY; > > dev_dbg(fe->dvb->device, "%s: (%d)\n", __func__, _IOC_NR(cmd)); > - if (fepriv->exit != DVB_FE_NO_EXIT) > + if (down_interruptible (&fepriv->sem)) > + return -ERESTARTSYS; > + > + if (fepriv->exit != DVB_FE_NO_EXIT) { > + up(&fepriv->sem); > return -ENODEV; > + } > > if ((file->f_flags & O_ACCMODE) == O_RDONLY && > (_IOC_DIR(cmd) != _IOC_READ || cmd == FE_GET_EVENT || > - cmd == FE_DISEQC_RECV_SLAVE_REPLY)) > + cmd == FE_DISEQC_RECV_SLAVE_REPLY)) { > + up(&fepriv->sem); > return -EPERM; > - > - if (down_interruptible (&fepriv->sem)) > - return -ERESTARTSYS; > + } > > if ((cmd == FE_SET_PROPERTY) || (cmd == FE_GET_PROPERTY)) > err = dvb_frontend_ioctl_properties(file, cmd, parg); Why are the media developers not taking this patch into the repo? --HPS From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 27 18:53:36 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9C841065678; Thu, 27 Sep 2012 18:53:36 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 52BFD8FC0C; Thu, 27 Sep 2012 18:53:35 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 169971E00713; Thu, 27 Sep 2012 20:53:35 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8RIbG9N006831; Thu, 27 Sep 2012 20:37:16 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8RIbGdf006830; Thu, 27 Sep 2012 20:37:16 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 27 Sep 2012 20:37:16 +0200 To: Derrick Edwards Message-ID: <20120927183716.GA6608@triton8.kn-bremen.de> References: <201209252359.44863.dantavious313@gmail.com> <201209261612.28140.dantavious313@gmail.com> <20120926202100.GA61157@triton8.kn-bremen.de> <201209261839.35551.dantavious313@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209261839.35551.dantavious313@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: kib@freebsd.org, Juergen Lock , multimedia@freebsd.org Subject: Re: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 18:53:37 -0000 On Wed, Sep 26, 2012 at 06:39:35PM -0400, Derrick Edwards wrote: > On Wednesday, September 26, 2012 04:21:00 PM you wrote: > > On Wed, Sep 26, 2012 at 04:12:27PM -0400, Derrick Edwards wrote: > > > On Wednesday, September 26, 2012 03:19:42 PM Juergen Lock wrote: > > > > On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > > > > > HI, > > > > > > > > Hi! > > > > > > > > > I am having problems with vlc. Once executed it displays the gui > > > > > however, when attempting to select file and play movie, it does not > > > > > play. I provided some output that I found interesting. Let me know > > > > > if you need anymore output. > > > > > > > > > > V/r > > > > > Derrick > > > > > > > > > > > > > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > > > > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > > > > > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: OFursov > > > > > [0x80249ea58] skins2 interface: new theme successfully loaded > > > > > (/usr/local/share/vlc/skins2/148046-4colors.vlt) > > > > > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B frames > > > > > detected [0x81ec333d8] xcb_xv vout display error: no available XVideo > > > > > adaptor > > > > > > > > Hm what video hardware and Xorg driver are you using there? Does > > > > xvinfo show anything? > > > > > > > > You could try selecting X11 video output in Tools -> Prefs -> Video > > > > > > > > -> Output, or if that doesn't work try selecting SDL there (Simple > > > > DirectMedia video output) It's also possible you have too little > > > > > > > > sysv shared memory, try these sysctls settings: > > > > kern.ipc.shmmax=67108864 > > > > kern.ipc.shmall=32768 > > > > > > > > HTH, > > > > > > > > Juergen > > > > > > > > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > > > > > read(14,0x80c8152c0,8) ERR#35 'Resource > > > > > temporarily unavailable' > > > > > > [...] > > > > > > Juergen, > > > > > > Thanks for your assistance. Selecting X11 video output in Tools -> Prefs > > > -> Video > -> Output, did the trick. Just for FYI, I am using: > > > > > > Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS > > > xorg-server-1.10.6_1,1 X.Org X server and related programs > > > > > > kern.ipc.shmmax: 536870912 > > > kern.ipc.shmall: 131072 > > > > Ah I guess then you're using the vesa driver? Or are you actually > > using the Intel KMS patches (now committed to 9.1 or head branches), > > tho hat would be strange if those didn't support Xvideo... > > > > Juergen > Juergen, > You are correct, I am using the Intel KMS patches on current. VLC 1* worked > perfectly without any changes to video output settings. Can you install x11/xvinfo and check output of it? I wonder if the intel kms patches are really missing xvideo support... And if it does find something could you test xvideo using other players like mplayer -vo xv ...? Thanx, :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 27 18:53:37 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C5E106567B for ; Thu, 27 Sep 2012 18:53:37 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 52C368FC14 for ; Thu, 27 Sep 2012 18:53:35 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 0B0441E0070C; Thu, 27 Sep 2012 20:53:34 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8RIpOj5007188; Thu, 27 Sep 2012 20:51:24 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8RIpO5M007187; Thu, 27 Sep 2012 20:51:24 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 27 Sep 2012 20:51:23 +0200 To: Hans Petter Selasky Message-ID: <20120927185123.GB6608@triton8.kn-bremen.de> References: <20120812154930.GA23878@triton8.kn-bremen.de> <20120926200656.GA60363@triton8.kn-bremen.de> <201209270738.36691.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209270738.36691.hselasky@c2i.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, Juergen Lock Subject: Re: In case mythtv setup is broken for you too... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 18:53:37 -0000 On Thu, Sep 27, 2012 at 07:38:36AM +0200, Hans Petter Selasky wrote: > On Wednesday 26 September 2012 22:06:56 Juergen Lock wrote: > > On Sun, Aug 12, 2012 at 05:49:30PM +0200, Juergen Lock wrote: > > > Hi! > > > > > > (I guess I should post here too :) > > > > > > If mythtv setup is broken for you reporting a failed FE_GET_INFO ioctl > > > > > > like reported in this mythtv ticket: > > > http://code.mythtv.org/trac/ticket/10830 > > > > > > (reduced testcase: > > > http://people.freebsd.org/~nox/tmp/ioctltst.c > > > > > > ) try this media tree patch I posted a little while ago: (i.e. apply it > > > to webcamd, there's a Download patch link at the top) > > > > > > http://patchwork.linuxtv.org/patch/13563/ > > > > > > The full thread in case you want to help testing/reviewing the patch > > > > > > for upstream Linux: > > > http://thread.gmane.org/gmane.linux.drivers.video-input- > infrastructure/5 > > > 1644 > > > > The patch needed a small tweak for webcamd 3.7.0.3, maybe we should > > add it to EXTRA_PATCHES as an OPTION? > > > > --- media_tree/drivers/media/dvb-core/dvb_frontend.c.orig > > +++ media_tree/drivers/media/dvb-core/dvb_frontend.c > > @@ -603,6 +603,7 @@ static int dvb_frontend_thread(void *dat > > enum dvbfe_algo algo; > > > > bool re_tune = false; > > + bool semheld = false; > > > > dev_dbg(fe->dvb->device, "%s:\n", __func__); > > > > @@ -626,6 +627,8 @@ restart: > > > > if (kthread_should_stop() || dvb_frontend_is_exiting(fe)) { > > /* got signal or quitting */ > > + if (!down_interruptible (&fepriv->sem)) > > + semheld = true; > > fepriv->exit = DVB_FE_NORMAL_EXIT; > > break; > > } > > @@ -741,6 +744,8 @@ restart: > > fepriv->exit = DVB_FE_NO_EXIT; > > mb(); > > > > + if (semheld) > > + up(&fepriv->sem); > > dvb_frontend_wakeup(fe); > > return 0; > > } > > @@ -1819,16 +1824,20 @@ static int dvb_frontend_ioctl(struct fil > > int err = -ENOTTY; > > > > dev_dbg(fe->dvb->device, "%s: (%d)\n", __func__, _IOC_NR(cmd)); > > - if (fepriv->exit != DVB_FE_NO_EXIT) > > + if (down_interruptible (&fepriv->sem)) > > + return -ERESTARTSYS; > > + > > + if (fepriv->exit != DVB_FE_NO_EXIT) { > > + up(&fepriv->sem); > > return -ENODEV; > > + } > > > > if ((file->f_flags & O_ACCMODE) == O_RDONLY && > > (_IOC_DIR(cmd) != _IOC_READ || cmd == FE_GET_EVENT || > > - cmd == FE_DISEQC_RECV_SLAVE_REPLY)) > > + cmd == FE_DISEQC_RECV_SLAVE_REPLY)) { > > + up(&fepriv->sem); > > return -EPERM; > > - > > - if (down_interruptible (&fepriv->sem)) > > - return -ERESTARTSYS; > > + } > > > > if ((cmd == FE_SET_PROPERTY) || (cmd == FE_GET_PROPERTY)) > > err = dvb_frontend_ioctl_properties(file, cmd, parg); > > Why are the media developers not taking this patch into the repo? I'm not sure but maybe they are still not 100% convinced it doesn't have unwanted side effects or something like that? Or they are just reluctant to change such an important piece of code? But I'm mostly guessing there, for us at least the patch works... Juergen From owner-freebsd-multimedia@FreeBSD.ORG Thu Sep 27 22:06:51 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18234106564A for ; Thu, 27 Sep 2012 22:06:51 +0000 (UTC) (envelope-from dantavious313@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id C19498FC18 for ; Thu, 27 Sep 2012 22:06:50 +0000 (UTC) Received: by ghrr20 with SMTP id r20so697446ghr.13 for ; Thu, 27 Sep 2012 15:06:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:references:in-reply-to:cc :mime-version:content-type:content-transfer-encoding:message-id; bh=LeOMfQ0HQkMlWJaR5+yrpYxj3sC3WoPNorKS18C4UEQ=; b=NmhOZ37+U9Z7WsGmGvPDKBRMIlmsWXSHEWm9Bu/XFEHnBbluRybZZEzy67XYlA1VfA GHmHy8hETDS2E+HoFNGiw/bjGtqOmRIInK6VefAOyJgqswhtNRj7MfDP7fuoHNaxaV9n LJvqLjbQi3HQ3i7fmap93V3MW37ApIdqlu5Pp9Hu/4nS2DxJUXDyoDSEXzvGNzBbqfdV PhsOblMX5c1/1Ldq40a8uKXgku72NAllSgVqY1dLvOwxMgs25XtIcU4qYGdHV0F0/pnA gxTYAL47SNHF5i8N90x4nfA8TuZRCSJxST3h3yPjjF7NEBtfXXISacWVbdZbB/Bv1hT1 PRJw== Received: by 10.101.3.13 with SMTP id f13mr1912057ani.32.1348783604090; Thu, 27 Sep 2012 15:06:44 -0700 (PDT) Received: from joker.localnet (c-71-226-137-213.hsd1.ga.comcast.net. [71.226.137.213]) by mx.google.com with ESMTPS id l1sm11097568yhm.19.2012.09.27.15.06.41 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 27 Sep 2012 15:06:42 -0700 (PDT) From: Derrick Edwards To: Juergen Lock Date: Thu, 27 Sep 2012 18:06:40 -0400 User-Agent: KMail/1.13.7 (FreeBSD/10.0-CURRENT; KDE/4.8.4; amd64; ; ) References: <201209252359.44863.dantavious313@gmail.com> <201209261839.35551.dantavious313@gmail.com> <20120927183716.GA6608@triton8.kn-bremen.de> In-Reply-To: <20120927183716.GA6608@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209271806.40743.dantavious313@gmail.com> Cc: multimedia@freebsd.org Subject: Re: VLC problems X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2012 22:06:51 -0000 On Thursday, September 27, 2012 02:37:16 PM you wrote: > On Wed, Sep 26, 2012 at 06:39:35PM -0400, Derrick Edwards wrote: > > On Wednesday, September 26, 2012 04:21:00 PM you wrote: > > > On Wed, Sep 26, 2012 at 04:12:27PM -0400, Derrick Edwards wrote: > > > > On Wednesday, September 26, 2012 03:19:42 PM Juergen Lock wrote: > > > > > On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > > > > > > HI, > > > > > > > > > > Hi! > > > > > > > > > > > I am having problems with vlc. Once executed it displays the gui > > > > > > however, when attempting to select file and play movie, it does > > > > > > not play. I provided some output that I found interesting. Let > > > > > > me know if you need anymore output. > > > > > > > > > > > > V/r > > > > > > Derrick > > > > > > > > > > > > > > > > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > > > > > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > > > > > > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: > > > > > > OFursov [0x80249ea58] skins2 interface: new theme successfully > > > > > > loaded (/usr/local/share/vlc/skins2/148046-4colors.vlt) > > > > > > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B > > > > > > frames detected [0x81ec333d8] xcb_xv vout display error: no > > > > > > available XVideo adaptor > > > > > > > > > > Hm what video hardware and Xorg driver are you using there? Does > > > > > xvinfo show anything? > > > > > > > > > > You could try selecting X11 video output in Tools -> Prefs -> > > > > > Video > > > > > > > > > > -> Output, or if that doesn't work try selecting SDL there (Simple > > > > > DirectMedia video output) It's also possible you have too little > > > > > > > > > > sysv shared memory, try these sysctls settings: > > > > > kern.ipc.shmmax=67108864 > > > > > kern.ipc.shmall=32768 > > > > > > > > > > HTH, > > > > > > > > > > Juergen > > > > > > > > > > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > > > > > > read(14,0x80c8152c0,8) ERR#35 'Resource > > > > > > temporarily unavailable' > > > > > > > > [...] > > > > > > > > Juergen, > > > > > > > > Thanks for your assistance. Selecting X11 video output in Tools -> > > > > Prefs -> Video > -> Output, did the trick. Just for FYI, I am using: > > > > > > > > Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS > > > > xorg-server-1.10.6_1,1 X.Org X server and related programs > > > > > > > > kern.ipc.shmmax: 536870912 > > > > kern.ipc.shmall: 131072 > > > > > > Ah I guess then you're using the vesa driver? Or are you actually > > > using the Intel KMS patches (now committed to 9.1 or head branches), > > > tho hat would be strange if those didn't support Xvideo... > > > > > > Juergen > > > > > Juergen, > > > > You are correct, I am using the Intel KMS patches on current. VLC 1* > > worked perfectly without any changes to video output settings. > > Can you install x11/xvinfo and check output of it? I wonder if the > intel kms patches are really missing xvideo support... > > And if it does find something could you test xvideo using other players > like mplayer -vo xv ...? > > Thanx, :) > Juergen The output of xvinfo is : X-Video Extension version 2.2 screen #0 no adaptors present mplayer -vo x11/gl driver options were the only options that provided output. The gl option provided video but it slagged greatly making it unusable. Is xvideo prefered to x11? Let me know if you need additional testing. From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 28 01:40:13 2012 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B898C106568B; Fri, 28 Sep 2012 01:40:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 89EF78FC18; Fri, 28 Sep 2012 01:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8S1eDoe008133; Fri, 28 Sep 2012 01:40:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8S1eDRh008124; Fri, 28 Sep 2012 01:40:13 GMT (envelope-from edwin) Date: Fri, 28 Sep 2012 01:40:13 GMT Message-Id: <201209280140.q8S1eDRh008124@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/172128: building multimedia/vlc fails X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 01:40:13 -0000 Synopsis: building multimedia/vlc fails Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 28 01:40:13 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=172128 From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 28 17:35:09 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 044431065703; Fri, 28 Sep 2012 17:35:09 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 9922C8FC14; Fri, 28 Sep 2012 17:35:08 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 521B91E00718; Fri, 28 Sep 2012 19:35:07 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8SHWGg5044509; Fri, 28 Sep 2012 19:32:16 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8SHWGAs044508; Fri, 28 Sep 2012 19:32:16 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 28 Sep 2012 19:32:16 +0200 To: Derrick Edwards Message-ID: <20120928173216.GA44127@triton8.kn-bremen.de> References: <201209252359.44863.dantavious313@gmail.com> <201209261839.35551.dantavious313@gmail.com> <20120927183716.GA6608@triton8.kn-bremen.de> <201209271806.40743.dantavious313@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201209271806.40743.dantavious313@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: x11@freebsd.org, Juergen Lock , multimedia@freebsd.org Subject: Intel kms xvideo/vaapi? (was: Re: VLC problems) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 17:35:09 -0000 On Thu, Sep 27, 2012 at 06:06:40PM -0400, Derrick Edwards wrote: > On Thursday, September 27, 2012 02:37:16 PM you wrote: > > On Wed, Sep 26, 2012 at 06:39:35PM -0400, Derrick Edwards wrote: > > > On Wednesday, September 26, 2012 04:21:00 PM you wrote: > > > > On Wed, Sep 26, 2012 at 04:12:27PM -0400, Derrick Edwards wrote: > > > > > On Wednesday, September 26, 2012 03:19:42 PM Juergen Lock wrote: > > > > > > On Tue, Sep 25, 2012 at 11:59:44PM -0400, Derrick Edwards wrote: > > > > > > > HI, > > > > > > > > > > > > Hi! > > > > > > > > > > > > > I am having problems with vlc. Once executed it displays the gui > > > > > > > however, when attempting to select file and play movie, it does > > > > > > > not play. I provided some output that I found interesting. Let > > > > > > > me know if you need anymore output. > > > > > > > > > > > > > > V/r > > > > > > > Derrick > > > > > > > > > > > > > > > > > > > > > VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) > > > > > > > [0x80249ea58] skins2 interface: skin: eDark Vlc author: aaron a > > > > > > > [0x80249ea58] skins2 interface: skin: Unnamed Theme author: > > > > > > > OFursov [0x80249ea58] skins2 interface: new theme successfully > > > > > > > loaded (/usr/local/share/vlc/skins2/148046-4colors.vlt) > > > > > > > [mpeg4 @ 0x812486b20] Invalid and inefficient vfw-avi packed B > > > > > > > frames detected [0x81ec333d8] xcb_xv vout display error: no > > > > > > > available XVideo adaptor > > > > > > > > > > > > Hm what video hardware and Xorg driver are you using there? Does > > > > > > xvinfo show anything? > > > > > > > > > > > > You could try selecting X11 video output in Tools -> Prefs -> > > > > > > Video > > > > > > > > > > > > -> Output, or if that doesn't work try selecting SDL there (Simple > > > > > > DirectMedia video output) It's also possible you have too little > > > > > > > > > > > > sysv shared memory, try these sysctls settings: > > > > > > kern.ipc.shmmax=67108864 > > > > > > kern.ipc.shmall=32768 > > > > > > > > > > > > HTH, > > > > > > > > > > > > Juergen > > > > > > > > > > > > > writev(0xe,0x7fffff9faf20,0x6,0x18ad0,0x50,0x0) = 48 (0x30) > > > > > > > read(14,0x80c8152c0,8) ERR#35 'Resource > > > > > > > temporarily unavailable' > > > > > > > > > > [...] > > > > > > > > > > Juergen, > > > > > > > > > > Thanks for your assistance. Selecting X11 video output in Tools -> > > > > > Prefs -> Video > -> Output, did the trick. Just for FYI, I am using: > > > > > > > > > > Intel(R) Sandybridge/Ivybridge Graphics Chipset Accelerated VGA BIOS > > > > > xorg-server-1.10.6_1,1 X.Org X server and related programs > > > > > > > > > > kern.ipc.shmmax: 536870912 > > > > > kern.ipc.shmall: 131072 > > > > > > > > Ah I guess then you're using the vesa driver? Or are you actually > > > > using the Intel KMS patches (now committed to 9.1 or head branches), > > > > tho hat would be strange if those didn't support Xvideo... > > > > > > > > Juergen > > > > > > > Juergen, > > > > > > You are correct, I am using the Intel KMS patches on current. VLC 1* > > > worked perfectly without any changes to video output settings. > > > > Can you install x11/xvinfo and check output of it? I wonder if the > > intel kms patches are really missing xvideo support... > > > > And if it does find something could you test xvideo using other players > > like mplayer -vo xv ...? > > > > Thanx, :) > > Juergen > > The output of xvinfo is : > > X-Video Extension version 2.2 > screen #0 > no adaptors present > mplayer -vo x11/gl driver options were the only options that provided output. > The gl option provided video but it slagged greatly making it unusable. Is > xvideo prefered to x11? Let me know if you need additional testing. Well ok, that explains why vlc had problems using xvideo. (xvideo is preferred if available as it reduces cpu load playing video, there also is vaapi that offloads video decoding to the gpu too but the userland libs needed for that aren't in ports and I wonder if intel kms kernel support for it is missing too if xvideo support is already missing... I've Cc'd -x11, maybe someone there knows.) Thanx, Juergen (who doesn't have intel video hw here only maintains a few multimedia ports and updated vlc) From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 28 17:51:33 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E421065672; Fri, 28 Sep 2012 17:51:32 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6B48FC12; Fri, 28 Sep 2012 17:51:31 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q8SHpVQE075602; Fri, 28 Sep 2012 20:51:31 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q8SHpJ1J006031; Fri, 28 Sep 2012 20:51:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q8SHpJte006030; Fri, 28 Sep 2012 20:51:19 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 28 Sep 2012 20:51:19 +0300 From: Konstantin Belousov To: Juergen Lock Message-ID: <20120928175119.GX35915@deviant.kiev.zoral.com.ua> References: <201209252359.44863.dantavious313@gmail.com> <201209261839.35551.dantavious313@gmail.com> <20120927183716.GA6608@triton8.kn-bremen.de> <201209271806.40743.dantavious313@gmail.com> <20120928173216.GA44127@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="V/5pStbHlGfNIMG1" Content-Disposition: inline In-Reply-To: <20120928173216.GA44127@triton8.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: x11@freebsd.org, Derrick Edwards , multimedia@freebsd.org Subject: Re: Intel kms xvideo/vaapi? (was: Re: VLC problems) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 17:51:33 -0000 --V/5pStbHlGfNIMG1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 28, 2012 at 07:32:16PM +0200, Juergen Lock wrote: > Well ok, that explains why vlc had problems using xvideo. (xvideo > is preferred if available as it reduces cpu load playing video, > there also is vaapi that offloads video decoding to the gpu too > but the userland libs needed for that aren't in ports and I wonder > if intel kms kernel support for it is missing too if xvideo support > is already missing... I've Cc'd -x11, maybe someone there knows.) >=20 > Thanx, > Juergen (who doesn't have intel video hw here only maintains > a few multimedia ports and updated vlc) Kernel driver does support the VCS ring batches. We should be on par with the Linux kernel version which was used for the last import. I never compiled/tested vaapi 965 driver myself. Sure, there may be bugs, which I think are even inevitable, but VCS engine is quite similar and simpler then render, so I expect that bugs can be fixed if reported. Obvious first step is to get libva 965 driver compiling and added to ports. The sources are available at git://anongit.freedesktop.org/vaapi/intel-driv= er. --V/5pStbHlGfNIMG1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAlBl45cACgkQC3+MBN1Mb4jKbQCfb9BAJdUqYngX0JMl4nih1PhG 8g0An1hH6A046YyrE9q5fO7QPoI/bgts =h1+5 -----END PGP SIGNATURE----- --V/5pStbHlGfNIMG1-- From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 28 21:08:01 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A8C7106566B; Fri, 28 Sep 2012 21:08:01 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 0E8A98FC0A; Fri, 28 Sep 2012 21:08:00 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 7C2BD1E00078; Fri, 28 Sep 2012 23:07:59 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8SL27CX049958; Fri, 28 Sep 2012 23:02:07 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8SL26eb049957; Fri, 28 Sep 2012 23:02:06 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 28 Sep 2012 23:02:06 +0200 To: Konstantin Belousov Message-ID: <20120928210206.GA49736@triton8.kn-bremen.de> References: <201209252359.44863.dantavious313@gmail.com> <201209261839.35551.dantavious313@gmail.com> <20120927183716.GA6608@triton8.kn-bremen.de> <201209271806.40743.dantavious313@gmail.com> <20120928173216.GA44127@triton8.kn-bremen.de> <20120928175119.GX35915@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120928175119.GX35915@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: x11@freebsd.org, Juergen Lock , multimedia@freebsd.org, Derrick Edwards Subject: Re: Intel kms xvideo/vaapi? (was: Re: VLC problems) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 21:08:01 -0000 On Fri, Sep 28, 2012 at 08:51:19PM +0300, Konstantin Belousov wrote: > On Fri, Sep 28, 2012 at 07:32:16PM +0200, Juergen Lock wrote: > > Well ok, that explains why vlc had problems using xvideo. (xvideo > > is preferred if available as it reduces cpu load playing video, > > there also is vaapi that offloads video decoding to the gpu too > > but the userland libs needed for that aren't in ports and I wonder > > if intel kms kernel support for it is missing too if xvideo support > > is already missing... I've Cc'd -x11, maybe someone there knows.) > > > > Thanx, > > Juergen (who doesn't have intel video hw here only maintains > > a few multimedia ports and updated vlc) > > Kernel driver does support the VCS ring batches. We should be on par with > the Linux kernel version which was used for the last import. > > I never compiled/tested vaapi 965 driver myself. Sure, there may be bugs, > which I think are even inevitable, but VCS engine is quite similar and > simpler then render, so I expect that bugs can be fixed if reported. > > Obvious first step is to get libva 965 driver compiling and added to ports. > The sources are available at git://anongit.freedesktop.org/vaapi/intel-driver. Ok that is good news. But is it expected that xvideo isn't supported? Thanx, :) Juergen From owner-freebsd-multimedia@FreeBSD.ORG Sat Sep 29 11:45:37 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 659441065673 for ; Sat, 29 Sep 2012 11:45:37 +0000 (UTC) (envelope-from mlist@itservice-schaefer.de) Received: from v220101070074062.yourvserver.net (static.68.133.47.78.clients.your-server.de [78.47.133.68]) by mx1.freebsd.org (Postfix) with ESMTP id 269EE8FC0C for ; Sat, 29 Sep 2012 11:45:36 +0000 (UTC) Received: from [192.168.1.163] (ip-88-153-232-225.unitymediagroup.de [88.153.232.225]) by v220101070074062.yourvserver.net (Postfix) with ESMTPA id 6A06E1F42317 for ; Sat, 29 Sep 2012 13:38:22 +0200 (CEST) From: =?iso-8859-1?Q?Timo_Sch=E4fer?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: Date: Sat, 29 Sep 2012 13:38:21 +0200 To: "multimedia@freebsd.org" Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) X-Mailer: Apple Mail (2.1498) Cc: Subject: vdr-plugin-sc X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2012 11:45:37 -0000 Hello, any plans making vdr-plugin-sc available for FreeBSD? Regards Timo From owner-freebsd-multimedia@FreeBSD.ORG Sat Sep 29 12:33:36 2012 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C18E8106566C for ; Sat, 29 Sep 2012 12:33:36 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 745818FC16 for ; Sat, 29 Sep 2012 12:33:36 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 901621E00714; Sat, 29 Sep 2012 14:33:35 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q8TCVCvs077962; Sat, 29 Sep 2012 14:31:12 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q8TCVCm8077961; Sat, 29 Sep 2012 14:31:12 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 29 Sep 2012 14:31:12 +0200 To: Timo =?iso-8859-1?Q?Sch=E4fer?= Message-ID: <20120929123112.GA77622@triton8.kn-bremen.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "multimedia@freebsd.org" Subject: Re: vdr-plugin-sc X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2012 12:33:36 -0000 On Sat, Sep 29, 2012 at 01:38:21PM +0200, Timo Schäfer wrote: > Hello, Hi! > > any plans making vdr-plugin-sc available for FreeBSD? I'm not working on it but if someone else wants to do it I'm not against it. :) (there also is vdr-plugin-dvbapi btw.) Juergen