| 1 | # build browser plugins |
|---|
| 2 | %define build_plugin %{!?_without_mozilla:1}%{?_without_mozilla:0} |
|---|
| 3 | |
|---|
| 4 | # define versions |
|---|
| 5 | %define _glib_ver 2.32.0 |
|---|
| 6 | %define _gtk_ver 3.4.0 |
|---|
| 7 | %define _gnomeicon_ver 3.4.0 |
|---|
| 8 | %define _gnome_doc_utils_ver 0.20.0 |
|---|
| 9 | %define _dbus_ver 1.4.0 |
|---|
| 10 | %define _gst_ver 0.10.30 |
|---|
| 11 | %define _gstpb_ver 0.10.30 |
|---|
| 12 | %define _gstpg_ver 0.10.24 |
|---|
| 13 | %define _xulrunner_ver 1.9 |
|---|
| 14 | %define _nautilus_ver 3.4.0 |
|---|
| 15 | %define _shared_mime_info_ver 0.17 |
|---|
| 16 | %define _unique_ver 1.0 |
|---|
| 17 | %define _vala_ver 0.11.1 |
|---|
| 18 | %define _totem_pl_parser_ver 2.32.0 |
|---|
| 19 | |
|---|
| 20 | %define nautilus_extdir %{_libdir}/nautilus/extensions-3.0 |
|---|
| 21 | %define mozplug_dir %{_libdir}/mozilla/plugins |
|---|
| 22 | |
|---|
| 23 | Summary: Movie player for GNOME 3 |
|---|
| 24 | Summary(ja): GNOME3 用動画プレイヤー |
|---|
| 25 | Name: totem |
|---|
| 26 | Version: 3.4.2 |
|---|
| 27 | Release: 1%{?_dist_release} |
|---|
| 28 | License: GPL |
|---|
| 29 | Group: Applications/Multimedia |
|---|
| 30 | URL: http://www.gnome.org/projects/totem/ |
|---|
| 31 | Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/3.4/totem-%{version}.tar.xz |
|---|
| 32 | |
|---|
| 33 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 34 | |
|---|
| 35 | Vendor: Project Vine |
|---|
| 36 | Distribution: Vine Linux |
|---|
| 37 | |
|---|
| 38 | BuildRequires: gtk3-devel >= %{_gtk_ver}, glib2-devel >= %{_glib_ver} |
|---|
| 39 | BuildRequires: gnome-icon-theme >= %{_gnomeicon_ver} |
|---|
| 40 | BuildRequires: gnome-doc-utils >= %{_gnome_doc_utils_ver} |
|---|
| 41 | BuildRequires: dbus-devel >= %{_dbus_ver} |
|---|
| 42 | BuildRequires: nautilus-devel >= %{_nautilus_ver} |
|---|
| 43 | BuildRequires: gettext, scrollkeeper |
|---|
| 44 | BuildRequires: perl-XML-Parser |
|---|
| 45 | BuildRequires: iso-codes |
|---|
| 46 | BuildRequires: totem-pl-parser-devel >= %{_totem_pl_parser_ver} |
|---|
| 47 | BuildRequires: bluez-libs-devel >= 4.15 |
|---|
| 48 | BuildRequires: lirc |
|---|
| 49 | BuildRequires: unique-devel >= %{_unique_ver} |
|---|
| 50 | BuildRequires: vala-devel >= %{_vala_ver} |
|---|
| 51 | BuildRequires: python-devel |
|---|
| 52 | BuildRequires: pylint |
|---|
| 53 | BuildRequires: pygobject3-devel |
|---|
| 54 | BuildRequires: libpeas-devel |
|---|
| 55 | BuildRequires: libXtst-devel |
|---|
| 56 | |
|---|
| 57 | BuildRequires: gstreamer-devel >= %{_gst_ver} |
|---|
| 58 | BuildRequires: gstreamer-plugins-base-devel >= %{_gstpb_ver} |
|---|
| 59 | BuildRequires: gstreamer-plugins-good >= %{_gstpg_ver} |
|---|
| 60 | |
|---|
| 61 | BuildRequires: clutter-gtk-devel |
|---|
| 62 | BuildRequires: clutter-gst-devel |
|---|
| 63 | BuildRequires: libmx-devel |
|---|
| 64 | |
|---|
| 65 | %if %{build_plugin} |
|---|
| 66 | BuildRequires: xulrunner-devel >= %{_xulrunner_ver} |
|---|
| 67 | BuildRequires: nautilus-devel >= %{_nautilus_ver} |
|---|
| 68 | BuildRequires: shared-mime-info >= %{_shared_mime_info_ver} |
|---|
| 69 | %endif |
|---|
| 70 | |
|---|
| 71 | Requires: gstreamer >= %{_gst_ver} |
|---|
| 72 | Requires: gstreamer-plugins-base >= %{_gstpb_ver} |
|---|
| 73 | Requires: gstreamer-plugins-good >= %{_gstpg_ver} |
|---|
| 74 | Requires: iso-codes |
|---|
| 75 | # for opensubtitles plugin |
|---|
| 76 | Requires: pyxdg |
|---|
| 77 | # for python plugins |
|---|
| 78 | Requires: pygtk2 |
|---|
| 79 | # for coherence plugins |
|---|
| 80 | # Requires: python-Coherence >= 0.6.6.2 |
|---|
| 81 | |
|---|
| 82 | Obsoletes: nautilus-media |
|---|
| 83 | Obsoletes: %{name}-gstreamer < 2.30.1-2 |
|---|
| 84 | Obsoletes: %{name}-xine < 2.30.1-2 |
|---|
| 85 | Obsoletes: %{name}-common < 2.30.1-3 |
|---|
| 86 | |
|---|
| 87 | Provides: nautilus-media |
|---|
| 88 | Provides: %{name}-common = %{version}-%{release} |
|---|
| 89 | |
|---|
| 90 | Requires(post): ldconfig, scrollkeeper, desktop-file-utils, GConf2 |
|---|
| 91 | Requires(postun): ldconfig, scrollkeeper, desktop-file-utils |
|---|
| 92 | Requires(preun): GConf2 |
|---|
| 93 | |
|---|
| 94 | %description |
|---|
| 95 | Totem is simple movie player for the Gnome desktop. It features a |
|---|
| 96 | simple playlist, a full-screen mode, seek and volume controls, as well as |
|---|
| 97 | a pretty complete keyboard navigation. |
|---|
| 98 | |
|---|
| 99 | %if %{build_plugin} |
|---|
| 100 | %package mozilla |
|---|
| 101 | Summary: Totem movie plugin for Mozilla |
|---|
| 102 | Summary(ja): Mozilla 用 Totem 動画プラグイン |
|---|
| 103 | Group: Applications/Internet |
|---|
| 104 | Requires: %{name} = %{version}-%{release} |
|---|
| 105 | Obsoletes: %{name}-mozilla-common |
|---|
| 106 | Obsoletes: %{name}-mozilla-gstreamer |
|---|
| 107 | Obsoletes: %{name}-mozilla-xine |
|---|
| 108 | |
|---|
| 109 | %description mozilla |
|---|
| 110 | Totem is simple movie player for the Gnome desktop. It features a |
|---|
| 111 | simple playlist, a full-screen mode, seek and volume controls, as well as |
|---|
| 112 | a pretty complete keyboard navigation. |
|---|
| 113 | |
|---|
| 114 | This package contains a Totem video plugin for Mozilla. It allows Totem |
|---|
| 115 | movie player to be embedded into a web browser. |
|---|
| 116 | |
|---|
| 117 | %endif |
|---|
| 118 | |
|---|
| 119 | %package devel |
|---|
| 120 | Summary: Plugin writer's documentation for totem |
|---|
| 121 | Group: Development/Libraries |
|---|
| 122 | Requires: %{name} = %{version}-%{release} |
|---|
| 123 | |
|---|
| 124 | %description devel |
|---|
| 125 | The %{name}-devel package contains API documentation for |
|---|
| 126 | developing developing plugins for %{name}. |
|---|
| 127 | |
|---|
| 128 | %prep |
|---|
| 129 | %setup -q |
|---|
| 130 | |
|---|
| 131 | %build |
|---|
| 132 | DBUS_FATAL_WARNINGS=0 /usr/bin/gst-inspect-0.10 --print-all > /dev/null |
|---|
| 133 | export MOZILLA_PLUGINDIR=%{mozplug_dir} |
|---|
| 134 | |
|---|
| 135 | %configure \ |
|---|
| 136 | --disable-scrollkeeper \ |
|---|
| 137 | --enable-python \ |
|---|
| 138 | --disable-vala \ |
|---|
| 139 | --enable-nautilus \ |
|---|
| 140 | --enable-gmp-plugin \ |
|---|
| 141 | --enable-narrowspace-plugin \ |
|---|
| 142 | --enable-mully-plugin \ |
|---|
| 143 | %if %{build_plugin} |
|---|
| 144 | --enable-browser-plugins |
|---|
| 145 | %else |
|---|
| 146 | --disable-browser-plugins |
|---|
| 147 | %endif |
|---|
| 148 | |
|---|
| 149 | make %{?_smp_mflags} |
|---|
| 150 | |
|---|
| 151 | %install |
|---|
| 152 | rm -rf $RPM_BUILD_ROOT |
|---|
| 153 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 |
|---|
| 154 | |
|---|
| 155 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 156 | |
|---|
| 157 | # remove unneeded files |
|---|
| 158 | %__rm -f %{buildroot}%{_libdir}/totem/plugins/*/*.{a,la} |
|---|
| 159 | %__rm -f %{buildroot}%{_libdir}/*.{a,la} |
|---|
| 160 | %__rm -f %{buildroot}%{_datadir}/pixmaps/vanity.png |
|---|
| 161 | %__rm -f %{buildroot}%{nautilus_extdir}/*.{a,la} |
|---|
| 162 | %__rm -f %{buildroot}%{mozplug_dir}/*.{a,la} |
|---|
| 163 | %__rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache |
|---|
| 164 | %__rm -rf %{buildroot}%{_libdir}/totem/plugins/bemused/ |
|---|
| 165 | |
|---|
| 166 | # remove unused file |
|---|
| 167 | %__rm -f %{buildroot}%{_datadir}/GConf/gsettings/pythonconsole.convert |
|---|
| 168 | |
|---|
| 169 | %find_lang %{name} --with-gnome |
|---|
| 170 | |
|---|
| 171 | # save space by linking identical images in translated docs |
|---|
| 172 | helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name} |
|---|
| 173 | for f in $helpdir/C/figures/*.png; do |
|---|
| 174 | b="$(basename $f)" |
|---|
| 175 | for d in $helpdir/*; do |
|---|
| 176 | if [ -d "$d" -a "$d" != "$helpdir/C" ]; then |
|---|
| 177 | g="$d/figures/$b" |
|---|
| 178 | if [ -f "$g" ]; then |
|---|
| 179 | if cmp -s $f $g; then |
|---|
| 180 | rm "$g"; ln -s "../../C/figures/$b" "$g" |
|---|
| 181 | fi |
|---|
| 182 | fi |
|---|
| 183 | fi |
|---|
| 184 | done |
|---|
| 185 | done |
|---|
| 186 | |
|---|
| 187 | |
|---|
| 188 | %clean |
|---|
| 189 | %__rm -rf %{buildroot} |
|---|
| 190 | |
|---|
| 191 | %post |
|---|
| 192 | %{_bindir}/scrollkeeper-update -q |
|---|
| 193 | %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||: |
|---|
| 194 | touch %{_datadir}/icons/hicolor |
|---|
| 195 | if [ -x /usr/bin/gtk-update-icon-cache ]; then |
|---|
| 196 | /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor |
|---|
| 197 | fi |
|---|
| 198 | |
|---|
| 199 | %postun |
|---|
| 200 | %{_bindir}/scrollkeeper-update -q |
|---|
| 201 | %{_bindir}/update-desktop-database %{_datadir}/applications >& /dev/null ||: |
|---|
| 202 | touch %{_datadir}/icons/hicolor |
|---|
| 203 | if [ -x /usr/bin/gtk-update-icon-cache ]; then |
|---|
| 204 | /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor |
|---|
| 205 | fi |
|---|
| 206 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 207 | |
|---|
| 208 | %posttrans |
|---|
| 209 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 210 | |
|---|
| 211 | %files -f %{name}.lang |
|---|
| 212 | %defattr(-,root,root,-) |
|---|
| 213 | %doc AUTHORS COPYING ChangeLog NEWS README TODO |
|---|
| 214 | %{_bindir}/totem |
|---|
| 215 | %{_bindir}/totem-audio-preview |
|---|
| 216 | %{_bindir}/totem-video-thumbnailer |
|---|
| 217 | %{_datadir}/GConf/gsettings/opensubtitles.convert |
|---|
| 218 | #%{_datadir}/GConf/gsettings/pythonconsole.convert |
|---|
| 219 | %{_datadir}/GConf/gsettings/totem.convert |
|---|
| 220 | %{_datadir}/applications/%{name}.desktop |
|---|
| 221 | %{_datadir}/glib-2.0/schemas/*.xml |
|---|
| 222 | %{_datadir}/icons/*/*/*/* |
|---|
| 223 | %{_datadir}/thumbnailers/totem.thumbnailer |
|---|
| 224 | %{_datadir}/%{name} |
|---|
| 225 | %{_datadir}/gtk-doc/html/totem |
|---|
| 226 | %{_libdir}/libtotem.so.* |
|---|
| 227 | %{_libdir}/girepository-1.0/*.typelib |
|---|
| 228 | %dir %{_libdir}/totem |
|---|
| 229 | %dir %{_libdir}/totem/plugins |
|---|
| 230 | %{_libdir}/totem/plugins/brasero-disc-recorder |
|---|
| 231 | %{_libdir}/totem/plugins/chapters |
|---|
| 232 | %{_libdir}/totem/plugins/dbus |
|---|
| 233 | %{_libdir}/totem/plugins/gromit |
|---|
| 234 | %{_libdir}/totem/plugins/iplayer |
|---|
| 235 | %{_libdir}/totem/plugins/lirc |
|---|
| 236 | %{_libdir}/totem/plugins/media-player-keys |
|---|
| 237 | %{_libdir}/totem/plugins/ontop |
|---|
| 238 | %{_libdir}/totem/plugins/opensubtitles |
|---|
| 239 | %{_libdir}/totem/plugins/properties |
|---|
| 240 | %{_libdir}/totem/plugins/pythonconsole |
|---|
| 241 | %{_libdir}/totem/plugins/screensaver |
|---|
| 242 | %{_libdir}/totem/plugins/screenshot |
|---|
| 243 | %{_libdir}/totem/plugins/skipto |
|---|
| 244 | %{_libdir}/totem/plugins/im-status/libtotem-im-status.so |
|---|
| 245 | %{_libdir}/totem/plugins/im-status/totem-im-status.plugin |
|---|
| 246 | %{_libdir}/totem/plugins/save-file/libsave-file.so |
|---|
| 247 | %{_libdir}/totem/plugins/save-file/save-file.plugin |
|---|
| 248 | %if %{build_plugin} |
|---|
| 249 | %{_libdir}/nautilus/extensions-3.0/*.so* |
|---|
| 250 | %endif |
|---|
| 251 | %{_libexecdir}/%{name}/totem-bugreport.py |
|---|
| 252 | %{_mandir}/man1/* |
|---|
| 253 | |
|---|
| 254 | %if %{build_plugin} |
|---|
| 255 | %files mozilla |
|---|
| 256 | %defattr(-,root,root,-) |
|---|
| 257 | %{mozplug_dir}/* |
|---|
| 258 | %{_libexecdir}/totem-plugin-viewer |
|---|
| 259 | %endif |
|---|
| 260 | |
|---|
| 261 | %files devel |
|---|
| 262 | %defattr(-, root, root,-) |
|---|
| 263 | %{_includedir}/totem |
|---|
| 264 | %{_libdir}/libtotem.so |
|---|
| 265 | %{_libdir}/pkgconfig/totem.pc |
|---|
| 266 | %{_datadir}/gir-1.0/Totem-1.0.gir |
|---|
| 267 | %{_datadir}/gtk-doc/html/totem |
|---|
| 268 | |
|---|
| 269 | |
|---|
| 270 | %changelog |
|---|
| 271 | * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1 |
|---|
| 272 | - new upstream release |
|---|
| 273 | |
|---|
| 274 | * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1 |
|---|
| 275 | - new upstream release |
|---|
| 276 | - add BuildRequires: pylint |
|---|
| 277 | - remove BuildRequires: libgdata-devel |
|---|
| 278 | |
|---|
| 279 | * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1 |
|---|
| 280 | - new upstream release |
|---|
| 281 | |
|---|
| 282 | * Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1 |
|---|
| 283 | - new upstream release |
|---|
| 284 | |
|---|
| 285 | * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1 |
|---|
| 286 | - new upstream release |
|---|
| 287 | - change BuildRequires: pygobject3-devel instead of pygobject-devel |
|---|
| 288 | |
|---|
| 289 | * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1 |
|---|
| 290 | - new upstream release |
|---|
| 291 | - change BuildRequires: gtk3-devel instead of gtk2-devel |
|---|
| 292 | - add BuildRequires: libpeas-devel, libXtst-devel, pygobject-devel, clutter-gtk-devel, |
|---|
| 293 | clutter-gst-devel, libmx-devel |
|---|
| 294 | - change configure option (--disable-vala) |
|---|
| 295 | |
|---|
| 296 | * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1 |
|---|
| 297 | - new upstream release |
|---|
| 298 | - fix %files |
|---|
| 299 | |
|---|
| 300 | * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1 |
|---|
| 301 | - new upstream release |
|---|
| 302 | |
|---|
| 303 | * Mon May 10 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.1-3 |
|---|
| 304 | - clean up spec file |
|---|
| 305 | - remove totem-common and merged to totem main package. |
|---|
| 306 | - add Obsoletes: totem-common |
|---|
| 307 | - remove unneeded BR: and R: |
|---|
| 308 | - gnome-vfs2, libgnomeui, libgnome, gnome-desktop-libs |
|---|
| 309 | - libmusicbrainz, alternatives |
|---|
| 310 | - remove explicit dependency |
|---|
| 311 | - gtk2, glib2, dbus |
|---|
| 312 | - add R: pygtk2, pyxdg, python-Coherence for python plugins |
|---|
| 313 | - add R: gstreamer-plugins-good |
|---|
| 314 | |
|---|
| 315 | * Sun May 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2 |
|---|
| 316 | - rebuild with libgdata (add youtube plugin) |
|---|
| 317 | - add BuildRequires: libgdata-devel, python-devel, pygtk2-devel |
|---|
| 318 | - add Obsolete: totem-gstreamer, totem-xine) |
|---|
| 319 | |
|---|
| 320 | * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1 |
|---|
| 321 | - new upstream release |
|---|
| 322 | - chagnge _gst_ver from 0.10.19 to 0.10.29 |
|---|
| 323 | |
|---|
| 324 | * Wed Apr 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 325 | - new upstream release |
|---|
| 326 | - drop totem-tracker package |
|---|
| 327 | - add BuildRequires: unique-devel |
|---|
| 328 | - remove BuildRequires: hal-devel |
|---|
| 329 | - remove unrecognized options (--disable-lirc, --disable-vanity, --disable-nvtv, --enable-xine, --disable-xine, --enable-gstreamer, --disable-gstreamer, --enable-mozilla, --with-mozilla, --disable-mozilla, --enable-basic-plugin, --enable-complex-plugin) |
|---|
| 330 | |
|---|
| 331 | * Mon Jul 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-2 |
|---|
| 332 | - remove unneeded autoreconf |
|---|
| 333 | - add BR: lirc |
|---|
| 334 | |
|---|
| 335 | * Thu Jul 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1 |
|---|
| 336 | - new upstream release |
|---|
| 337 | |
|---|
| 338 | * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2 |
|---|
| 339 | - remove bemused plugin |
|---|
| 340 | |
|---|
| 341 | * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1 |
|---|
| 342 | - new upstream release |
|---|
| 343 | |
|---|
| 344 | * Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.1-2 |
|---|
| 345 | - added tracker video search sub-package |
|---|
| 346 | |
|---|
| 347 | * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1 |
|---|
| 348 | - new upstream release |
|---|
| 349 | |
|---|
| 350 | * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1 |
|---|
| 351 | - new upstream release |
|---|
| 352 | |
|---|
| 353 | * Fri Mar 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.3-2 |
|---|
| 354 | - remove libxine dependency from totem-common |
|---|
| 355 | - build xine backend with minimum dependency |
|---|
| 356 | |
|---|
| 357 | * Thu Oct 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-3 |
|---|
| 358 | - add BR: bluez-libs-devel >= 4.15 |
|---|
| 359 | - fix typo in %%postun xine |
|---|
| 360 | |
|---|
| 361 | * Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.24.2-2 |
|---|
| 362 | - rebuild with bluez-libs-devel-4.15 |
|---|
| 363 | |
|---|
| 364 | * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.2-1 |
|---|
| 365 | - new upstream release |
|---|
| 366 | |
|---|
| 367 | * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1 |
|---|
| 368 | - new upstream release |
|---|
| 369 | |
|---|
| 370 | * Mon Jul 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2-1 |
|---|
| 371 | - new upstream release |
|---|
| 372 | - add patch1 to build with xulrunner-1.9 |
|---|
| 373 | |
|---|
| 374 | * Thu Apr 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5 |
|---|
| 375 | - new upstream release |
|---|
| 376 | |
|---|
| 377 | * Mon Apr 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5 |
|---|
| 378 | - new upstream release |
|---|
| 379 | - disabled devel package (replaced by totem-pl-parser-devel) |
|---|
| 380 | |
|---|
| 381 | * Sat Aug 11 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.18.2-0vl1 |
|---|
| 382 | - new upstream release |
|---|
| 383 | - update version macros |
|---|
| 384 | - enable browser plugins on x86_64 |
|---|
| 385 | |
|---|
| 386 | * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1 |
|---|
| 387 | - new upstream release |
|---|
| 388 | |
|---|
| 389 | * Sun Mar 25 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.6-0vl1 |
|---|
| 390 | - upstream release |
|---|
| 391 | - drop obsolete ja.po.patch (patch0) |
|---|
| 392 | - revert change of 1.4.4-0vl2 |
|---|
| 393 | |
|---|
| 394 | * Wed Jan 31 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.5-0vl1 |
|---|
| 395 | - upstream release |
|---|
| 396 | - enable browser plugins (exclude x86_64 arch) |
|---|
| 397 | |
|---|
| 398 | * Fri Dec 01 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.4-0vl1 |
|---|
| 399 | - upstream release |
|---|
| 400 | |
|---|
| 401 | * Mon Nov 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.3-0vl3 |
|---|
| 402 | - update configure options |
|---|
| 403 | - add -mozilla-{gstreamer,xine,common} sub-packages (disabled by default) |
|---|
| 404 | |
|---|
| 405 | * Sat Nov 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.3-0vl2 |
|---|
| 406 | - fix mistranslation (patch0) |
|---|
| 407 | - add icon symlink |
|---|
| 408 | - add BuildRequires: gstreamer-plugins-good |
|---|
| 409 | |
|---|
| 410 | * Fri Nov 24 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.16.3-0vl1 |
|---|
| 411 | - upstream release |
|---|
| 412 | - update %%_glib_ver, %%_xine_ver |
|---|
| 413 | - add BuildRequires: hal |
|---|
| 414 | - update %%configure options |
|---|
| 415 | - update %%files |
|---|
| 416 | |
|---|
| 417 | * Wed Sep 13 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.5-0vl1 |
|---|
| 418 | - upstream release |
|---|
| 419 | |
|---|
| 420 | * Fri Sep 08 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.4-0vl2 |
|---|
| 421 | - fix macro name (%%gnome_desktop_ver -> %%gnomedesktop_ver) |
|---|
| 422 | |
|---|
| 423 | * Mon Aug 07 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.4-0vl1 |
|---|
| 424 | - upstream release |
|---|
| 425 | - drop obsolete patch0 |
|---|
| 426 | |
|---|
| 427 | * Sun Jul 16 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.3-0vl1 |
|---|
| 428 | - upstream release |
|---|
| 429 | - add patch0 to build with intltool-0.35 |
|---|
| 430 | |
|---|
| 431 | * Sun Jun 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.2-0vl1 |
|---|
| 432 | - upstream release |
|---|
| 433 | |
|---|
| 434 | * Thu May 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.1-0vl1 |
|---|
| 435 | - upstream release |
|---|
| 436 | - update alternatives entry |
|---|
| 437 | |
|---|
| 438 | * Tue Mar 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.4.0-0vl1 |
|---|
| 439 | - upstream release |
|---|
| 440 | - drop fix-sort-function.patch (was merged to upstream, #331426) |
|---|
| 441 | |
|---|
| 442 | * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.91-0vl2 |
|---|
| 443 | - rebuild with gnome-2.14rc |
|---|
| 444 | |
|---|
| 445 | * Tue Feb 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.91-0vl1 |
|---|
| 446 | - upstream release |
|---|
| 447 | - add macros |
|---|
| 448 | - _gtk_ver, _glib_ver |
|---|
| 449 | - _gnomevfs_ver, _gnomeui_ver, _gnomeicon_ver, _gnome_desktop_ver |
|---|
| 450 | - _dbus_ver |
|---|
| 451 | - _gst_ver, gstpb_ver, _xine_ver |
|---|
| 452 | - add fix-sort-function.patch to build with glib < 2.9.1 |
|---|
| 453 | |
|---|
| 454 | * Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.3.1-0vl1 |
|---|
| 455 | - upstream release |
|---|
| 456 | - add BuildRequires: |
|---|
| 457 | - gtk2-devel >= 2.5.6, glib2-devel >= 2.6.3 |
|---|
| 458 | - gnome-vfs2-devel >= 2.9.92 |
|---|
| 459 | - dbus-devel >= 0.35 |
|---|
| 460 | - use gstreamer-0.10 as backend for totem-gstreamer |
|---|
| 461 | |
|---|
| 462 | * Sat Jan 21 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl2 |
|---|
| 463 | - use gstreamer08 instead of gstreamer |
|---|
| 464 | |
|---|
| 465 | * Sat Dec 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.1-0vl1 |
|---|
| 466 | - upstream release |
|---|
| 467 | |
|---|
| 468 | * Sun Oct 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.0-0vl2 |
|---|
| 469 | - fix missing links |
|---|
| 470 | - update file list |
|---|
| 471 | - update update-alternatives scripts |
|---|
| 472 | - fix totem-gstreamer's %%postun script |
|---|
| 473 | |
|---|
| 474 | * Wed Sep 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.2.0-0vl1 |
|---|
| 475 | - upstream release |
|---|
| 476 | - add BuildRequires: iso-codes, libmusicbrainz-devel |
|---|
| 477 | - add Requires: iso-codes, libmusicbrains to -common package |
|---|
| 478 | - remove BuildRequires: nautilus-cd-burner |
|---|
| 479 | - remove Requires: nautilus-cd-burner from -common package |
|---|
| 480 | |
|---|
| 481 | * Wed Aug 03 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.4-0vl2 |
|---|
| 482 | - totem-gstreamer obsoletes nautilus-media |
|---|
| 483 | |
|---|
| 484 | * Thu Jun 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.4-0vl1 |
|---|
| 485 | - upstream release |
|---|
| 486 | - add Requires(post,postun): alternatives for gstreamer,xine |
|---|
| 487 | - add Requires(postun,triggers): alternatives for common |
|---|
| 488 | |
|---|
| 489 | * Mon May 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.3-0vl1 |
|---|
| 490 | - upstream release |
|---|
| 491 | |
|---|
| 492 | * Sun May 08 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.2-0vl2 |
|---|
| 493 | - build xine backend |
|---|
| 494 | - move common files to common package |
|---|
| 495 | - move GStreamer related files to gstreamer package |
|---|
| 496 | - install xine related files to xine package |
|---|
| 497 | - fix scripts |
|---|
| 498 | |
|---|
| 499 | * Sun May 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.2-0vl1 |
|---|
| 500 | - upstream release |
|---|
| 501 | - update URL |
|---|
| 502 | - move *.{a,la} to devel package |
|---|
| 503 | |
|---|
| 504 | * Mon Apr 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-1vl1 |
|---|
| 505 | - fix %%{post,preun} script (video-thumbnail.schemas) |
|---|
| 506 | - sync with Fedora Core's 1.0.1-1 |
|---|
| 507 | |
|---|
| 508 | * Tue Feb 29 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.1-1 |
|---|
| 509 | - Update to upstream version 1.0.1 |
|---|
| 510 | - Break out devel package |
|---|
| 511 | |
|---|
| 512 | * Thu Mar 31 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.101-4uvl2 |
|---|
| 513 | - add %%{post,pre}un script |
|---|
| 514 | |
|---|
| 515 | * Wed Mar 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.101-4uvl1 |
|---|
| 516 | - initial build for Vine Linux |
|---|
| 517 | |
|---|
| 518 | * Mon Feb 21 2005 Bill Nottingham <notting@redhat.com> - 0.101-4 |
|---|
| 519 | - fix %%post |
|---|
| 520 | |
|---|
| 521 | * Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-3 |
|---|
| 522 | - Obsolete nautilus-media |
|---|
| 523 | - Install property page and thumbnailer |
|---|
| 524 | |
|---|
| 525 | * Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> - 0.101-2 |
|---|
| 526 | - Update to 0.101 |
|---|
| 527 | |
|---|
| 528 | * Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-2 |
|---|
| 529 | - Grab patch totem-0.100-desktopfile.patch from CVS to fix |
|---|
| 530 | missing menu entry (144088) |
|---|
| 531 | - Remove workaround for desktop file being misinstalled, fixed |
|---|
| 532 | by above patch |
|---|
| 533 | |
|---|
| 534 | * Mon Jan 03 2005 Colin Walters <walters@redhat.com> - 0.100-1 |
|---|
| 535 | - New upstream version 0.100 |
|---|
| 536 | |
|---|
| 537 | * Sun Dec 5 2004 Bill Nottingham <notting@redhat.com> - 0.99.22-1 |
|---|
| 538 | - update to 0.99.22 |
|---|
| 539 | |
|---|
| 540 | * Thu Oct 28 2004 Colin Walters <walters@redhat.com> - 0.99.19-2 |
|---|
| 541 | - Add patch to remove removed items from package from help |
|---|
| 542 | |
|---|
| 543 | * Thu Oct 14 2004 Colin Walters <walters@redhat.com> - 0.99.19-1 |
|---|
| 544 | - New upstream 0.99.19 |
|---|
| 545 | - Fixes crasher with CD playback (see NEWS) |
|---|
| 546 | |
|---|
| 547 | * Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 0.99.18-2 |
|---|
| 548 | - Call update-desktop-database in post |
|---|
| 549 | |
|---|
| 550 | * Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 0.99.18-1 |
|---|
| 551 | - update to 0.99.18 |
|---|
| 552 | |
|---|
| 553 | * Wed Oct 6 2004 Alexander Larsson <alexl@redhat.com> - |
|---|
| 554 | - Initial version, based on specfile by Matthias Saou <http://freshrpms.net/> |
|---|
| 555 | |
|---|