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 221191 Details for
Bug 324741
ladspa's listplugins should work without setting LADSPA_PATH
[?]
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]
A spec file patch.
ladspa.spec.patch (text/plain), 1.51 KB, created by
Anthony Green
on 2007-10-09 11:56:31 UTC
(
hide
)
Description:
A spec file patch.
Filename:
MIME Type:
Creator:
Anthony Green
Created:
2007-10-09 11:56:31 UTC
Size:
1.51 KB
patch
obsolete
>Index: ladspa.spec >=================================================================== >RCS file: /cvs/extras/rpms/ladspa/devel/ladspa.spec,v >retrieving revision 1.13 >diff -u -r1.13 ladspa.spec >--- ladspa.spec 23 Apr 2007 09:37:00 -0000 1.13 >+++ ladspa.spec 9 Oct 2007 11:51:47 -0000 >@@ -1,6 +1,6 @@ > Name: ladspa > Version: 1.12 >-Release: 8%{?dist} >+Release: 9%{?dist} > > Summary: LADSPA SDK, example plug-ins and tools > >@@ -9,6 +9,7 @@ > URL: http://www.ladspa.org/ > Source: http://www.ladspa.org/download/%{name}_sdk_%{version}.tgz > Patch: ladspa-1.12-gcc41.patch >+Patch1: ladspa-plugindir.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: perl >@@ -39,8 +40,9 @@ > %prep > %setup -q -n ladspa_sdk > %patch -p1 >+%patch1 -p0 > # respect RPM_OPT_FLAGS >-perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2/' src/makefile >+perl -pi -e 's/^(CFLAGS.*)-O3(.*)/$1\$\(RPM_OPT_FLAGS\)$2 -DPLUGINDIR=\$\(PLUGINDIR\)/' src/makefile > > # fix links to the header file in the docs > cd doc >@@ -49,7 +51,7 @@ > > %build > cd src >-make targets %{?_smp_mflags} >+PLUGINDIR=\\\"%{_libdir}/ladspa\\\" make targets %{?_smp_mflags} > > #make test > #make check >@@ -96,6 +98,9 @@ > > > %changelog >+* Tue Oct 08 2007 Anthony Green <green@redhat.com> - 1.12-9 >+- Add -plugindir patch so listplugin and friends will work by default. >+ > * Mon Apr 23 2007 Thomas Vander Stichele <thomas at apestaart dot org> > - 1.12-8 > - own the datadir. Fixes #231706.
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 324741
: 221191 |
221201