| Revision 1713,
1.5 KB
checked in by inagaki, 16 years ago
(diff) |
|
update: libflashsupport, libmediainfo, libzen, nspluginswrapper, xlockmore
|
| Line | |
|---|
| 1 | %define libname libflashsupport |
|---|
| 2 | |
|---|
| 3 | %define svn .svn2829 |
|---|
| 4 | |
|---|
| 5 | Summary: Flash support for PulseAudio, ESD and OSS |
|---|
| 6 | Summary(ja): Flash に PulseAudio / ESD / OSS サポートを追加するライブラリ |
|---|
| 7 | |
|---|
| 8 | Name: %{libname} |
|---|
| 9 | Version: 0.0%{svn} |
|---|
| 10 | Release: 3%{?_dist_release} |
|---|
| 11 | |
|---|
| 12 | License: Adobe Source Code Licence |
|---|
| 13 | Group: System Environment/Libraries |
|---|
| 14 | #from https://svn.revolutionlinux.com/MILLE/XTERM/trunk/libflashsupport/src/ |
|---|
| 15 | URL: http://www.revolutionlinux.com/mille-xterm |
|---|
| 16 | |
|---|
| 17 | Source0: libflashsupport-%{version}.tar.bz2 |
|---|
| 18 | Patch0: libflashsupport-0.0.svn2829_installlibdir.patch |
|---|
| 19 | |
|---|
| 20 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 21 | BuildRequires: openssl-devel |
|---|
| 22 | BuildRequires: esound-devel |
|---|
| 23 | BuildRequires: pulseaudio-libs-devel |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | This library adds PulseAudio, ESD and OSS support to Flash Player 9. |
|---|
| 27 | |
|---|
| 28 | %description -l ja |
|---|
| 29 | このライブラリを追加すると、Flash Player 9 で PulseAudio / ESD / OSS に |
|---|
| 30 | よる音声出力がサポートされます。 |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | %prep |
|---|
| 34 | %setup -q -n %{libname}-%{version} |
|---|
| 35 | %patch0 -p1 |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | %build |
|---|
| 39 | make |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | %install |
|---|
| 43 | rm -fr %{buildroot} |
|---|
| 44 | %makeinstall |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %files |
|---|
| 48 | %defattr(-,root,root) |
|---|
| 49 | %doc README* |
|---|
| 50 | %{_libdir}/libflashsupport.* |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | %clean |
|---|
| 54 | rm -rf %{buildroot} |
|---|
| 55 | |
|---|
| 56 | %changelog |
|---|
| 57 | * Sat Aug 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.0.svn2829-3 |
|---|
| 58 | - changed Group to System Environment/Libraries |
|---|
| 59 | |
|---|
| 60 | * Wed Oct 16 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.0.svn2829-2 |
|---|
| 61 | - add Patch0 |
|---|
| 62 | |
|---|
| 63 | * Wed Oct 16 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.0.svn2829-1 |
|---|
| 64 | - initial build for VineSeed |
|---|
Note: See
TracBrowser
for help on using the repository browser.