Mageia Bugzilla – Attachment 3187 Details for
Bug 7839
ardour update available (2.8.14) builds against new lv2 (see bug 7639)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
a little modification to allow national languages support
svndiff (text/plain), 1.10 KB, created by
Philippe Didier
on 2012-12-03 00:21:37 CET
(
hide
)
Description:
a little modification to allow national languages support
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2012-12-03 00:21:37 CET
Size:
1.10 KB
patch
obsolete
>Index: SPECS/ardour3.spec >=================================================================== >--- SPECS/ardour3.spec (révision 325695) >+++ SPECS/ardour3.spec (copie de travail) >@@ -1,5 +1,5 @@ > %define rev 13546 >-%define rel 1 >+%define rel 2 > > Name: ardour3 > Version: 3.0 >@@ -80,10 +80,12 @@ > %setup -q -n %{name} > > %build >-./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --configdir=%{_sysconfdir} --program-name=Ardour3 >+./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --configdir=%{_sysconfdir} --program-name=Ardour3 --nls --docs > >-./waf >+./waf build --nls --docs > >+./waf i18n_mo >+ > %install > ./waf install --destdir=%{buildroot} > >@@ -93,9 +95,8 @@ > install -d -m 0755 %{buildroot}%{_iconsdir} > cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png %{buildroot}%{_iconsdir}/ardour3.png > >-%find_lang %{name} --all-name > >-%files -f %{name}.lang >+%files > %doc README > %{_bindir}/%{name} > %dir %{_libdir}/%{name} >@@ -133,4 +134,5 @@ > %dir %{_sysconfdir}/%{name}/export > %config(noreplace) %{_sysconfdir}/%{name}/export/CD.format > %{_iconsdir}/ardour3.png >+%{_datadir}/locale/*/*/*.mo >
Index: SPECS/ardour3.spec =================================================================== --- SPECS/ardour3.spec (révision 325695) +++ SPECS/ardour3.spec (copie de travail) @@ -1,5 +1,5 @@ %define rev 13546 -%define rel 1 +%define rel 2 Name: ardour3 Version: 3.0 @@ -80,10 +80,12 @@ %setup -q -n %{name} %build -./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --configdir=%{_sysconfdir} --program-name=Ardour3 +./waf configure --prefix=%{_prefix} --libdir=%{_libdir} --configdir=%{_sysconfdir} --program-name=Ardour3 --nls --docs -./waf +./waf build --nls --docs +./waf i18n_mo + %install ./waf install --destdir=%{buildroot} @@ -93,9 +95,8 @@ install -d -m 0755 %{buildroot}%{_iconsdir} cp -f %{buildroot}%{_datadir}/%{name}/icons/application-x-ardour_48px.png %{buildroot}%{_iconsdir}/ardour3.png -%find_lang %{name} --all-name -%files -f %{name}.lang +%files %doc README %{_bindir}/%{name} %dir %{_libdir}/%{name} @@ -133,4 +134,5 @@ %dir %{_sysconfdir}/%{name}/export %config(noreplace) %{_sysconfdir}/%{name}/export/CD.format %{_iconsdir}/ardour3.png +%{_datadir}/locale/*/*/*.mo
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7839
:
3138
|
3143
|
3144
|
3146
|
3147
|
3155
|
3177
|
3178
|
3180
|
3181
|
3183
| 3187