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-x86 commit in media-video/vlc: metadata.xml ChangeLog vlc-9999.ebuild
Date: Sun, 26 Dec 2010 13:57:23 +0000 (UTC)	[thread overview]
Message-ID: <20101226135723.C2CAB20054@flycatcher.gentoo.org> (raw)

aballier    10/12/26 13:57:23

  Modified:             metadata.xml ChangeLog vlc-9999.ebuild
  Log:
  Add libsidplay-2 support
  
  (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 media-video/vlc/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/metadata.xml?r1=1.38&r2=1.39

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/metadata.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- metadata.xml	29 Nov 2010 08:51:40 -0000	1.38
+++ metadata.xml	26 Dec 2010 13:57:23 -0000	1.39
@@ -34,6 +34,7 @@
     <flag name="rtsp">Enables real audio and RTSP modules.</flag>
     <flag name="run-as-root">Allows vlc to start for root. Don't enable this unless you have a very specific (e.g. embedded) need for it!</flag>
     <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
+	<flag name="sid">Adds support for playing C64 SID files through <pkg>media-libs/libsidplay-2</pkg>.</flag>
     <flag name="sdl-image">Enables sdl image video decoder (depends on sdl)</flag>
     <flag name="shine">Enables shine fixed point mp3 encoder.</flag>
     <flag name="shout">Enables libshout output.</flag>



1.645                media-video/vlc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.645&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.645&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.644&r2=1.645

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
retrieving revision 1.644
retrieving revision 1.645
diff -u -r1.644 -r1.645
--- ChangeLog	14 Nov 2010 18:50:05 -0000	1.644
+++ ChangeLog	26 Dec 2010 13:57:23 -0000	1.645
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/vlc
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.644 2010/11/14 18:50:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.645 2010/12/26 13:57:23 aballier Exp $
+
+  26 Dec 2010; Alexis Ballier <aballier@gentoo.org> vlc-9999.ebuild,
+  metadata.xml:
+  Add libsidplay-2 support
 
   14 Nov 2010; Raúl Porcel <armin76@gentoo.org> vlc-1.1.5.ebuild:
   Re-add ~sparc wrt #345329



1.101                media-video/vlc/vlc-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.100&r2=1.101

Index: vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- vlc-9999.ebuild	7 Nov 2010 19:14:31 -0000	1.100
+++ vlc-9999.ebuild	26 Dec 2010 13:57:23 -0000	1.101
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.100 2010/11/07 19:14:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.101 2010/12/26 13:57:23 aballier Exp $
 
 EAPI="3"
 
@@ -51,7 +51,7 @@
 	libnotify libproxy libtiger libv4l2 lirc live lua matroska mmx
 	modplug mp3 mpeg mtp musepack ncurses ogg opengl optimisememory oss
 	png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba
-	schroedinger sdl sdl-image shine shout skins speex sqlite sse stream
+	schroedinger sdl sdl-image shine shout sid skins speex sqlite sse stream
 	svg taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm
 	vorbis win32codecs wma-fixed +X x264 +xcb xml xosd xv zvbi"
 
@@ -110,6 +110,7 @@
 		sdl? ( >=media-libs/libsdl-1.2.8
 			sdl-image? ( media-libs/sdl-image sys-libs/zlib	) )
 		shout? ( media-libs/libshout )
+		sid? ( media-libs/libsidplay:2 )
 		skins? (
 				x11-libs/qt-gui:4 x11-libs/qt-core:4
 				x11-libs/libXext x11-libs/libX11
@@ -209,6 +210,10 @@
 	# It would fail if -fforce-addr is used due to too few registers...
 	use x86 && filter-flags -fforce-addr
 
+	# needs libresid-builder from libsidplay:2 which is in another directory...
+	# FIXME!
+	use sid && append-ldflags "-L/usr/$(get_libdir)/sidplay/builders/"
+
 	econf \
 		--docdir=/usr/share/doc/${PF} \
 		$(use_enable a52) \
@@ -279,6 +284,7 @@
 		$(use_enable sdl) \
 		$(use_enable sdl-image) \
 		$(use_enable shine) \
+		$(use_enable sid) \
 		$(use_enable shout) \
 		$(use_enable skins skins2) \
 		$(use_enable speex) \






             reply	other threads:[~2010-12-26 13:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-26 13:57 Alexis Ballier (aballier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-06 13:32 [gentoo-commits] gentoo-x86 commit in media-video/vlc: metadata.xml ChangeLog vlc-9999.ebuild Alexis Ballier (aballier)
2011-03-30 13:10 Alexis Ballier (aballier)
2011-03-21 11:50 Alexis Ballier (aballier)
2011-03-04 12:03 Alexis Ballier (aballier)
2011-02-24 13:59 Alexis Ballier (aballier)
2011-02-22 13:53 Alexis Ballier (aballier)
2011-02-16 22:53 Alexis Ballier (aballier)
2011-02-16 22:32 Alexis Ballier (aballier)
2011-02-16 21:39 Alexis Ballier (aballier)
2011-02-16 21:11 Alexis Ballier (aballier)
2011-02-16 20:45 Alexis Ballier (aballier)
2011-02-16 19:37 Alexis Ballier (aballier)
2011-02-16 19:25 Alexis Ballier (aballier)
2011-02-16 19:07 Alexis Ballier (aballier)
2011-02-16 18:32 Alexis Ballier (aballier)
2011-02-16 18:28 Alexis Ballier (aballier)
2011-02-16 18:04 Alexis Ballier (aballier)
2011-02-16 17:58 Alexis Ballier (aballier)
2011-02-16 17:14 Alexis Ballier (aballier)
2011-02-16 16:55 Alexis Ballier (aballier)
2011-02-16 16:18 Alexis Ballier (aballier)
2010-11-07 18:13 Alexis Ballier (aballier)
2009-11-21 11:39 Alexis Ballier (aballier)
2009-10-16 12:20 Alexis Ballier (aballier)
2009-07-13  9:10 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=20101226135723.C2CAB20054@flycatcher.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