public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/video: vlc.xml
Date: Sat, 08 Mar 2008 15:03:30 +0000	[thread overview]
Message-ID: <E1JY0aA-0004yq-Nf@stork.gentoo.org> (raw)

aballier    08/03/08 15:03:30

  Modified:             vlc.xml
  Log:
  update vlc guide and add myself as contributor to not let Diego endorse all the responsibility for what I write

Revision  Changes    Path
1.21                 xml/htdocs/proj/en/desktop/video/vlc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/video/vlc.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/video/vlc.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/video/vlc.xml?r1=1.20&r2=1.21

Index: vlc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/video/vlc.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- vlc.xml	23 Nov 2007 17:52:07 -0000	1.20
+++ vlc.xml	8 Mar 2008 15:03:30 -0000	1.21
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/video/vlc.xml,v 1.20 2007/11/23 17:52:07 aballier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/video/vlc.xml,v 1.21 2008/03/08 15:03:30 aballier Exp $ -->
 
 <guide link="/proj/en/desktop/video/vlc.xml" lang="en">
 <title>vlc and related</title>
@@ -8,6 +8,9 @@
 <author title="Author">
   <mail link="flameeyes@gentoo.org">Diego Pettenò</mail>
 </author>
+<author title="Contributor">
+  <mail link="aballier@gentoo.org">Alexis Ballier</mail>
+</author>
 
 <abstract>
 Maintainer notes about vlc and its relatives
@@ -18,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.18</version>
-<date>2007-01-02</date>
+<version>1.19</version>
+<date>2008-03-08</date>
 
 <chapter> <!-- vlc -->
 <title>vlc</title>
@@ -30,7 +33,7 @@
 <body>
 
 <note>
-This guide was last updated for <c>vlc</c> version 0.8.5-r5.
+This guide was last updated for <c>vlc</c> version 0.8.6e.
 </note>
 
 <p>
@@ -94,10 +97,10 @@
 </p>
 
 <p>
-While there is a Bugzilla for VideoLan software, it's mostly dead, and not
-followed by developers at all. The right place where to send patches for
-upstream is via their <path>vlc-devel</path>
-<uri link="http://developers.videolan.org/lists.html">mailing list</uri>.
+There are two ways to send patches upstream: either via their <path>vlc-devel</path>
+<uri link="http://developers.videolan.org/lists.html">mailing list</uri> or by
+<uri link="http://wiki.videolan.org/Report_bugs">reporting a bug</uri> in the
+<uri link="https://trac.videolan.org/vlc/">Trac system</uri>.
 </p>
 
 <p>
@@ -271,6 +274,9 @@
       For this reason VLC in Gentoo is patched to accept FFmpeg's AAC codec
       (that's otherwise blacklisted) and relies on that instead than on the
       native AAC plugin, that's forcefully disabled.
+      Starting from 0.9.0 snapshots of vlc, the aac flag is back and the patch
+      to not blacklist FFmpeg's AAC codec has been dropped. It is now possible
+      since we have a recent faad2 library and this makes us closer to upstream.
     </ti>
   </tr>
   
@@ -282,18 +288,7 @@
       Pth's threading does not work fine with many of the libraries used by VLC
       itself, enabling it makes the software highly unstable. Don't make an
       useflag, instead pass <path>--disable-pth</path> directly to <c>econf</c>.
-    </ti>
-  </tr>
-  
-  <tr>
-    <ti>slp</ti>
-    <ti>SLP protocol in services' discovery</ti>
-    <ti>net-libs/openslp</ti>
-    <ti>
-      <c>vlc</c> up to 0.8.4 is incompatible with latest <c>openslp</c> API, so
-      it won't build against it. To avoid automagic dependencies, pass
-      <path>--disable-slp</path> to <c>econf</c>. slp support is dropped
-      upstream for verion 0.8.5.
+      Starting from 0.9.0 snapshots, upstream has dropped pth support.
     </ti>
   </tr>
   
@@ -308,18 +303,6 @@
   </tr>
   
   <tr>
-    <ti>h264</ti>
-    <ti>Enables H.264 encoding support with libx264</ti>
-    <ti>media-libs/x264-svn</ti>
-    <ti>
-      This extra support is needed for encoding of video using H.264 codec, but
-      the library used (<c>x264-svn</c>) is not yet stable and the API is not
-      compatible with <c>vlc</c>. The support is then forcefully disabled by
-      <path>--disable-h264</path> to avoid automagic dependencies.
-    </ti>
-  </tr>
-  
-  <tr>
     <ti>dirac</ti>
     <ti>Enables experimental dirac codec</ti>
     <ti>media-libs/dirac</ti>
@@ -357,6 +340,16 @@
     <ti>libtar doesn't build a PIC shared library thus we disable it</ti>
   </tr>
 
+  <tr>
+    <ti>ieee1394</ti>
+    <ti>Enables support for ieee1394 DV cameras</ti>
+    <ti>sys-libs/libraw1394</ti>
+    <ti>
+        Displays warnings in kernel logs about using a too old interface and did
+        not give any image from a DV camera
+    </ti>
+  </tr>
+
 </table>
 
 </body>



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-08 15:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-08 15:03 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-11-12 19:40 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/video: vlc.xml Alexis Ballier (aballier)
2009-07-03 21:52 Alexis Ballier (aballier)
2009-05-06  6:13 Alexis Ballier (aballier)
2009-05-05 18:38 Alexis Ballier (aballier)
2008-08-24 23:14 Alexis Ballier (aballier)
2007-11-23 17:52 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JY0aA-0004yq-Nf@stork.gentoo.org \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox