public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/pitivi/files: pitivi-0.13.5-work-with-old-good.patch
@ 2011-01-31  6:12 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2011-01-31  6:12 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    11/01/31 06:12:00

  Added:                pitivi-0.13.5-work-with-old-good.patch
  Log:
  Bump to 0.13.5. Lots of enhancements and bug fixes.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch?rev=1.1&content-type=text/plain

Index: pitivi-0.13.5-work-with-old-good.patch
===================================================================
diff -urNp pitivi-0.13.5.old/pitivi/factories/base.py pitivi-0.13.5/pitivi/factories/base.py
--- pitivi-0.13.5.old/pitivi/factories/base.py	2011-01-30 16:40:27.672000221 +0530
+++ pitivi-0.13.5/pitivi/factories/base.py	2011-01-30 16:41:12.784000223 +0530
@@ -421,7 +421,11 @@ class SourceFactory(ObjectFactory):
                 b.csp = gst.element_factory_make("identity")
 
             b.alpha = gst.element_factory_make("alpha", "internal-alpha")
-            b.alpha.props.prefer_passthrough = True
+            try:
+                b.alpha.props.prefer_passthrough = True
+            except AttributeError:
+                self.warning("User has old version of alpha. "
+                        "prefer-passthrough not enabled")
             b.scale = gst.element_factory_make("videoscale")
             try:
                 b.scale.props.add_borders = True






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/pitivi/files: pitivi-0.13.5-work-with-old-good.patch
@ 2014-12-02 12:37 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-12-02 12:37 UTC (permalink / raw
  To: gentoo-commits

pacho       14/12/02 12:37:11

  Removed:              pitivi-0.13.5-work-with-old-good.patch
  Log:
  Drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-02 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 12:37 [gentoo-commits] gentoo-x86 commit in media-video/pitivi/files: pitivi-0.13.5-work-with-old-good.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-31  6:12 Arun Raghavan (ford_prefect)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox