]> git.pld-linux.org Git - packages/audiofile.git/blob - audiofile.spec
- added patch from Dave Miller to disable byte swapping in decoding
[packages/audiofile.git] / audiofile.spec
1 Summary:        Audio File Library - SGI Audio File Library
2 Summary(pl):    Biblioteka Audio File - implementacja SGI Audio File Library
3 Name:           audiofile
4 Version:        0.1.6
5 Release:        6       
6 Copyright:      GPL
7 Group:          Applications/Sound
8 Group(pl):      Aplikacje/D¼wiêk
9 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.gz
10 Patch:          audiofile-sparc-noswap.patch
11 URL:            http://www.68k.org./~michael/audiofile/
12 BuildRoot:      /tmp/%{name}-%{version}-root
13 Obsoletes:      libaudiofile
14
15 %description
16 This Audio File Library is an implementation of the SGI Audio File library. 
17 Since the latter is specified ambiguously in places, I've taken some
18 liberties in interpreting certain such ambiguities. At the present, not all
19 features of the SGI Audio File library are implemented. I feel, though,
20 that this implementation of the Audio File Library offers enough
21 functionality to be useful for general tasks.
22
23 This library allows the processing of audio data to and from audio files of
24 many common formats (currently AIFF, AIFC, WAVE, and NeXT/Sun).
25
26 %description -l pl
27 Biblioteka Audio File jest implementacj± biblioteki SGI Audio File.
28 Przy jej pomocy mo¿na przetwarzaæ d¼wiêki w ró¿nych formatach (AIFF, AIFC,
29 WAVE i NeXT/Sun).
30
31 %package devel
32 Summary:        Header files and others to develop Audio File applications
33 Summary(pl):    Pliki nag³ówkowe i inne potrzebe do Audio File
34 Group:          Development/Libraries
35 Group(pl):      Programowanie/Biblioteki
36 Requires:       %{name} = %{version}
37 Obsoletes:      libaudiofile-devel
38
39 %description devel
40 Header files and others to develop Audio File applications.
41
42 %description -l pl devel
43 Pliki nag³ówków do Audio File'a, czyli to czego potrzebujesz do tworzenia
44 aplikacji pod Audio File'm.
45
46 %package static
47 Summary:        Static libaudiofile libraries
48 Summary(pl):    Biblioteka statyczne libaudiofile
49 Group:          Development/Libraries
50 Group(pl):      Programowanie/Biblioteki
51 Requires:       %{name}-devel = %{version}
52 Obsoletes:      libaudiofile-static
53
54 %description static
55 Static libaudiofile libraries
56
57 %description -l pl devel
58 Biblioteki statyczne libaudiofile.
59
60 %prep
61 %setup -q
62 %patch 
63
64 %build
65 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
66 ./configure \
67         --prefix=/usr
68
69 make
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 make install DESTDIR=$RPM_BUILD_ROOT
75
76 strip --strip-unneeded $RPM_BUILD_ROOT/usr/lib/lib*.so.*.*
77
78 gzip -9nf NOTES README TODO
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %files
87 %defattr(644,root,root,755)
88 %doc {NOTES,README,TODO}.gz
89
90 %attr(755,root,root) /usr/bin/sfconvert
91 %attr(755,root,root) /usr/bin/sfinfo
92 %attr(755,root,root) /usr/lib/lib*.so.*.*
93
94 %files devel
95 %defattr(644,root,root,755)
96
97 %attr(755,root,root) /usr/bin/audiofile-config
98 %attr(755,root,root) /usr/lib/lib*.so
99
100 /usr/include/*
101 /usr/share/aclocal/audiofile.m4
102
103 %files static
104 %defattr(644,root,root,755)
105 /usr/lib/lib*.a
106
107 %changelog
108 * Wed Apr 21 1999 Piotr Czerwiñski <pius@pld.org.pl>
109   [0.1.6-2]
110 - removed "Conflicts: glibc <= 2.0.7" (not neccessary now),
111 - recompiled on rpm 3.
112
113 * Wed Mar 10 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
114   [0.1.6-1]
115 - back to old name .. audiofile.
116
117 * Fri Feb 26 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
118   [0.1.5-3]
119 - added "Conflicts: glibc <= 2.0.7" for prevent install
120   with proper version glibc,
121 - changed Group in devel and static.
122
123 * Mon Jan 04 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
124   [0.1.5-1d]
125 - changed package name to libaudiofile (audiofile added to Obsoletes),
126 - added striping shared libraries,
127 - audiofile-config to devel,
128 - enhanced main %description,
129 - added static subpackage,
130 - new %insatall and %build (libaudiofile have new autoconf scheme).
131
132 * Sun Sep 27 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
133   [0.1.3-2]
134 - added -q %setup parameter,
135 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
136 - added using %%{name} and %%{version} in Source,
137 - changed install prefix from /usr/local to /usr.
138 - changeded dependences to "Requires: %%{name} = %%{version}" in devel
139   subpackage,
140 - added using $RPM_OPT_FLAGS during compile,
141 - added full %attr description in %files,
142 - simplifications in %install.
143
144 * Tue Aug 11 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
145   [0.1.3-1]
146 - first try at an RPM,
147 - build against GNU libc-2.1.
This page took 0.039072 seconds and 3 git commands to generate.