Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293718 Details for
Bug 430673
new fluendo codec pack is out and codeina isn't updated to reflect that
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix installation of latest fluendo bundles
codeina_0.10.1+bundles-3.patch (text/plain), 653 bytes, created by
Paul Brossier
on 2008-02-01 12:34:46 UTC
(
hide
)
Description:
patch to fix installation of latest fluendo bundles
Filename:
MIME Type:
Creator:
Paul Brossier
Created:
2008-02-01 12:34:46 UTC
Size:
653 bytes
patch
obsolete
>Index: codeina/install.py >=================================================================== >--- codeina/install.py (revision 841) >+++ codeina/install.py (working copy) >@@ -86,11 +86,7 @@ > > error_names = [] > for name in tar.getnames(): >- if name.endswith('.so') \ >- or name.endswith('.sl') \ >- or name.endswith ('.dll') \ >- or name.endswith ('.DLL') \ >- or name.endswith ('.dynlib'): >+ if not name.endswith ('.txt') and not name.endswith('/'): > tar.extract(name, tdir) > plugin_tmp_path = os.path.join(tdir, name) > plugin_dest_path = os.path.join(user_plugins_dir,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430673
:
293263
|
293718
|
293880
|
301660