| 1 | %define major 0.10 |
|---|
| 2 | |
|---|
| 3 | %define _gst_ver 0.10.31 |
|---|
| 4 | %define _glib2_ver 2.12.0 |
|---|
| 5 | %define _gtk2_ver 2.12.0 |
|---|
| 6 | %define _gtk_doc_ver 1.3 |
|---|
| 7 | %define _check_ver 0.9.2 |
|---|
| 8 | %define _python_ver 2.1 |
|---|
| 9 | %define _alsa_lib_ver 0.9.1 |
|---|
| 10 | %define _libogg_ver 1.0 |
|---|
| 11 | %define _libvorbis_ver 1.0 |
|---|
| 12 | %define _freetype2_ver 2.0.9 |
|---|
| 13 | |
|---|
| 14 | %define po_package gst-plugins-base-%{major} |
|---|
| 15 | |
|---|
| 16 | Summary: GStreamer Streaming-media framework base plugins |
|---|
| 17 | Summary(ja): GStreamer ストリーミングメディアフレームワーク用基本プラグイン |
|---|
| 18 | Name: gstreamer-plugins-base |
|---|
| 19 | Version: 0.10.32 |
|---|
| 20 | Release: 1%{?_dist_release} |
|---|
| 21 | License: LGPL |
|---|
| 22 | Group: System Environment/Libraries |
|---|
| 23 | URL: http://gstreamer.freedesktop.org/ |
|---|
| 24 | Source: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.bz2 |
|---|
| 25 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 26 | |
|---|
| 27 | Requires: gstreamer >= %{_gst_ver} |
|---|
| 28 | Requires: glib2 >= %{_glib2_ver} |
|---|
| 29 | Requires: alsa-lib >= %{_alsa_lib_ver} |
|---|
| 30 | Requires: pango |
|---|
| 31 | Requires: gnome-vfs2 |
|---|
| 32 | Requires: libogg >= %{_libogg_ver} |
|---|
| 33 | Requires: libvorbis, libtheora >= %{_libvorbis_ver} |
|---|
| 34 | |
|---|
| 35 | BuildRequires: gstreamer-devel >= %{_gst_ver} |
|---|
| 36 | BuildRequires: gtk-doc >= %{_gtk_doc_ver} |
|---|
| 37 | BuildRequires: python >= %{_python_ver}, python-pyxml |
|---|
| 38 | BuildRequires: glib2-devel >= %{_glib2_ver} |
|---|
| 39 | BuildRequires: check >= %{_check_ver} |
|---|
| 40 | BuildRequires: gtk2-devel >= %{_gtk2_ver} |
|---|
| 41 | BuildRequires: alsa-lib-devel >= %{_alsa_lib_ver} |
|---|
| 42 | BuildRequires: cdparanoia-devel |
|---|
| 43 | BuildRequires: gnome-vfs2-devel |
|---|
| 44 | BuildRequires: libogg-devel >= %{_libogg_ver} |
|---|
| 45 | BuildRequires: libtheora-devel, libvorbis-devel >= %{_libvorbis_ver} |
|---|
| 46 | BuildRequires: pango-devel |
|---|
| 47 | BuildRequires: freetype2-devel >= %{_freetype2_ver} |
|---|
| 48 | BuildRequires: fontconfig-devel |
|---|
| 49 | BuildRequires: libX11-devel |
|---|
| 50 | BuildRequires: libXv-devel |
|---|
| 51 | BuildRequires: libvisual-devel |
|---|
| 52 | BuildRequires: orc-devel |
|---|
| 53 | BuildRequires: libgudev1-devel |
|---|
| 54 | BuildRequires: gobject-introspection-devel |
|---|
| 55 | |
|---|
| 56 | Obsoletes: %{name}-gnomevfs < 0.10.5 |
|---|
| 57 | Obsoletes: %{name}-ogg < 0.10.5 |
|---|
| 58 | |
|---|
| 59 | Vendor: Project Vine |
|---|
| 60 | Distribution: Vine Linux |
|---|
| 61 | Packager: inagaki |
|---|
| 62 | |
|---|
| 63 | %description |
|---|
| 64 | GStreamer is a streaming-media framework, based on graphs of filters which |
|---|
| 65 | operate on media data. Applications using this library can do anything |
|---|
| 66 | from real-time sound processing to playing videos, and just about anything |
|---|
| 67 | else media-related. Its plugin-based architecture means that new data |
|---|
| 68 | types or processing capabilities can be added simply by installing new |
|---|
| 69 | plugins. |
|---|
| 70 | |
|---|
| 71 | This package contains a set of well-maintained base plugins. |
|---|
| 72 | |
|---|
| 73 | %package devel |
|---|
| 74 | Summary: Libraries/include files for GStreamer base plugins |
|---|
| 75 | Summary(ja): GStreamer 基本プラグインの開発用ライブラリ |
|---|
| 76 | Group: Development/Libraries |
|---|
| 77 | Requires: %{name} = %{version}-%{release} |
|---|
| 78 | Requires: gstreamer-devel >= %{_gst_ver} |
|---|
| 79 | |
|---|
| 80 | %description devel |
|---|
| 81 | GStreamer is a streaming-media framework, based on graphs of filters which |
|---|
| 82 | operate on media data. Applications using this library can do anything |
|---|
| 83 | from real-time sound processing to playing videos, and just about anything |
|---|
| 84 | else media-related. Its plugin-based architecture means that new data |
|---|
| 85 | types or processing capabilities can be added simply by installing new |
|---|
| 86 | plugins. |
|---|
| 87 | |
|---|
| 88 | This package contains GStreamer base plugins library depvelopment and header |
|---|
| 89 | files. |
|---|
| 90 | |
|---|
| 91 | %prep |
|---|
| 92 | %setup -q -n gst-plugins-base-%{version} |
|---|
| 93 | |
|---|
| 94 | %build |
|---|
| 95 | %ifarch alpha |
|---|
| 96 | %define optflags -O2 -mieee -fPIC |
|---|
| 97 | %endif |
|---|
| 98 | |
|---|
| 99 | %configure \ |
|---|
| 100 | --with-package-name='Vine Linux gstreamer-plugins-base package' \ |
|---|
| 101 | --enable-gtk-doc \ |
|---|
| 102 | --disable-static \ |
|---|
| 103 | --disable-debug \ |
|---|
| 104 | --enable-orc \ |
|---|
| 105 | --with-gudev \ |
|---|
| 106 | --enable-introspection=yes |
|---|
| 107 | |
|---|
| 108 | make %{?_smp_mflags} |
|---|
| 109 | |
|---|
| 110 | %install |
|---|
| 111 | [ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
|---|
| 112 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 113 | |
|---|
| 114 | # Clean out files that should not be part of the rpm. |
|---|
| 115 | rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{major}/*.{a,la} |
|---|
| 116 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} |
|---|
| 117 | |
|---|
| 118 | %find_lang %{po_package} |
|---|
| 119 | |
|---|
| 120 | %clean |
|---|
| 121 | [ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
|---|
| 122 | |
|---|
| 123 | %post -p /sbin/ldconfig |
|---|
| 124 | |
|---|
| 125 | %postun -p /sbin/ldconfig |
|---|
| 126 | |
|---|
| 127 | %files -f %{po_package}.lang |
|---|
| 128 | %defattr(-,root,root) |
|---|
| 129 | %doc AUTHORS ChangeLog COPYING* NEWS README RELEASE REQUIREMENTS |
|---|
| 130 | |
|---|
| 131 | # helper programs |
|---|
| 132 | %{_bindir}/gst-* |
|---|
| 133 | %{_mandir}/man1/gst-* |
|---|
| 134 | |
|---|
| 135 | # libraries |
|---|
| 136 | %{_libdir}/libgst*-%{major}.so.* |
|---|
| 137 | %{_libdir}/girepository-1.0/*.typelib |
|---|
| 138 | |
|---|
| 139 | # base plugins without external dependencies |
|---|
| 140 | %{_libdir}/gstreamer-%{major}/libgstadder.so |
|---|
| 141 | %{_libdir}/gstreamer-%{major}/libgstaudioconvert.so |
|---|
| 142 | %{_libdir}/gstreamer-%{major}/libgstaudiorate.so |
|---|
| 143 | %{_libdir}/gstreamer-%{major}/libgstaudioresample.so |
|---|
| 144 | %{_libdir}/gstreamer-%{major}/libgstaudiotestsrc.so |
|---|
| 145 | %{_libdir}/gstreamer-%{major}/libgstapp.so |
|---|
| 146 | %{_libdir}/gstreamer-%{major}/libgstcdparanoia.so |
|---|
| 147 | %{_libdir}/gstreamer-%{major}/libgstdecodebin.so |
|---|
| 148 | %{_libdir}/gstreamer-%{major}/libgstdecodebin2.so |
|---|
| 149 | %{_libdir}/gstreamer-%{major}/libgstffmpegcolorspace.so |
|---|
| 150 | %{_libdir}/gstreamer-%{major}/libgstgdp.so |
|---|
| 151 | %{_libdir}/gstreamer-%{major}/libgstgio.so |
|---|
| 152 | %{_libdir}/gstreamer-%{major}/libgstplaybin.so |
|---|
| 153 | #{_libdir}/gstreamer-%{major}/libgstqueue2.so |
|---|
| 154 | %{_libdir}/gstreamer-%{major}/libgstsubparse.so |
|---|
| 155 | %{_libdir}/gstreamer-%{major}/libgsttcp.so |
|---|
| 156 | %{_libdir}/gstreamer-%{major}/libgsttypefindfunctions.so |
|---|
| 157 | #{_libdir}/gstreamer-%{major}/libgsturidecodebin.so |
|---|
| 158 | %{_libdir}/gstreamer-%{major}/libgstvideo4linux.so |
|---|
| 159 | %{_libdir}/gstreamer-%{major}/libgstvideorate.so |
|---|
| 160 | %{_libdir}/gstreamer-%{major}/libgstvideoscale.so |
|---|
| 161 | %{_libdir}/gstreamer-%{major}/libgstvideotestsrc.so |
|---|
| 162 | %{_libdir}/gstreamer-%{major}/libgstvolume.so |
|---|
| 163 | %{_libdir}/gstreamer-%{major}/libgstximagesink.so |
|---|
| 164 | %{_libdir}/gstreamer-%{major}/libgstxvimagesink.so |
|---|
| 165 | |
|---|
| 166 | # base plugins with external dependencies, but in the main package |
|---|
| 167 | %{_libdir}/gstreamer-%{major}/libgstalsa.so |
|---|
| 168 | %{_libdir}/gstreamer-%{major}/libgstpango.so |
|---|
| 169 | %{_libdir}/gstreamer-%{major}/libgstgnomevfs.so |
|---|
| 170 | %{_libdir}/gstreamer-%{major}/libgstlibvisual.so |
|---|
| 171 | %{_libdir}/gstreamer-%{major}/libgstogg.so |
|---|
| 172 | %{_libdir}/gstreamer-%{major}/libgsttheora.so |
|---|
| 173 | %{_libdir}/gstreamer-%{major}/libgstvorbis.so |
|---|
| 174 | |
|---|
| 175 | %files devel |
|---|
| 176 | %defattr(-,root,root) |
|---|
| 177 | %{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{major} |
|---|
| 178 | %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{major} |
|---|
| 179 | %{_datadir}/gir-1.0/*.gir |
|---|
| 180 | %{_includedir}/gstreamer-%{major}/gst/* |
|---|
| 181 | %{_libdir}/pkgconfig/*.pc |
|---|
| 182 | %{_libdir}/libgst*-%{major}.so |
|---|
| 183 | |
|---|
| 184 | %changelog |
|---|
| 185 | * Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.32-1 |
|---|
| 186 | - new upstream release |
|---|
| 187 | |
|---|
| 188 | * Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.31-1 |
|---|
| 189 | - new upstream release |
|---|
| 190 | |
|---|
| 191 | * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.30.2-1 |
|---|
| 192 | - new upstream release |
|---|
| 193 | - change BuildRequires: gobject-introspection-devel instead of gir-repository-devel |
|---|
| 194 | - add configure option (--enable-introspection=yes) |
|---|
| 195 | |
|---|
| 196 | * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.10.30-2 |
|---|
| 197 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 198 | - add BuildRequires: gir-repository-devel |
|---|
| 199 | |
|---|
| 200 | * Sun Jul 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.30-1 |
|---|
| 201 | - new upstream release |
|---|
| 202 | - added BR: orc-devel, libgudev1-devel |
|---|
| 203 | - removed liboil dependency |
|---|
| 204 | |
|---|
| 205 | * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.29-1 |
|---|
| 206 | - new upstream release |
|---|
| 207 | |
|---|
| 208 | * Wed Mar 10 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.28-1 |
|---|
| 209 | - new upstream release |
|---|
| 210 | |
|---|
| 211 | * Sun Feb 28 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.26-1 |
|---|
| 212 | - new upstream release |
|---|
| 213 | - built with new toolchain |
|---|
| 214 | |
|---|
| 215 | * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.25-1 |
|---|
| 216 | - new upstream release |
|---|
| 217 | |
|---|
| 218 | * Sun Aug 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.24-1 |
|---|
| 219 | - new upstream release |
|---|
| 220 | |
|---|
| 221 | * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.23-1 |
|---|
| 222 | - new upstream release |
|---|
| 223 | - added BR: libvisual-devel |
|---|
| 224 | - added Packager tag |
|---|
| 225 | |
|---|
| 226 | * Thu Mar 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.22-1 |
|---|
| 227 | - new upstream release |
|---|
| 228 | |
|---|
| 229 | * Mon Dec 29 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.10.21-1 |
|---|
| 230 | - add configure option --enable-experimental to enable giosink |
|---|
| 231 | |
|---|
| 232 | * Wed Oct 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.21-1 |
|---|
| 233 | - new upstream release |
|---|
| 234 | - spec in UTF-8 |
|---|
| 235 | |
|---|
| 236 | * Sun Jun 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.20-1 |
|---|
| 237 | - new upstream release |
|---|
| 238 | - updated build dependancies |
|---|
| 239 | |
|---|
| 240 | * Tue Apr 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.10.19-2 |
|---|
| 241 | - build with xorg-x11-7.3 |
|---|
| 242 | - remove XOrg/XOrg-devel deps |
|---|
| 243 | - add BuildRequires: libXv-devel, fontconfig-devel |
|---|
| 244 | |
|---|
| 245 | * Sat Apr 5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.19-1vl5 |
|---|
| 246 | - new upstream release |
|---|
| 247 | |
|---|
| 248 | * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.18-1vl5 |
|---|
| 249 | - new upstream release |
|---|
| 250 | |
|---|
| 251 | * Sun Dec 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.15-0vl1 |
|---|
| 252 | - new upstream release |
|---|
| 253 | |
|---|
| 254 | * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.14-0vl1 |
|---|
| 255 | - new upstream release |
|---|
| 256 | |
|---|
| 257 | * Sat Jun 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.13-0vl1 |
|---|
| 258 | - new upstream release |
|---|
| 259 | |
|---|
| 260 | * Sat Mar 10 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.12-0vl1 |
|---|
| 261 | - new upstream release |
|---|
| 262 | - update %%_gst_ver |
|---|
| 263 | - add Vendor/Distribution tag |
|---|
| 264 | - add '-with-package-name' option to %%configure |
|---|
| 265 | - use more macros |
|---|
| 266 | |
|---|
| 267 | * Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.11-0vl1 |
|---|
| 268 | - new upstream release |
|---|
| 269 | - update %%_gst_ver |
|---|
| 270 | - update required version of liboil |
|---|
| 271 | - add new plugin: libgstdecodebin2.so |
|---|
| 272 | |
|---|
| 273 | * Sat Nov 25 2006 Ryoiochi INAGAKI <ryo1@bc.wakwak.com> 0.10.10-0vl1 |
|---|
| 274 | - new upstream release |
|---|
| 275 | - update %%_gst_ver |
|---|
| 276 | - changed Group to Applications/Multimedia |
|---|
| 277 | |
|---|
| 278 | * Sun Jul 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.9-0vl1 |
|---|
| 279 | - new upstream release |
|---|
| 280 | - update %%_gst_ver |
|---|
| 281 | |
|---|
| 282 | * Sun Jun 18 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.8-0vl1 |
|---|
| 283 | - new upstream release |
|---|
| 284 | - update %%_gst_ver |
|---|
| 285 | |
|---|
| 286 | * Thu May 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.7-0vl1 |
|---|
| 287 | - new upstream release |
|---|
| 288 | - update %%_gst_ver |
|---|
| 289 | |
|---|
| 290 | * Mon May 1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.6-0vl1 |
|---|
| 291 | - new upstream release |
|---|
| 292 | |
|---|
| 293 | * Sun Mar 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl2 |
|---|
| 294 | - remove Obsoletes: gstreamer-plugins |
|---|
| 295 | |
|---|
| 296 | * Tue Mar 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.5-0vl1 |
|---|
| 297 | - new upstream release |
|---|
| 298 | - update %%_gst_ver and liboil version |
|---|
| 299 | - merge -gnomevfs,ogg into main package |
|---|
| 300 | - add Obsoletes: %%{name}-gnomevfs, %%{name}-ogg < 0.10.5 |
|---|
| 301 | |
|---|
| 302 | * Fri Feb 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.3-0vl1 |
|---|
| 303 | - new upstream release |
|---|
| 304 | - update %%_gst_ver |
|---|
| 305 | |
|---|
| 306 | * Sun Jan 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.2-0vl2 |
|---|
| 307 | - add Obsoletes: gstreamer-plugins < 0.9 |
|---|
| 308 | |
|---|
| 309 | * Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10.2-0vl1 |
|---|
| 310 | - initial package based on gstreamer-plugins |
|---|
| 311 | - new upstream release |
|---|
| 312 | - change major to 0.10 |
|---|
| 313 | - update dependencies |
|---|
| 314 | - update %%configure options |
|---|
| 315 | - add subpackage: -gnomevfs, -ogg |
|---|
| 316 | |
|---|
| 317 | * Mon Dec 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl3 |
|---|
| 318 | - remove duplicated libgst{idct,qtdemux,xwindowlistener}.so |
|---|
| 319 | |
|---|
| 320 | * Thu Oct 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.11-0vl2 |
|---|
| 321 | - added missing alsa plugin |
|---|
| 322 | |
|---|
| 323 | * Thu Sep 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.11-0vl1 |
|---|
| 324 | - new upstream release |
|---|
| 325 | - added alsa and cairo plugins |
|---|
| 326 | |
|---|
| 327 | * Sun Jul 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.10-0vl1 |
|---|
| 328 | - new upstream release |
|---|
| 329 | |
|---|
| 330 | * Mon Jun 6 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.9-0vl1 |
|---|
| 331 | - new upstream release |
|---|
| 332 | |
|---|
| 333 | * Wed May 11 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl5 |
|---|
| 334 | - added Conflicts: gstreamer-plugins-extra-audio < 0.8.8-0vl2 |
|---|
| 335 | |
|---|
| 336 | * Sun May 8 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl4 |
|---|
| 337 | - added libgstcdparania.so for gnome-cd (gnome-media) |
|---|
| 338 | - BuildRequires: cdparanoia-devel |
|---|
| 339 | |
|---|
| 340 | * Wed Mar 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.8.8-0vl3 |
|---|
| 341 | - drop BuildRequires: xmms-devel, Requires: xmms |
|---|
| 342 | |
|---|
| 343 | * Tue Mar 29 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.8-0vl2 |
|---|
| 344 | - libgstvideo4linux2.so temoporally omitted for ppc |
|---|
| 345 | (will be back later, I hope) |
|---|
| 346 | |
|---|
| 347 | * Sun Mar 13 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.8.8-0vl1 |
|---|
| 348 | - new upstream release |
|---|
| 349 | - s/Copyright/License/ |
|---|
| 350 | - includes plugins depend on main package libraries only |
|---|
| 351 | |
|---|
| 352 | * Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.5-0vl1 |
|---|
| 353 | - new upstream release |
|---|
| 354 | |
|---|
| 355 | * Tue Dec 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.4-0vl1 |
|---|
| 356 | - new upstream release |
|---|
| 357 | |
|---|
| 358 | * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.2-0vl1 |
|---|
| 359 | - new upstream release |
|---|
| 360 | |
|---|
| 361 | * Sat Feb 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-0vl1 |
|---|
| 362 | - new upstream release |
|---|
| 363 | |
|---|
| 364 | * Sat Feb 01 2003 Tomoya TAKA <taka@vinelinux.org> 0.5.2-0vl3 |
|---|
| 365 | - build with -fPIC on alpha |
|---|
| 366 | |
|---|
| 367 | * Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl2 |
|---|
| 368 | - modified scripts |
|---|
| 369 | |
|---|
| 370 | * Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.2-0vl1 |
|---|
| 371 | - new upstream release |
|---|
| 372 | |
|---|
| 373 | * Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl2 |
|---|
| 374 | - disable some plugins. |
|---|
| 375 | |
|---|
| 376 | * Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.1-0vl1 |
|---|
| 377 | - new upstream release |
|---|
| 378 | - initial build for Vine Linux |
|---|
| 379 | |
|---|
| 380 | * Thu Dec 19 2002 Elliot Lee <sopwith@redhat.com> 0.5.0-15 |
|---|
| 381 | - Include ia64 |
|---|
| 382 | - Add BuildRequires: autoconf automake |
|---|
| 383 | |
|---|
| 384 | * Wed Dec 18 2002 Jonathan Blandford <jrb@redhat.com> |
|---|
| 385 | - rebuild |
|---|
| 386 | |
|---|
| 387 | * Tue Dec 17 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-12 |
|---|
| 388 | - rebuild |
|---|
| 389 | |
|---|
| 390 | * Mon Dec 16 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-10 |
|---|
| 391 | - rebuild |
|---|
| 392 | - disable tests |
|---|
| 393 | |
|---|
| 394 | * Mon Dec 16 2002 Tim Powers <timp@redhat.com> 0.5.0-9 |
|---|
| 395 | - rebuild |
|---|
| 396 | |
|---|
| 397 | * Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-7 |
|---|
| 398 | - fix libdir for ia64. |
|---|
| 399 | |
|---|
| 400 | * Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-3 |
|---|
| 401 | - ExcludeArch: ia64. Random assembler errors that I have no hope of fixing |
|---|
| 402 | - Add devel package |
|---|
| 403 | |
|---|
| 404 | * Wed Dec 11 2002 Jonathan Blandford <jrb@redhat.com> 0.5.0-1 |
|---|
| 405 | - 0.5.0 |
|---|
| 406 | - apparently, festival-devel isn't needed. |
|---|
| 407 | |
|---|
| 408 | * Tue Dec 10 2002 Tim Powers <timp@redhat.com> 0.4.2-3 |
|---|
| 409 | - rebuild to fix broken dep on libgstreamer-0.4.2.so.0 |
|---|
| 410 | |
|---|
| 411 | * Tue Dec 3 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 412 | - excludearch the arches that can't build gstreamer cothreads |
|---|
| 413 | - well it isn't really SMP-safe |
|---|
| 414 | - add patch for including pthread.h when required |
|---|
| 415 | - prereq gconftool |
|---|
| 416 | - fix typo that broke schema installation in post |
|---|
| 417 | |
|---|
| 418 | * Mon Dec 2 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 419 | - initial "official" import |
|---|
| 420 | - munge tarball for legal cleanliness |
|---|
| 421 | |
|---|
| 422 | * Thu Nov 7 2002 Jeremy Katz <katzj@redhat.com> |
|---|
| 423 | - 0.4.2 |
|---|
| 424 | |
|---|
| 425 | * Mon Sep 23 2002 Jeremy Katz <katzj@redhat.com> |
|---|
| 426 | - 0.4.1 |
|---|
| 427 | - install the gconf schema |
|---|
| 428 | - use %%configure |
|---|
| 429 | |
|---|
| 430 | * Sun Sep 22 2002 Jeremy Katz <katzj@redhat.com> |
|---|
| 431 | - update to 0.4.0 |
|---|
| 432 | - give explicit vorbis include path, don't run vorbis test |
|---|
| 433 | |
|---|
| 434 | * Sun Aug 11 2002 Jeremy Katz <katzj@redhat.com> |
|---|
| 435 | - collapse into one package to preserve some sanity |
|---|
| 436 | |
|---|
| 437 | * Wed Mar 13 2002 Thomas Vander Stichele <thomas@apestaart.org> |
|---|
| 438 | - added more BuildRequires and Requires |
|---|
| 439 | - rearranged some plugins |
|---|
| 440 | - added changelog ;) |
|---|