Fri, 09 Sep 2011 16:56:22 +0200
Import package vendor original specs for necessary manipulations.
michael@17 | 1 | # vim: set sw=4 ts=4 et: |
michael@17 | 2 | |
michael@17 | 3 | %define soname 4 |
michael@17 | 4 | %define soname_pp 3 |
michael@17 | 5 | |
michael@17 | 6 | %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} |
michael@17 | 7 | %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} |
michael@17 | 8 | |
michael@17 | 9 | Name: mlt |
michael@17 | 10 | Version: 0.7.2 |
michael@17 | 11 | Release: 1.pm.1.8 |
michael@17 | 12 | License: GNU General Public License version 2 or later (GPLv2 or later) |
michael@17 | 13 | Summary: Multimedia framework for television broadcasting |
michael@17 | 14 | Group: Productivity/Multimedia/Sound/Editors and Convertors |
michael@17 | 15 | URL: http://www.mltframework.org/twiki/bin/view/MLT/WebHome |
michael@17 | 16 | # http://prdownloads.sourceforge.net/mlt/mlt-%{version}.tar.gz |
michael@17 | 17 | Source: mlt-%{version}.tar.bz2 |
michael@17 | 18 | Source90: %{name}-rpmlintrc |
michael@17 | 19 | Patch1: mlt-qt_backport.patch |
michael@17 | 20 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
michael@17 | 21 | BuildRequires: gcc-c++ |
michael@17 | 22 | BuildRequires: libffmpeg-devel libamrnb-devel ffmpeg |
michael@17 | 23 | BuildRequires: frei0r-plugins |
michael@17 | 24 | BuildRequires: gamin-devel |
michael@17 | 25 | BuildRequires: gtk2-devel |
michael@17 | 26 | %if 0%{?suse_version} < 1130 |
michael@17 | 27 | BuildRequires: gdk-pixbuf-devel |
michael@17 | 28 | %endif |
michael@17 | 29 | BuildRequires: ImageMagick |
michael@17 | 30 | BuildRequires: ladspa-devel |
michael@17 | 31 | BuildRequires: ladspa |
michael@17 | 32 | BuildRequires: libdv-devel |
michael@17 | 33 | BuildRequires: libgsm-devel |
michael@17 | 34 | BuildRequires: libjack-devel |
michael@17 | 35 | BuildRequires: libkde4-devel |
michael@17 | 36 | BuildRequires: libmad-devel |
michael@17 | 37 | BuildRequires: libquicktime-devel |
michael@17 | 38 | BuildRequires: libsamplerate-devel |
michael@17 | 39 | BuildRequires: libvorbis-devel |
michael@17 | 40 | BuildRequires: libxml2-devel >= 2.5 |
michael@17 | 41 | BuildRequires: pango-devel |
michael@17 | 42 | BuildRequires: qt-devel |
michael@17 | 43 | BuildRequires: pkgconfig |
michael@17 | 44 | BuildRequires: SDL-devel >= 1.2 |
michael@17 | 45 | BuildRequires: sox-devel >= 14.3.0 |
michael@17 | 46 | BuildRequires: sox >= 14.3.0 |
michael@17 | 47 | BuildRequires: xorg-x11-devel |
michael@17 | 48 | Requires: ladspa |
michael@17 | 49 | BuildRequires: python-devel |
michael@17 | 50 | BuildRequires: swig |
michael@17 | 51 | %py_requires |
michael@17 | 52 | |
michael@17 | 53 | # pmbs ... |
michael@17 | 54 | #BuildRequires: libwavpack-devel libsndfile-devel libxine1 |
michael@17 | 55 | |
michael@17 | 56 | %if %suse_version > 1101 |
michael@17 | 57 | BuildRequires: libdb-4_5-devel |
michael@17 | 58 | %endif |
michael@17 | 59 | |
michael@17 | 60 | %description |
michael@17 | 61 | MLT is an open source multimedia framework, designed and developed |
michael@17 | 62 | for television broadcasting. It provides a toolkit for broadcasters, |
michael@17 | 63 | video editors, media players, transcoders, web streamers and many |
michael@17 | 64 | more types of applications. |
michael@17 | 65 | |
michael@17 | 66 | The functionality of the system is provided via an assortment of |
michael@17 | 67 | ready to use tools, xml authoring components, and an extendible |
michael@17 | 68 | plug-in based API. |
michael@17 | 69 | |
michael@17 | 70 | %package devel |
michael@17 | 71 | Summary: MLT Video Editor development files |
michael@17 | 72 | Group: Development/Libraries/C and C++ |
michael@17 | 73 | Requires: %{name} = %{version} |
michael@17 | 74 | Requires: frei0r-plugins |
michael@17 | 75 | Requires: gtk2-devel |
michael@17 | 76 | %if 0%{?suse_version} < 1130 |
michael@17 | 77 | Requires: gdk-pixbuf-devel |
michael@17 | 78 | %endif |
michael@17 | 79 | Requires: ladspa-devel |
michael@17 | 80 | Requires: ladspa |
michael@17 | 81 | Requires: libdv-devel |
michael@17 | 82 | Requires: libffmpeg-devel |
michael@17 | 83 | Requires: libgsm-devel |
michael@17 | 84 | Requires: libjack-devel |
michael@17 | 85 | Requires: libkde4-devel |
michael@17 | 86 | Requires: libmad-devel |
michael@17 | 87 | Requires: libmlt%{soname} = %{version} |
michael@17 | 88 | Requires: libquicktime-devel |
michael@17 | 89 | Requires: libsamplerate-devel |
michael@17 | 90 | Requires: libvorbis-devel |
michael@17 | 91 | Requires: libxml2-devel >= 2.5 |
michael@17 | 92 | Requires: pango-devel |
michael@17 | 93 | Requires: qt-devel |
michael@17 | 94 | Requires: SDL-devel >= 1.2 |
michael@17 | 95 | Requires: sox-devel >= 14.3.0 |
michael@17 | 96 | Requires: sox >= 14.3.0 |
michael@17 | 97 | Requires: xorg-x11-devel |
michael@17 | 98 | |
michael@17 | 99 | %description devel |
michael@17 | 100 | MLT is an open source multimedia framework, designed and developed |
michael@17 | 101 | for television broadcasting. It provides a toolkit for broadcasters, |
michael@17 | 102 | video editors, media players, transcoders, web streamers and many |
michael@17 | 103 | more types of applications. |
michael@17 | 104 | |
michael@17 | 105 | The functionality of the system is provided via an assortment of |
michael@17 | 106 | ready to use tools, xml authoring components, and an extendible |
michael@17 | 107 | plug-in based API. |
michael@17 | 108 | |
michael@17 | 109 | Headers and link/static libraries for package MLT. |
michael@17 | 110 | |
michael@17 | 111 | %package -n mlt++-devel |
michael@17 | 112 | Summary: MLT Video Editor development files |
michael@17 | 113 | Group: Development/Libraries/C and C++ |
michael@17 | 114 | Requires: %{name}-devel = %{version} |
michael@17 | 115 | Requires: libmlt++%{soname_pp} = %{version} |
michael@17 | 116 | |
michael@17 | 117 | %description -n mlt++-devel |
michael@17 | 118 | MLT is an open source multimedia framework, designed and developed |
michael@17 | 119 | for television broadcasting. It provides a toolkit for broadcasters, |
michael@17 | 120 | video editors, media players, transcoders, web streamers and many |
michael@17 | 121 | more types of applications. |
michael@17 | 122 | |
michael@17 | 123 | The functionality of the system is provided via an assortment of |
michael@17 | 124 | ready to use tools, xml authoring components, and an extendible |
michael@17 | 125 | plug-in based API. |
michael@17 | 126 | |
michael@17 | 127 | Headers and link/static libraries for package MLT++. |
michael@17 | 128 | |
michael@17 | 129 | %package -n libmlt%{soname} |
michael@17 | 130 | Summary: MLT Video Editor shared library |
michael@17 | 131 | Group: System/Libraries |
michael@17 | 132 | |
michael@17 | 133 | %description -n libmlt%{soname} |
michael@17 | 134 | MLT is an open source multimedia framework, designed and developed |
michael@17 | 135 | for television broadcasting. It provides a toolkit for broadcasters, |
michael@17 | 136 | video editors, media players, transcoders, web streamers and many |
michael@17 | 137 | more types of applications. |
michael@17 | 138 | |
michael@17 | 139 | The functionality of the system is provided via an assortment of |
michael@17 | 140 | ready to use tools, xml authoring components, and an extendible |
michael@17 | 141 | plug-in based API. |
michael@17 | 142 | |
michael@17 | 143 | Shared library for package MLT. |
michael@17 | 144 | |
michael@17 | 145 | %package -n libmlt++%{soname_pp} |
michael@17 | 146 | Summary: MLT Video Editor shared library |
michael@17 | 147 | Group: System/Libraries |
michael@17 | 148 | |
michael@17 | 149 | %description -n libmlt++%{soname_pp} |
michael@17 | 150 | MLT is an open source multimedia framework, designed and developed |
michael@17 | 151 | for television broadcasting. It provides a toolkit for broadcasters, |
michael@17 | 152 | video editors, media players, transcoders, web streamers and many |
michael@17 | 153 | more types of applications. |
michael@17 | 154 | |
michael@17 | 155 | The functionality of the system is provided via an assortment of |
michael@17 | 156 | ready to use tools, xml authoring components, and an extendible |
michael@17 | 157 | plug-in based API. |
michael@17 | 158 | |
michael@17 | 159 | Shared library for package MLT. |
michael@17 | 160 | |
michael@17 | 161 | %package -n python-mlt |
michael@17 | 162 | Summary: MLT Video Editor python bindings |
michael@17 | 163 | Group: Development/Languages/Python |
michael@17 | 164 | Requires: %{name} = %{version} |
michael@17 | 165 | %if %suse_version >= 1110 |
michael@17 | 166 | Requires: python-base >= %{py_ver} |
michael@17 | 167 | %else |
michael@17 | 168 | Requires: python >= %{py_ver} |
michael@17 | 169 | %endif |
michael@17 | 170 | |
michael@17 | 171 | %description -n python-mlt |
michael@17 | 172 | MLT is an open source multimedia framework, designed and developed |
michael@17 | 173 | for television broadcasting. It provides a toolkit for broadcasters, |
michael@17 | 174 | video editors, media players, transcoders, web streamers and many |
michael@17 | 175 | more types of applications. |
michael@17 | 176 | |
michael@17 | 177 | The functionality of the system is provided via an assortment of |
michael@17 | 178 | ready to use tools, xml authoring components, and an extendible |
michael@17 | 179 | plug-in based API. |
michael@17 | 180 | |
michael@17 | 181 | Python bindings for package MLT. |
michael@17 | 182 | |
michael@17 | 183 | %prep |
michael@17 | 184 | %setup -q -n %{name}-%{version} |
michael@17 | 185 | %if %suse_version < 1100 |
michael@17 | 186 | %patch1 |
michael@17 | 187 | %endif |
michael@17 | 188 | |
michael@17 | 189 | %build |
michael@17 | 190 | %suse_update_libdir src/modules/qimage/configure |
michael@17 | 191 | |
michael@17 | 192 | export KDEDIR=%{_prefix} |
michael@17 | 193 | %configure \ |
michael@17 | 194 | %ifarch %ix86 |
michael@17 | 195 | --disable-sse2 \ |
michael@17 | 196 | --disable-mmx \ |
michael@17 | 197 | %else |
michael@17 | 198 | --enable-sse2 \ |
michael@17 | 199 | --enable-mmx \ |
michael@17 | 200 | %endif |
michael@17 | 201 | --enable-gpl \ |
michael@17 | 202 | --enable-avformat \ |
michael@17 | 203 | --avformat-shared="%{_libdir}" \ |
michael@17 | 204 | --avformat-swscale \ |
michael@17 | 205 | --avformat-vdpau \ |
michael@17 | 206 | --enable-core \ |
michael@17 | 207 | --enable-dgraft \ |
michael@17 | 208 | --enable-dv \ |
michael@17 | 209 | --enable-effectv \ |
michael@17 | 210 | --enable-feeds \ |
michael@17 | 211 | --enable-frei0r \ |
michael@17 | 212 | --enable-gtk2 \ |
michael@17 | 213 | --enable-jackrack \ |
michael@17 | 214 | --enable-kdenlive \ |
michael@17 | 215 | --enable-kino \ |
michael@17 | 216 | --enable-lumas \ |
michael@17 | 217 | --enable-linsys \ |
michael@17 | 218 | --enable-melt \ |
michael@17 | 219 | %ifarch ppc |
michael@17 | 220 | --disable-motion_est \ |
michael@17 | 221 | %else |
michael@17 | 222 | %ifnarch x86_64 |
michael@17 | 223 | --enable-motion-est \ |
michael@17 | 224 | %else |
michael@17 | 225 | --disable-motion_est \ |
michael@17 | 226 | %endif |
michael@17 | 227 | %endif |
michael@17 | 228 | --enable-normalize \ |
michael@17 | 229 | --enable-oldfilm \ |
michael@17 | 230 | --enable-plus \ |
michael@17 | 231 | --enable-qimage \ |
michael@17 | 232 | --enable-resample \ |
michael@17 | 233 | --enable-sdl \ |
michael@17 | 234 | --enable-sox \ |
michael@17 | 235 | --enable-vmfx \ |
michael@17 | 236 | --enable-vorbis \ |
michael@17 | 237 | %ifarch ppc |
michael@17 | 238 | --disable-xine \ |
michael@17 | 239 | %else |
michael@17 | 240 | --enable-xine \ |
michael@17 | 241 | %endif |
michael@17 | 242 | --enable-xml \ |
michael@17 | 243 | --enable-shared \ |
michael@17 | 244 | --luma-compress \ |
michael@17 | 245 | --qimage-libdir=%{_libdir} \ |
michael@17 | 246 | --qimage-includedir=%{_includedir} \ |
michael@17 | 247 | --swig-languages=python |
michael@17 | 248 | |
michael@17 | 249 | # luma/PAL/* gets not filled, if .executed is present |
michael@17 | 250 | %__rm -rf src/modules/lumas/.executed |
michael@17 | 251 | |
michael@17 | 252 | %__make %{?_smp_flags} |
michael@17 | 253 | |
michael@17 | 254 | %install |
michael@17 | 255 | %makeinstall |
michael@17 | 256 | |
michael@17 | 257 | # make install is missing this .. DIY :) |
michael@17 | 258 | %__install -dm 755 %{buildroot}%{python_sitearch} |
michael@17 | 259 | %__install -m 644 src/swig/python/_mlt.so \ |
michael@17 | 260 | %{buildroot}%{python_sitearch} |
michael@17 | 261 | %__install -dm 755 %{buildroot}%{python_sitelib} |
michael@17 | 262 | %__install -m 644 src/swig/python/mlt.py \ |
michael@17 | 263 | %{buildroot}%{python_sitelib} |
michael@17 | 264 | |
michael@17 | 265 | %clean |
michael@17 | 266 | %{?buildroot:%__rm -rf "%{buildroot}"} |
michael@17 | 267 | |
michael@17 | 268 | %post -n libmlt%{soname} -p /sbin/ldconfig |
michael@17 | 269 | %postun -n libmlt%{soname} -p /sbin/ldconfig |
michael@17 | 270 | |
michael@17 | 271 | %post -n libmlt++%{soname_pp} -p /sbin/ldconfig |
michael@17 | 272 | %postun -n libmlt++%{soname_pp} -p /sbin/ldconfig |
michael@17 | 273 | |
michael@17 | 274 | %files |
michael@17 | 275 | %defattr(-, root, root) |
michael@17 | 276 | %doc ChangeLog COPYING README |
michael@17 | 277 | %doc docs/*.txt |
michael@17 | 278 | %{_bindir}/melt |
michael@17 | 279 | %dir %{_libdir}/mlt |
michael@17 | 280 | %{_libdir}/mlt/libmltavformat.so |
michael@17 | 281 | %{_libdir}/mlt/libmltcore.so |
michael@17 | 282 | %{_libdir}/mlt/libmltdgraft.so |
michael@17 | 283 | %{_libdir}/mlt/libmltdv.so |
michael@17 | 284 | %{_libdir}/mlt/libmlteffectv.so |
michael@17 | 285 | %{_libdir}/mlt/libmltfrei0r.so |
michael@17 | 286 | %{_libdir}/mlt/libmltgtk2.so |
michael@17 | 287 | %{_libdir}/mlt/libmltjackrack.so |
michael@17 | 288 | %{_libdir}/mlt/libmltkdenlive.so |
michael@17 | 289 | %{_libdir}/mlt/libmltkino.so |
michael@17 | 290 | %{_libdir}/mlt/libmltlinsys.so |
michael@17 | 291 | %{_libdir}/mlt/libmltmelt.so |
michael@17 | 292 | %{_libdir}/mlt/libmltxml.so |
michael@17 | 293 | %ifnarch x86_64 |
michael@17 | 294 | %ifnarch ppc |
michael@17 | 295 | %{_libdir}/mlt/libmltmotion_est.so |
michael@17 | 296 | %endif |
michael@17 | 297 | %endif |
michael@17 | 298 | %{_libdir}/mlt/libmltnormalize.so |
michael@17 | 299 | %{_libdir}/mlt/libmltoldfilm.so |
michael@17 | 300 | %{_libdir}/mlt/libmltplus.so |
michael@17 | 301 | %{_libdir}/mlt/libmltqimage.so |
michael@17 | 302 | %{_libdir}/mlt/libmltresample.so |
michael@17 | 303 | %{_libdir}/mlt/libmltrotoscoping.so |
michael@17 | 304 | %{_libdir}/mlt/libmltsdl.so |
michael@17 | 305 | %{_libdir}/mlt/libmltsox.so |
michael@17 | 306 | %{_libdir}/mlt/libmltvmfx.so |
michael@17 | 307 | %{_libdir}/mlt/libmltvorbis.so |
michael@17 | 308 | %ifnarch ppc |
michael@17 | 309 | %{_libdir}/mlt/libmltxine.so |
michael@17 | 310 | %endif |
michael@17 | 311 | %{_libdir}/mlt/libmltdecklink.so |
michael@17 | 312 | %dir %{_datadir}/mlt |
michael@17 | 313 | %{_datadir}/mlt/metaschema.yaml |
michael@17 | 314 | %dir %{_datadir}/mlt/avformat |
michael@17 | 315 | %{_datadir}/mlt/avformat/* |
michael@17 | 316 | %dir %{_datadir}/mlt/core |
michael@17 | 317 | %{_datadir}/mlt/core/data_fx.properties |
michael@17 | 318 | %{_datadir}/mlt/core/loader.dict |
michael@17 | 319 | %{_datadir}/mlt/core/loader.ini |
michael@17 | 320 | %dir %{_datadir}/mlt/feeds |
michael@17 | 321 | %{_datadir}/mlt/feeds/* |
michael@17 | 322 | %dir %{_datadir}/mlt/lumas |
michael@17 | 323 | %{_datadir}/mlt/lumas/* |
michael@17 | 324 | %dir %{_datadir}/mlt/oldfilm |
michael@17 | 325 | %{_datadir}/mlt/oldfilm/* |
michael@17 | 326 | %dir %{_datadir}/mlt/profiles |
michael@17 | 327 | %{_datadir}/mlt/profiles/* |
michael@17 | 328 | %dir %{_datadir}/mlt/rotoscoping |
michael@17 | 329 | %{_datadir}/mlt/rotoscoping/filter_rotoscoping.yml |
michael@17 | 330 | %dir %{_datadir}/mlt/xml |
michael@17 | 331 | %{_datadir}/mlt/xml/mlt-xml.dtd |
michael@17 | 332 | %dir %{_datadir}/mlt/frei0r |
michael@17 | 333 | %{_datadir}/mlt/frei0r/blacklist.txt |
michael@17 | 334 | %{_datadir}/mlt/frei0r/not_thread_safe.txt |
michael@17 | 335 | %dir %{_datadir}/mlt/decklink |
michael@17 | 336 | %{_datadir}/mlt/decklink/*.yml |
michael@17 | 337 | |
michael@17 | 338 | %files devel |
michael@17 | 339 | %defattr(-, root, root) |
michael@17 | 340 | %dir %{_includedir}/mlt |
michael@17 | 341 | %dir %{_includedir}/mlt/framework |
michael@17 | 342 | %{_includedir}/mlt/framework/*.h |
michael@17 | 343 | %{_libdir}/libmlt.so |
michael@17 | 344 | %{_libdir}/pkgconfig/mlt-framework.pc |
michael@17 | 345 | |
michael@17 | 346 | %files -n mlt++-devel |
michael@17 | 347 | %defattr(-, root, root) |
michael@17 | 348 | %dir %{_includedir}/mlt++ |
michael@17 | 349 | %{_includedir}/mlt++/* |
michael@17 | 350 | %{_libdir}/libmlt++.so |
michael@17 | 351 | %{_libdir}/pkgconfig/mlt++.pc |
michael@17 | 352 | |
michael@17 | 353 | %files -n libmlt%{soname} |
michael@17 | 354 | %defattr(-, root, root) |
michael@17 | 355 | %{_libdir}/libmlt.so.%{soname} |
michael@17 | 356 | # no kidding, on purpose, go figure...: |
michael@17 | 357 | %{_libdir}/libmlt.so.0.* |
michael@17 | 358 | |
michael@17 | 359 | %files -n libmlt++%{soname_pp} |
michael@17 | 360 | %defattr(-, root, root) |
michael@17 | 361 | %{_libdir}/libmlt++.so.%{soname_pp} |
michael@17 | 362 | # no kidding, on purpose, go figure...: |
michael@17 | 363 | %{_libdir}/libmlt++.so.0.* |
michael@17 | 364 | |
michael@17 | 365 | %files -n python-mlt |
michael@17 | 366 | %defattr(-, root, root) |
michael@17 | 367 | %{python_sitearch}/_mlt.so |
michael@17 | 368 | %{python_sitelib}/mlt.py |
michael@17 | 369 | |
michael@17 | 370 | %changelog |
michael@17 | 371 | * Sun Jun 12 2011 pascal.bleser@opensuse.org |
michael@17 | 372 | - build with SSE2 and MMX support on 64bit |
michael@17 | 373 | - build with VDPAU support |
michael@17 | 374 | - update to 0.7.2: |
michael@17 | 375 | * this is a minor release to fix a few things between the 0.7.0 release and |
michael@17 | 376 | the release of Kdenlive 0.8. I recommend Kdenlive v0.8 users to upgrade to |
michael@17 | 377 | this version of Mlt |
michael@17 | 378 | * some exciting additions to the Blackmagic Design DeckLink plugin |
michael@17 | 379 | * added mlt_profile_list() |
michael@17 | 380 | * added decklink producer (i.e. capture, live encoding) |
michael@17 | 381 | * added keyer output for decklink consumer |
michael@17 | 382 | * added AVOptions to the avformat service metadata |
michael@17 | 383 | * added support for new major API versions (53) of FFmpeg |
michael@17 | 384 | * melt: added '-query profile' option |
michael@17 | 385 | * melt: added '-query formats', '-query audio_codecs' and '-query |
michael@17 | 386 | video_codecs' |
michael@17 | 387 | * Mon Apr 11 2011 reddwarf@opensuse.org |
michael@17 | 388 | - update to 0.7.0 |
michael@17 | 389 | * Wed Sep 29 2010 pascal.bleser@opensuse.org |
michael@17 | 390 | - update to 0.5.10 |
michael@17 | 391 | * Fri Jul 30 2010 toni@links2linux.de |
michael@17 | 392 | - update to 0.5.6 |
michael@17 | 393 | - This is a maintenance release to address some bugs that appeared |
michael@17 | 394 | thus far in the 0.5.x series. Beyond that is a few enhancements: |
michael@17 | 395 | * Added interpolation to the affine transition and filter. |
michael@17 | 396 | * Added multi-track audio encoding to avformat consumer. |
michael@17 | 397 | * Added interlaced field rendering to kdenlivetitle producer. |
michael@17 | 398 | * Thu Mar 11 2010 toni@links2linux.de |
michael@17 | 399 | - update to 0.5.2 |
michael@17 | 400 | - This is a minor maintenance release, but it is interesting because |
michael@17 | 401 | it now enables usage of libswscale as the default choice for image |
michael@17 | 402 | scaling, image format conversion, and color space conversion. That |
michael@17 | 403 | gives better quality and performance. In addition, there are some |
michael@17 | 404 | improvements in the sdl_preview consumer to make it suitable for use |
michael@17 | 405 | in OpenShot 1.1. |
michael@17 | 406 | * Tue Mar 2 2010 toni@links2linux.de |
michael@17 | 407 | - rebuild with --disable-sse2 |
michael@17 | 408 | - new URL |
michael@17 | 409 | * Tue Feb 16 2010 toni@links2linux.de |
michael@17 | 410 | - update to 0.5.0 |
michael@17 | 411 | - This is an enhancement release, confined mainly to the modules rather |
michael@17 | 412 | than the framework. In particular, this adds support for VDPAU, YADIF, |
michael@17 | 413 | and HD-SDI technologies! |
michael@17 | 414 | * Mon Feb 1 2010 toni@links2linux.de |
michael@17 | 415 | - update to 0.4.10 |
michael@17 | 416 | - added libmltlinsys.so |
michael@17 | 417 | * Tue Jan 12 2010 toni@links2linux.de |
michael@17 | 418 | - added python-mlt sub-package |
michael@17 | 419 | * Fri Oct 9 2009 pascal.bleser@opensuse.org |
michael@17 | 420 | - update to 0.4.6 |
michael@17 | 421 | * Fri Oct 2 2009 Manfred.Tremmel@iiv.de |
michael@17 | 422 | - included debian patch mlt_0.4.4-3.diff |
michael@17 | 423 | * Thu Sep 24 2009 Manfred.Tremmel@iiv.de |
michael@17 | 424 | - update to 0.4.4 |
michael@17 | 425 | * Mon May 18 2009 toni@links2linux.de |
michael@17 | 426 | - update to 0.4.2 |
michael@17 | 427 | - dropped libvalerie1, libmiracle1 |
michael@17 | 428 | - added mlt++-devel, libmlt++2 sub-packages (obsoletes mlt++-*) |
michael@17 | 429 | * Wed Apr 15 2009 toni@links2linux.de |
michael@17 | 430 | - update to 0.3.8 |
michael@17 | 431 | - split of libvalerie1, libmlt1, libmiracle1 |
michael@17 | 432 | * Tue Feb 3 2009 toni@links2linux.de |
michael@17 | 433 | - update to 0.3.6 |
michael@17 | 434 | * Sun Feb 1 2009 toni@links2linux.de |
michael@17 | 435 | - rebuild with new sox(-devel) packages |
michael@17 | 436 | * Fri Jan 2 2009 toni@links2linux.de |
michael@17 | 437 | - update to 0.3.4 |
michael@17 | 438 | * Tue Nov 11 2008 toni@links2linux.de |
michael@17 | 439 | - update to 0.3.2 |
michael@17 | 440 | - openSuSE >= 11.0 use only kde4 and qt4 |
michael@17 | 441 | * Tue Oct 28 2008 toni@links2linux.de |
michael@17 | 442 | - rebuild with newest ffmpeg libs |
michael@17 | 443 | * Wed Sep 24 2008 toni@links2linux.de |
michael@17 | 444 | - mad ==> libmad-devel, sox ==> sox-devel |
michael@17 | 445 | - we have new sox 14.1 ... so I grabbed the sox-module from svn-version |
michael@17 | 446 | * Thu Aug 7 2008 toni@links2linux.de |
michael@17 | 447 | - update to 0.3.0 |
michael@17 | 448 | * Sun Jun 29 2008 toni@links2linux.de |
michael@17 | 449 | - rebuild with new ffmpeg package |
michael@17 | 450 | - removed the av_free_static call |
michael@17 | 451 | - don't strip the binaries via make install |
michael@17 | 452 | * Fri Dec 21 2007 toni@links2linux.de |
michael@17 | 453 | - rebuild with new ffmpeg package |
michael@17 | 454 | * Thu Dec 20 2007 Manfred.Tremmel@iiv.de |
michael@17 | 455 | - a little change to compile it on ppc |
michael@17 | 456 | - added a patch to make it compile with the latest ffmpeg version |
michael@17 | 457 | * Tue Aug 7 2007 toni@links2linux.de |
michael@17 | 458 | - update to 0.2.4 |
michael@17 | 459 | - added some more plugin-modules (qimage, kdenlive, effecttv) |
michael@17 | 460 | * Sat Aug 4 2007 toni@links2linux.de |
michael@17 | 461 | - rebuild with option --avformat-swscale |
michael@17 | 462 | * Wed Apr 25 2007 toni@links2linux.de |
michael@17 | 463 | - update to 0.2.3 |
michael@17 | 464 | * Tue Dec 5 2006 toni@links2linux.de |
michael@17 | 465 | - update to 0.2.2 |
michael@17 | 466 | - repacked as tar.bz2 |
michael@17 | 467 | * Wed Mar 22 2006 guru@unixtech.be |
michael@17 | 468 | - rewrote spec file |
michael@17 | 469 | - disable mmx support on x86_64 |
michael@17 | 470 | - new upstream version |
michael@17 | 471 | * Sun Aug 28 2005 guru@unixtech.be |
michael@17 | 472 | - fixed bug in requires |
michael@17 | 473 | * Fri Aug 19 2005 guru@unixtech.be |
michael@17 | 474 | - new package |