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