49 Commits

Author SHA256 Message Date
Matthias Mailänder
bb05b84432 Accepting request 931007 from home:Kieltux:branches:multimedia:apps
- Update to 3.9.2:
  - Update media
  - Load previews sequentially
  - Update js
  - Updated translations
- Update to 3.9.1:
  https://github.com/flaviotordini/minitube/compare/3.9...3.9.1
  
- Update to version 3.9:
  https://github.com/flaviotordini/minitube/compare/3.8.2...3.9
- Update to version 3.8.2:
  - Updated translations
- Update Build Requires - QT >= 5.12 is needed
- Update to version 3.8.1:
  - Fix search by url
  - Updated translations
  - Fix videoIdFromUrl
  - Fix missing name signal
  - Remove json debug
  - Cleanup
- Update to version 3.8:
  - Fix crash
  - Smaller duration font
  - View reworking
  - Import subscriptions
  - Fix related videos thumbs
  - Translations
- Update to version 3.7:
  - Update js
  - Update media
  - Better seeking
  - Remove obsolete code
  - Also parse hours
  - Minor performance fix
  - Remove deprecated sorting
  - Minor cleanup
  - Singlevideosource
  - Emit error if there are no results
  - consolidate yt stuff
  - Fake more videos by loading videos related to the last one
  - Fix crash
  
- Update to version 3.6.6
  - handle thumb loading error
- Update to version 3.6.5
  - fix deprecated call
- Update to version 3.6.2
  - remove unused functions
- Update to version 3.6.1:
  - Update http
- Update to version 3.5.1:
  - Update README.md
  - Fix build
  - Better server init
  - Update http
  - Better Invidious code
  - Disable yt key warning
- Drop minitube-build-fix.patch. Fixed upstream.
- Update to version 3.5:
  * Minitube uses now the Invidious API. No need to use a Google
    API key anymore.
- Rebase minitube-no-update-check.patch: Disable build of internal
  updater.
- Add minitube-build-fix.patch. See
  https://github.com/flaviotordini/minitube/issues/168
- Update to version 3.4.2:
  * esc closes about view
- Drop minitube-fix_audio_playback.patch, fixed upstream
  https://github.com/flaviotordini/minitube/issues/157
- Drop minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch,
  fixed upstream
  https://github.com/flaviotordini/minitube/issues/155
- Update to version 3.4:
  * 0-9 keyboard shortcuts to navigate video
  * Left and Right arrow keyboard shortcuts to seek 10 seconds
  * New icons
  * Fixed layout bug when window is maximized on macOS
  * Fixed playback for some videos
  * Updated Polish and Japanese translations
- Run spec-cleaner
- Rebase minitube-no-update-check.patch,
  minitube-qt5-lessthan-ten.patch and
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
- Add minitube-fix_audio_playback.patch
- Added fix for building with newer mpv versions:
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
  The qthelper.hpp header file is removed in the git version of mpv
  because it is depreceated
- Fix german translation (symlink DE_de -> de).
- Update to version 3.3:
  * Fix video playback
  * Updated translations
  * Change user agent from curl to Mozilla
  
- Update to version 3.2:
  * Updated translations
  * Fixes to video playback
  * Qt >= 5.10 is needed
- Removed minitube.changes as source to use as reference for the
  fake build date, because SOURCE_DATE_EPOCH is used
- Spec cleanup
- Update to version 3.1:
  * Fixes some videos skipping. 
  * Bug fix for audio playback not resuming after long pauses.
- Update to version 3.0:
  * Port from Phonon to MPV.
  * Support all YouTube video resolutions up to 4K.
- Switch to SOURCE_DATE_EPOCH for fake build dates.
- Update to version 2.9
  * Menu bar is now hidden by default
  * New Chrome-like toolbar menu that contains actions not
    available in the rest of the UI.
  * A bit of code refactoring and cleanup, using more C++11
    features. Minitube uses a little less memory and should be
    slightly faster now.
  * Usual slew of minor fixes and visual tweaks.
- Added minitube.changes as source to use as reference for the
  fake build date.
- Update to 2.8
  * Improving the overall quality of the application by 
    fixing small bugs and defects
- Update to 2.7
  * Show toolbar only in "media view"
  * Don't draw channel in playlist when all videos from same channel
  * Use system proxies
  * Ability to hide menu on Windows and Linux
  * Use system icons on Linux
  * Remove slider custom style on Windows and Linux
  * Long press on stop toolbar button to show 
    "Stop After This" menu on Windows and Linux
  * Style tweaks
  * Fix sidebar resizing on Mac
  * Fix floating garbage on fullscreen on Mac
  * Fix painting issues in "search view" on Linux
  * Updated translations
- Removed obsolete appdata.patch (fixed upstream 
  https://github.com/flaviotordini/minitube/pull/52)
- Update to 2.6
  * solves an issue with VEVO videos
  * New "Restricted Mode" that blocks inappropriate content
- Removed obsolete minitube-fix-watchrelatedvideo-icon.patch
  
- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
- update to 2.5.2
  * solves an issue with VEVO videos
- update to 2.5.1
  * solves an issue with VEVO videos
- Update to 2.5:
  * Use Qt5 instead of Qt4.
  * HiDPI support.
  * Mac style overhaul: new toolbar, lighter fonts & tabs.
  * Status Bar hidden when not needed: less clutter, more room for
    videos.
  * Clickable links in video description.
  * Autoadjust window size.
  * Smart date formatting: 3 hours ago, 1 month ago, etc.
  * When opening the YouTube webpage the video now starts from
    where it left in Minitube.
  * Fix videos restarting after long pause.
  * New and updated translations.
- Use Qt5 instead of Qt4.
- Add a Google API Key (boo#933004)
- Update to 2.4:
  * Use YouTube APIs version 3.
  * Use HTTPS everywhere for better privacy and security.
  * Automatically load more videos in the playlist for less clicking.
  * Fix subscriptions sorting.
  * Fix toolbar style.
  * Add and update translations.
- Rebase minitube-no-update-check.patch.
- Update to 2.3.1:
  * Ensure JS reloading for new version.
  * Remove unused code, added js ageGate.
  * Fix VEVO videos.
  * Restore wheel scroll setting.
- Remove qtlocalpeer.patch: fixed upstream.
- Spec cleanup.
- Rename disable_update_check.patch to
  minitube-no-update-check.patch.
- Rename missing_watchrelatedvideo_icon.patch to
  minitube-fix-watchrelatedvideo-icon.patch.
- Add minitube-lang package.
- Patch for missing toolbar icon (watch related videos)
  + missing_watchrelatedvideo_icon.patch
- Update to 2.3
  * Take video snapshots at full resolution
  * Faster and more reliable seeking
  * Faster video start with longer videos
  * Slide transition in playlist navigation
  * Make the volume handle red when volume is zero
  * Enhancements to the search suggestions
  * New and updated translations
- Removed patch to inihibit screensaver
- Added manpage written by Jakob Haufe for the Debian project
- update to 2.2
  * Subscriptions context menu: Unsubscribe, Mark as Watched
  * Added --stop-after-this command line switch
  * Added Stop After This Video Unity & Gnome 3 action
  * Fixed painting errors when scrolling playlist on Linux
  * Fixed bug with dragging playlist items from the thumbnail
  * Fixed some videos not playing
  * Updated translations
- added patch for disable update check
- update to 2.1.6
  * Fix some videos not playing
  * Remove obsolete categories in the Browse tab
- removed now unneeded patch for missing locale files
- fix for missing locale files in source package
- update to 2.1.5
  * Fix some videos not playing
  * Show video title on hover when playlist is in minimode (thumbs only)
  * Lighter font for video title and description on Mac & Ubuntu
  * Fixed fonts in Mac OS X Mavericks
  * Fixed "busy" mouse cursor at launch on Ubuntu
  * Updated translations
  * included patch to inihibt screensaver during playback from
    https://launchpadlibrarian.net/105980691/inhibit-screensaver-during-playback
- update to 2.1.3
  * Downloads only enabled on Creative Commons licensed videos
  * Fixed playback of some videos
  * Fixed VEVO videos playback
  * Fixed Ubuntu skin not being used
  * Channel subscriptions
  * Move window by dragging from inside the video area
  * Faster startup
  * Optimizations and tweaks to the playlist
  * Float on top icon was missing on Mac & Windows
  * Compact mode window fixed aspect ratio on Mac
  * Ubuntu notifications
  * Fixed skipping to the next video
  * Fixed compact mode video cropped with very small window
  * Fixed long words or URLs in the video description causing a window resize
  * Fixed crash when resizing the playlist to a very small width
- update to 2.0
  * YouTube categories and "standard feeds": "Most Popular", "Featured", etc
  * Country selection for YouTube categories and feeds
  * Autoupdate on Mac and Windows
  * Related videos are now appended to the video when pasting a YouTube link
  * "Show 10 More" with a single click
  * Play video in the playlist with a single click on its thumbnail
  * OS X Mountain Lion notifications on video start
  * Fixed some YouTube links not working when pasted in the searchbox
  * Fixed playlist drag'n'drop
  * Fixed system language settings detection
  * Fixed clicking on channel names not working in some cases
  * Fixed incorrect number of downloads in status bar
- updated to 1.9.0
  * Adapted to YouTube changes
  * New search filter UI. Filter results by publication date, video duration and video quality.
  * Sort by rating
  * Search spell suggestions: “Did you mean…”
  * New downloads are now added at the top of the list
  * Video definition indicator while downloading videos
  * Simple integration with Buffer app
  * Better fullscreen experience on the Mac: sidebar shows when the mouse hits the left side, mouse and playlist autohide
  * Compatible with OS X Mountain Lion Gatekeeper
  * Partial Retina Display support. Still using 1x bitmaps because of Qt not being ready
  * OS X Mountain Lion notifications when a download finishes
  * Fixed flickering in fullscreen controls on Linux, also playlist and toolbar now autohide
  * New and updated translations. Thanks to all the translators involved! 
  
- updated to 1.8.0
  * Enhanced Compact Mode: window on top, can be made smaller and remembers its own position
  * Adaptive video title font size
  * Unity & GNOME 3 actions (aka Quicklists)
  * Mac Sandbox support
  * Added missing menu item to restore hidden window, as per the OS X HIG
  * More responsive UI while loading videos on the Mac
  * Selecting a recent keyword now also sets the searchbox text
  * Selecting a suggestion now also sets the searchbox text on the Mac
  * Fixed duplicate channel names in suggestions popup
  * Fixed playback not starting or being interrupted on Linux
  * Fixed search box being erroneously focused on the Mac
  * Fixed wrong localization of some menu items on the Mac
- updated to 1.7.1
  * Fixed searching YouTube videos ids containing the “-” sign
  * Fixed search auto-completion popup appearing when not needed
  * Fixed temporary files not being deleted on Windows
  * Fixed quitting from the Dock on the Mac
  * Fixed bug preventing system shutdown on the Mac
  * Fixed search box selecting text while typing and losing focus on ESC key on the Mac
  * On the Mac, “Quit” and other application menu items are now correctly localized
- updated to 1.5
  * Works again after YouTube changes
  * Drag'n'drop YouTube URLs to Minitube window
  * When pasting YouTube URLs, Minitube now correctly plays videos
  * New and updated translations
- updated to 1.3.4
- updated to version 1.4
  + YouTube channel search
  + Fixed many playback issues
  + Progress bar when loading a video
  + Command line search
  + Partially restored seeking on Linux
- Updated to 1.3
  - Minitube works again!
  - Big internal changes in how playback works, seeking is now disabled on Linux
  - Brand new icon designed by David Nel
  - Using Qt/Cocoa on the Mac, now requiring Leopard or better
  - New Macedonian translation by Veta Branislav
  - Updated Finnish translation
  - New german translation by Jakob Kramer
- update to 1.2
  - Ability to download videos
  - Support for media keys on GNOME
  - More style, especially on the Mac
  - Fixed crash when trying delete or move the the las playlist item
- added Requires: phonon
- updated to 1.0
  - Ability to play Full HD (1080p) videos
  - Ability to copy the YouTube link and the video stream URL to the clipboard
  - Fixed videos failing to play
  - Fixed missing caret in the search box
  - Better toolbar and icon theme integration on Linux with Qt >= 4.6
  - Completely removed tooltips
  - Romanian translation by Ovidiu Niţan
  - Greek translation by Giorgos Skettos
  - Dutch translation by Brian Keetman
  - Arabic translation by Sderawi
  - Portuguese translation by Daniel Rodrigues
  - Finnish translation by Jesse Jaara
  - Bulgarian translation by Tsvyatko Makazchiev
- updated to 0.9
- merged packages from openSUSE:Factory:Contrib and KDE:KDE4:Community
- Update to version 0.8.1
  - Fix showstopper bug: Normal quality videos won't play when HD mode
    is enabled
  - Turkish translation by Ali E. İmrek
- fixed file list
- updated to version 0.8
  * HD video support
  * Volume level and mute is restored accross sessions
  * No icons in menus on Linux (GNOME 2.28 style)
  * Select search box text on Ctrl+F
  * Handle HTTP_PROXY variable with trailing slash (Fix by Eduardo Suarez-Santana)
  * Croatian translation by Srecko Belaic
  * Latvian translation by Inga Muste
  * Galician and Neutral Spanish translations by Miguel Anxo Bouzada
  * Hungarian translation by Krisztián Horváth
  * French translation by Guillaume Betous
- updated to version 0.7
  + Fixed "embedding disabled by request" message. All videos now play.
  + Slightly faster playlist painting
  + Fixed overflowing text in the playlist
  + Fixed view crossfades on the Mac
  + Fixed FreeDesktop icons on Linux
- updated to version 0.6.1
  + Fixed showstopper bug caused by a change in the YouTube web
    service. Thanks to Guillaume Girard for reporting it.
- initial package
- version 0.6

OBS-URL: https://build.opensuse.org/request/show/931007
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=74
2021-11-12 20:58:49 +00:00
Martin Pluskal
2aa5c697fd Accepting request 919397 from home:Kieltux:branches:multimedia:apps
- Update to 3.91:
  https://github.com/flaviotordini/minitube/compare/3.9...3.9.1

OBS-URL: https://build.opensuse.org/request/show/919397
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=73
2021-09-16 07:27:05 +00:00
Carsten Ziepke
a4acd28482 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=72 2021-09-04 07:49:05 +00:00
Carsten Ziepke
e2d5508951 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=71 2021-09-04 07:48:57 +00:00
Matthias Mailänder
caf32b430a Accepting request 901932 from home:Kieltux:branches:multimedia:apps
- Update to version 3.9:
  https://github.com/flaviotordini/minitube/compare/3.8.2...3.9

OBS-URL: https://build.opensuse.org/request/show/901932
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=70
2021-06-25 16:33:33 +00:00
Martin Pluskal
4c38923254 Accepting request 883645 from home:Kieltux:branches:multimedia:apps
- Update to version 3.8.2:
  - Updated translations
- Update Build Requires - QT >= 5.12 is needed

OBS-URL: https://build.opensuse.org/request/show/883645
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=68
2021-04-08 07:00:51 +00:00
Matthias Mailänder
a839cbdecc Accepting request 875650 from home:Kieltux:branches:multimedia:apps
- Update to version 3.8.1:
  - Fix search by url
  - Updated translations
  - Fix videoIdFromUrl
  - Fix missing name signal
  - Remove json debug
  - Cleanup

OBS-URL: https://build.opensuse.org/request/show/875650
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=66
2021-02-28 17:55:58 +00:00
Matthias Mailänder
05e5899cb9 Accepting request 873855 from home:Kieltux:branches:multimedia:apps
- Update to version 3.8:
  - Fix crash
  - Smaller duration font
  - View reworking
  - Import subscriptions
  - Fix related videos thumbs
  - Translations

OBS-URL: https://build.opensuse.org/request/show/873855
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=64
2021-02-21 12:50:09 +00:00
Martin Pluskal
84694bfd2f Accepting request 859429 from home:Kieltux:branches:multimedia:apps
- Update to version 3.7:
  - Update js
  - Update media
  - Better seeking
  - Remove obsolete code
  - Also parse hours
  - Minor performance fix
  - Remove deprecated sorting
  - Minor cleanup
  - Singlevideosource
  - Emit error if there are no results
  - consolidate yt stuff
  - Fake more videos by loading videos related to the last one
  - Fix crash

OBS-URL: https://build.opensuse.org/request/show/859429
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=62
2020-12-30 15:58:18 +00:00
Martin Pluskal
ea4fdc2e9a Accepting request 850601 from home:Kieltux:branches:multimedia:apps
- Update to version 3.6.6
  - handle thumb loading error

OBS-URL: https://build.opensuse.org/request/show/850601
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=60
2020-11-25 11:17:33 +00:00
Matthias Mailänder
32862c423b Accepting request 847926 from home:Kieltux:branches:multimedia:apps
- Update to version 3.6.5
  - fix deprecated call
- Update to version 3.6.2
  - remove unused functions
- Update to version 3.6.1:
  - Update http

OBS-URL: https://build.opensuse.org/request/show/847926
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=58
2020-11-11 20:09:17 +00:00
3bd5132fd2 Accepting request 828550 from home:Kieltux:branches:multimedia:apps
- Update to version 3.5.1:
  - Update README.md
  - Fix build
  - Better server init
  - Update http
  - Better Invidious code
  - Disable yt key warning
- Drop minitube-build-fix.patch. Fixed upstream.
- Update to version 3.5:
  * Minitube uses now the Invidious API. No need to use a Google
    API key anymore.
- Rebase minitube-no-update-check.patch: Disable build of internal
  updater.
- Add minitube-build-fix.patch. See
  https://github.com/flaviotordini/minitube/issues/168

OBS-URL: https://build.opensuse.org/request/show/828550
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=56
2020-08-25 13:19:45 +00:00
Martin Pluskal
99c7d061d9 Accepting request 813562 from home:Kieltux:branches:multimedia:apps
- Update to version 3.4.2:
  * esc closes about view
- Drop minitube-fix_audio_playback.patch, fixed upstream
  https://github.com/flaviotordini/minitube/issues/157
- Drop minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch,
  fixed upstream
  https://github.com/flaviotordini/minitube/issues/155

OBS-URL: https://build.opensuse.org/request/show/813562
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=54
2020-06-11 18:24:15 +00:00
Martin Pluskal
787fc45fe8 Accepting request 811880 from home:Kieltux:branches:multimedia:apps
- Update to version 3.4:
  * 0-9 keyboard shortcuts to navigate video
  * Left and Right arrow keyboard shortcuts to seek 10 seconds
  * New icons
  * Fixed layout bug when window is maximized on macOS
  * Fixed playback for some videos
  * Updated Polish and Japanese translations
- Run spec-cleaner
- Rebase minitube-no-update-check.patch,
  minitube-qt5-lessthan-ten.patch and
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
- Add minitube-fix_audio_playback.patch

OBS-URL: https://build.opensuse.org/request/show/811880
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=52
2020-06-05 17:51:27 +00:00
Martin Pluskal
64cb69a20c Accepting request 786245 from home:Kieltux:branches:multimedia:apps
- Added fix for building with newer mpv versions:
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
  The qthelper.hpp header file is removed in the git version of mpv
  because it is depreceated.
  575197ff8b 
- Fix german translation (symlink DE_de -> de).

OBS-URL: https://build.opensuse.org/request/show/786245
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=50
2020-03-18 17:50:35 +00:00
Carsten Ziepke
74e7e54618 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=49 2020-02-28 09:23:58 +00:00
Carsten Ziepke
3ac23d66d0 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=48 2020-02-28 09:08:24 +00:00
Matthias Mailänder
876e70611c Accepting request 769330 from home:Kieltux:branches:multimedia:apps
- Update to version 3.3:
  * Fix video playback
  * Updated translations
  * Change user agent from curl to Mozilla

OBS-URL: https://build.opensuse.org/request/show/769330
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=46
2020-02-02 12:46:41 +00:00
Martin Pluskal
cbf62d4126 Accepting request 754497 from home:Kieltux:branches:multimedia:apps
- Update to version 3.2:
  * Updated translations
  * Fixes to video playback
  * Qt >= 5.10 is needed
- Removed minitube.changes as source to use as reference for the
  fake build date, because SOURCE_DATE_EPOCH is used
- Spec cleanup

OBS-URL: https://build.opensuse.org/request/show/754497
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=44
2019-12-06 07:26:46 +00:00
Martin Pluskal
a40ab727c0 Accepting request 710223 from home:Kieltux:branches:multimedia:apps
- Update to version 3.1:
  * Fixes some videos skipping. 
  * Bug fix for audio playback not resuming after long pauses.

OBS-URL: https://build.opensuse.org/request/show/710223
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=42
2019-06-17 07:21:57 +00:00
Martin Pluskal
edd27a6cf9 Accepting request 701662 from home:XRevan86
- Update to version 3.0.

OBS-URL: https://build.opensuse.org/request/show/701662
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=40
2019-05-09 06:58:23 +00:00
Matthias Mailänder
40b7526936 Accepting request 561316 from home:alois:branches:multimedia:apps
- Update to version 2.9
  * Menu bar is now hidden by default
  * New Chrome-like toolbar menu that contains actions not
    available in the rest of the UI.
  * A bit of code refactoring and cleanup, using more C++11
    features. Minitube uses a little less memory and should be
    slightly faster now.
  * Usual slew of minor fixes and visual tweaks.
- Added minitube.changes as source to use as reference for the
  fake build date.

OBS-URL: https://build.opensuse.org/request/show/561316
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=38
2018-01-03 16:30:58 +00:00
Carsten Ziepke
cfffde6537 Accepting request 539647 from home:Kieltux:branches:multimedia:apps
- Update to 2.8
  * Improving the overall quality of the application by 
    fixing small bugs and defects
- Update to 2.7
  * Show toolbar only in "media view"
  * Don't draw channel in playlist when all videos from same channel
  * Use system proxies
  * Ability to hide menu on Windows and Linux
  * Use system icons on Linux
  * Remove slider custom style on Windows and Linux
  * Long press on stop toolbar button to show 
    "Stop After This" menu on Windows and Linux
  * Style tweaks
  * Fix sidebar resizing on Mac
  * Fix floating garbage on fullscreen on Mac
  * Fix painting issues in "search view" on Linux
  * Updated translations
- Removed obsolete appdata.patch (fixed upstream 
  https://github.com/flaviotordini/minitube/pull/52)
- Update to 2.6
  * solves an issue with VEVO videos
  * New "Restricted Mode" that blocks inappropriate content
- Removed obsolete minitube-fix-watchrelatedvideo-icon.patch
  
- Add appdata.patch for https://en.opensuse.org/openSUSE:AppStore
- update to 2.5.2
  * solves an issue with VEVO videos
- update to 2.5.1
  * solves an issue with VEVO videos
- Update to 2.5:
  * Use Qt5 instead of Qt4.
  * HiDPI support.
  * Mac style overhaul: new toolbar, lighter fonts & tabs.
  * Status Bar hidden when not needed: less clutter, more room for
    videos.
  * Clickable links in video description.
  * Autoadjust window size.
  * Smart date formatting: 3 hours ago, 1 month ago, etc.
  * When opening the YouTube webpage the video now starts from
    where it left in Minitube.
  * Fix videos restarting after long pause.
  * New and updated translations.
- Use Qt5 instead of Qt4.
- Add a Google API Key (boo#933004)
- Update to 2.4:
  * Use YouTube APIs version 3.
  * Use HTTPS everywhere for better privacy and security.
  * Automatically load more videos in the playlist for less clicking.
  * Fix subscriptions sorting.
  * Fix toolbar style.
  * Add and update translations.
- Rebase minitube-no-update-check.patch.
- Update to 2.3.1:
  * Ensure JS reloading for new version.
  * Remove unused code, added js ageGate.
  * Fix VEVO videos.
  * Restore wheel scroll setting.
- Remove qtlocalpeer.patch: fixed upstream.
- Spec cleanup.
- Rename disable_update_check.patch to
  minitube-no-update-check.patch.
- Rename missing_watchrelatedvideo_icon.patch to
  minitube-fix-watchrelatedvideo-icon.patch.
- Add minitube-lang package.
- Patch for missing toolbar icon (watch related videos)
  + missing_watchrelatedvideo_icon.patch
- Update to 2.3
  * Take video snapshots at full resolution
  * Faster and more reliable seeking
  * Faster video start with longer videos
  * Slide transition in playlist navigation
  * Make the volume handle red when volume is zero
  * Enhancements to the search suggestions
  * New and updated translations
- Removed patch to inihibit screensaver
- Added manpage written by Jakob Haufe for the Debian project
- update to 2.2
  * Subscriptions context menu: Unsubscribe, Mark as Watched
  * Added --stop-after-this command line switch
  * Added Stop After This Video Unity & Gnome 3 action
  * Fixed painting errors when scrolling playlist on Linux
  * Fixed bug with dragging playlist items from the thumbnail
  * Fixed some videos not playing
  * Updated translations
- added patch for disable update check
- update to 2.1.6
  * Fix some videos not playing
  * Remove obsolete categories in the Browse tab
- removed now unneeded patch for missing locale files
- fix for missing locale files in source package
- update to 2.1.5
  * Fix some videos not playing
  * Show video title on hover when playlist is in minimode (thumbs only)
  * Lighter font for video title and description on Mac & Ubuntu
  * Fixed fonts in Mac OS X Mavericks
  * Fixed "busy" mouse cursor at launch on Ubuntu
  * Updated translations
  * included patch to inihibt screensaver during playback from
    https://launchpadlibrarian.net/105980691/inhibit-screensaver-during-playback
- update to 2.1.3
  * Downloads only enabled on Creative Commons licensed videos
  * Fixed playback of some videos
  * Fixed VEVO videos playback
  * Fixed Ubuntu skin not being used
  * Channel subscriptions
  * Move window by dragging from inside the video area
  * Faster startup
  * Optimizations and tweaks to the playlist
  * Float on top icon was missing on Mac & Windows
  * Compact mode window fixed aspect ratio on Mac
  * Ubuntu notifications
  * Fixed skipping to the next video
  * Fixed compact mode video cropped with very small window
  * Fixed long words or URLs in the video description causing a window resize
  * Fixed crash when resizing the playlist to a very small width
- update to 2.0
  * YouTube categories and "standard feeds": "Most Popular", "Featured", etc
  * Country selection for YouTube categories and feeds
  * Autoupdate on Mac and Windows
  * Related videos are now appended to the video when pasting a YouTube link
  * "Show 10 More" with a single click
  * Play video in the playlist with a single click on its thumbnail
  * OS X Mountain Lion notifications on video start
  * Fixed some YouTube links not working when pasted in the searchbox
  * Fixed playlist drag'n'drop
  * Fixed system language settings detection
  * Fixed clicking on channel names not working in some cases
  * Fixed incorrect number of downloads in status bar
- updated to 1.9.0
  * Adapted to YouTube changes
  * New search filter UI. Filter results by publication date, video duration and video quality.
  * Sort by rating
  * Search spell suggestions: “Did you mean…”
  * New downloads are now added at the top of the list
  * Video definition indicator while downloading videos
  * Simple integration with Buffer app
  * Better fullscreen experience on the Mac: sidebar shows when the mouse hits the left side, mouse and playlist autohide
  * Compatible with OS X Mountain Lion Gatekeeper
  * Partial Retina Display support. Still using 1x bitmaps because of Qt not being ready
  * OS X Mountain Lion notifications when a download finishes
  * Fixed flickering in fullscreen controls on Linux, also playlist and toolbar now autohide
  * New and updated translations. Thanks to all the translators involved! 
  
- updated to 1.8.0
  * Enhanced Compact Mode: window on top, can be made smaller and remembers its own position
  * Adaptive video title font size
  * Unity & GNOME 3 actions (aka Quicklists)
  * Mac Sandbox support
  * Added missing menu item to restore hidden window, as per the OS X HIG
  * More responsive UI while loading videos on the Mac
  * Selecting a recent keyword now also sets the searchbox text
  * Selecting a suggestion now also sets the searchbox text on the Mac
  * Fixed duplicate channel names in suggestions popup
  * Fixed playback not starting or being interrupted on Linux
  * Fixed search box being erroneously focused on the Mac
  * Fixed wrong localization of some menu items on the Mac
- updated to 1.7.1
  * Fixed searching YouTube videos ids containing the “-” sign
  * Fixed search auto-completion popup appearing when not needed
  * Fixed temporary files not being deleted on Windows
  * Fixed quitting from the Dock on the Mac
  * Fixed bug preventing system shutdown on the Mac
  * Fixed search box selecting text while typing and losing focus on ESC key on the Mac
  * On the Mac, “Quit” and other application menu items are now correctly localized
- updated to 1.5
  * Works again after YouTube changes
  * Drag'n'drop YouTube URLs to Minitube window
  * When pasting YouTube URLs, Minitube now correctly plays videos
  * New and updated translations
- updated to 1.3.4
- updated to version 1.4
  + YouTube channel search
  + Fixed many playback issues
  + Progress bar when loading a video
  + Command line search
  + Partially restored seeking on Linux
- Updated to 1.3
  - Minitube works again!
  - Big internal changes in how playback works, seeking is now disabled on Linux
  - Brand new icon designed by David Nel
  - Using Qt/Cocoa on the Mac, now requiring Leopard or better
  - New Macedonian translation by Veta Branislav
  - Updated Finnish translation
  - New german translation by Jakob Kramer
- update to 1.2
  - Ability to download videos
  - Support for media keys on GNOME
  - More style, especially on the Mac
  - Fixed crash when trying delete or move the the las playlist item
- added Requires: phonon
- updated to 1.0
  - Ability to play Full HD (1080p) videos
  - Ability to copy the YouTube link and the video stream URL to the clipboard
  - Fixed videos failing to play
  - Fixed missing caret in the search box
  - Better toolbar and icon theme integration on Linux with Qt >= 4.6
  - Completely removed tooltips
  - Romanian translation by Ovidiu Niţan
  - Greek translation by Giorgos Skettos
  - Dutch translation by Brian Keetman
  - Arabic translation by Sderawi
  - Portuguese translation by Daniel Rodrigues
  - Finnish translation by Jesse Jaara
  - Bulgarian translation by Tsvyatko Makazchiev
- updated to 0.9
- merged packages from openSUSE:Factory:Contrib and KDE:KDE4:Community
- Update to version 0.8.1
  - Fix showstopper bug: Normal quality videos won't play when HD mode
    is enabled
  - Turkish translation by Ali E. İmrek
- fixed file list
- updated to version 0.8
  * HD video support
  * Volume level and mute is restored accross sessions
  * No icons in menus on Linux (GNOME 2.28 style)
  * Select search box text on Ctrl+F
  * Handle HTTP_PROXY variable with trailing slash (Fix by Eduardo Suarez-Santana)
  * Croatian translation by Srecko Belaic
  * Latvian translation by Inga Muste
  * Galician and Neutral Spanish translations by Miguel Anxo Bouzada
  * Hungarian translation by Krisztián Horváth
  * French translation by Guillaume Betous
- updated to version 0.7
  + Fixed "embedding disabled by request" message. All videos now play.
  + Slightly faster playlist painting
  + Fixed overflowing text in the playlist
  + Fixed view crossfades on the Mac
  + Fixed FreeDesktop icons on Linux
- updated to version 0.6.1
  + Fixed showstopper bug caused by a change in the YouTube web
    service. Thanks to Guillaume Girard for reporting it.
- initial package
- version 0.6

OBS-URL: https://build.opensuse.org/request/show/539647
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=36
2017-11-07 17:48:07 +00:00
Carsten Ziepke
7ff3844d75 Accepting request 539135 from home:stroeder:branches:multimedia:apps
- Update to 2.8

(note that upstream did not provide change log for this version)

OBS-URL: https://build.opensuse.org/request/show/539135
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=35
2017-11-05 19:20:41 +00:00
Martin Pluskal
0ecd4fa226 Accepting request 500234 from home:Kieltux:branches:multimedia:apps
- Update to 2.7
  * Show toolbar only in "media view"
  * Don't draw channel in playlist when all videos from same channel
  * Use system proxies
  * Ability to hide menu on Windows and Linux
  * Use system icons on Linux
  * Remove slider custom style on Windows and Linux
  * Long press on stop toolbar button to show 
    "Stop After This" menu on Windows and Linux
  * Style tweaks
  * Fix sidebar resizing on Mac
  * Fix floating garbage on fullscreen on Mac
  * Fix painting issues in "search view" on Linux
  * Updated translations
- Removed obsolete appdata.patch (fixed upstream 
  https://github.com/flaviotordini/minitube/pull/52)

OBS-URL: https://build.opensuse.org/request/show/500234
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=33
2017-06-01 07:41:25 +00:00
Matthias Mailänder
bf40ac35fe Accepting request 456894 from home:Kieltux:branches:multimedia:apps
Update to 2.6
* solves an issue with VEVO videos
* New "Restricted Mode" that blocks inappropriate content
- Removed obsolete minitube-fix-watchrelatedvideo-icon.patch

OBS-URL: https://build.opensuse.org/request/show/456894
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=31
2017-02-13 19:36:54 +00:00
Carsten Ziepke
a896fa2aab Accepting request 428422 from home:Mailaender:branches:multimedia:apps
everybody loves screenshots :)

OBS-URL: https://build.opensuse.org/request/show/428422
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=29
2016-09-18 09:26:54 +00:00
Carsten Ziepke
f97090b68a Accepting request 355537 from home:Kieltux:branches:multimedia:apps
Update to 2.5.2
* solves an issue with VEVO videos

OBS-URL: https://build.opensuse.org/request/show/355537
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=27
2016-01-24 11:38:56 +00:00
d360087149 Accepting request 345732 from home:Mailaender:branches:multimedia:apps
new upstream version

OBS-URL: https://build.opensuse.org/request/show/345732
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=25
2015-11-22 17:20:17 +00:00
Carsten Ziepke
d24fa81223 Accepting request 341876 from home:XRevan86
- Update to 2.5.

OBS-URL: https://build.opensuse.org/request/show/341876
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=23
2015-11-01 08:51:16 +00:00
018ffbbb4c Accepting request 310689 from home:Mailaender:branches:multimedia:apps
- Add a Google API Key (boo#933004)

OBS-URL: https://build.opensuse.org/request/show/310689
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=21
2015-06-08 12:11:51 +00:00
Matthias Mailänder
05f2e739fc Accepting request 298056 from home:XRevan86
- Update to 2.4:
  * Use YouTube APIs version 3.
  * Use HTTPS everywhere for better privacy and security.
  * Automatically load more videos in the playlist for less clicking.
  * Fix subscriptions sorting.
  * Fix toolbar style.
  * Add and update translations.
- Rebase minitube-no-update-check.patch.

OBS-URL: https://build.opensuse.org/request/show/298056
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=19
2015-04-19 16:00:01 +00:00
6a5b17c031 Accepting request 290223 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/290223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minitube?expand=0&rev=1
2015-03-19 20:12:06 +00:00
Matthias Mailänder
ec98d54d37 Accepting request 290222 from home:Mailaender:branches:multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/290222
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=17
2015-03-10 19:06:41 +00:00
Matthias Mailänder
953e7e0f52 Accepting request 288222 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/288222
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=16
2015-02-28 14:43:40 +00:00
6ed2f101fd Accepting request 259767 from home:Kieltux:branches:multimedia:apps
Patch for missing toolbar icon: watch related videos
In upstream the icon is "view-list[.png]". 
But in oxygen-theme there is no such icon.

OBS-URL: https://build.opensuse.org/request/show/259767
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=15
2014-11-05 10:51:01 +00:00
Matthias Mailänder
cec74239b9 Accepting request 259739 from home:Kieltux:branches:multimedia:apps
- Update to 2.3
- Removed patch to inihibit screensaver
- Removed disabled patch for video download
- Added manpage written by Jakob Haufe for the Debian project
- Minor specfile clean up

OBS-URL: https://build.opensuse.org/request/show/259739
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=14
2014-11-05 08:01:05 +00:00
Matthias Mailänder
be02cfb688 Accepting request 243638 from home:Kieltux:branches:multimedia:apps
- update to 2.2
  * Subscriptions context menu: Unsubscribe, Mark as Watched
  * Added --stop-after-this command line switch
  * Added Stop After This Video Unity & Gnome 3 action
  * Fixed painting errors when scrolling playlist on Linux
  * Fixed bug with dragging playlist items from the thumbnail
  * Fixed some videos not playing
  * Updated translations
- added patch for disable update check

OBS-URL: https://build.opensuse.org/request/show/243638
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=13
2014-08-04 19:00:37 +00:00
Matthias Mailänder
b17c04f892 Accepting request 221305 from home:Kieltux:branches:multimedia:apps
- removed  unneeded patch for missing locale files in last minitube version (2.1.5)
- update to 2.1.6
  * Fix some videos not playing
  * Remove obsolete categories in the Browse tab

OBS-URL: https://build.opensuse.org/request/show/221305
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=12
2014-02-07 17:35:30 +00:00
Dr. Werner Fink
30a38884ec Accepting request 212415 from home:Kieltux:branches:multimedia:apps
- update to minitube 2.1.5
- fix for missing locale files (be.ts, ca_ES.ts, es_MX.ts, hr.ts, pt.ts, vi.ts) in the source package (patch removes these languages from the build process

OBS-URL: https://build.opensuse.org/request/show/212415
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=11
2013-12-28 16:26:57 +00:00
Matthias Mailänder
e9e9e80272 Accepting request 202993 from home:Kieltux:branches:multimedia:apps
- Update to minitube 2.1.3
- Included a inhibit screensaver patch during playback
- Included a patch to enable video download again. This feature is gone in minitube >= 2.1.2, because of a request from the Youtube legal team. This patch is disabled in the spec file (patch #2).

OBS-URL: https://build.opensuse.org/request/show/202993
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=10
2013-10-12 09:52:53 +00:00
Matthias Mailänder
cf8e33ad5f Accepting request 156688 from home:mvyskocil:branches:multimedia:apps
- update to 2.0
  * YouTube categories and "standard feeds": "Most Popular", "Featured", etc
  * Country selection for YouTube categories and feeds
  * Autoupdate on Mac and Windows
  * Related videos are now appended to the video when pasting a YouTube link
  * "Show 10 More" with a single click
  * Play video in the playlist with a single click on its thumbnail
  * OS X Mountain Lion notifications on video start
  * Fixed some YouTube links not working when pasted in the searchbox
  * Fixed playlist drag'n'drop
  * Fixed system language settings detection
  * Fixed clicking on channel names not working in some cases
  * Fixed incorrect number of downloads in status bar

OBS-URL: https://build.opensuse.org/request/show/156688
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=9
2013-02-27 22:07:13 +00:00
Matthias Mailänder
4d94540ff2 Accepting request 136622 from home:Mailaender:branches:multimedia:apps
update to 1.9
fix build for openSUSE >= 12.2

OBS-URL: https://build.opensuse.org/request/show/136622
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=8
2012-10-02 22:56:21 +00:00
Matthias Mailänder
5874b4936a Accepting request 131412 from home:Mailaender:branches:multimedia:apps
update to latest version (now with changelog file)

OBS-URL: https://build.opensuse.org/request/show/131412
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=7
2012-08-23 18:20:11 +00:00
Matthias Mailänder
a9091914bb OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=6 2012-03-10 21:29:33 +00:00
Matthias Mailänder
fe66bf66d2 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=5 2012-03-10 21:27:16 +00:00
Matthias Mailänder
70820bb775 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=4 2012-03-10 21:27:04 +00:00
Sascha Peilicke
d684330758 Accepting request 107030 from home:NickLion
update to latest version

OBS-URL: https://build.opensuse.org/request/show/107030
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=2
2012-02-29 10:15:35 +00:00
8a71133cb4 Accepting request 72123 from openSUSE:Factory:Contrib
please review, contrib cleanup

OBS-URL: https://build.opensuse.org/request/show/72123
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=1
2011-05-31 09:43:49 +00:00