diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-02 12:37:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-02 12:37:11 +0000 |
commit | ea38801e9e67967099d3f0f9367905c89711a864 (patch) | |
tree | cb535c1eb386a3ade3089f1932e4ecab12f29da3 /media-video/pitivi/files | |
parent | drop old (diff) | |
download | gentoo-2-ea38801e9e67967099d3f0f9367905c89711a864.tar.gz gentoo-2-ea38801e9e67967099d3f0f9367905c89711a864.tar.bz2 gentoo-2-ea38801e9e67967099d3f0f9367905c89711a864.zip |
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/pitivi/files')
-rw-r--r-- | media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch b/media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch deleted file mode 100644 index e01456f425a6..000000000000 --- a/media-video/pitivi/files/pitivi-0.13.5-work-with-old-good.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 |