Changeset 176 for smplayer/trunk/debian-rvm
- Timestamp:
- May 3, 2016, 5:25:45 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/debian-rvm/changelog-orig
r170 r176 1 smplayer (16.4.0) precise; urgency=low 2 3 * The Windows installer now includes mpv as well. 4 * Now it's easier to switch between mplayer and mpv (Preferences -> General, 5 select either mplayer or mpv as multimedia engine). 6 * The extrastereo filter works again when using mpv. 7 * Possibility to use the VLC shortcuts. (Preferences -> Keyboard and 8 mouse, click the load button, select vlc.keys) 9 * Possibility to enable mouse gestures (when the mouse is dragged up or down 10 in the video window the volume changes. If dragged left or right it 11 changes the time position). 12 You can enable this option in Preferences -> Keyboard and 13 mouse -> Mouse -> Drag function: seek and volume. 14 * A fix for saving bookmarks. 15 * The option for streaming sites in Preferences -> Network is 16 different now, and allows these values: 17 Disabled: support for video sites is turned off 18 Auto: enables the internal support for YouTube and uses mpv + youtube-dl 19 for the rest of sites 20 YouTube: only the internal support for YouTube will be used 21 mpv + youtube-dl: uses mpv + youtube-dl for all sites 22 * An animated icon has been added in the status bar to indicate when the player 23 is buffering. 24 * A new layout is used to display the media information (Options -> View info and 25 properties). 26 27 -- Ricardo Villalba <rvm@users.sourceforge.net> Tue, 29 Mar 2016 00:22:02 +0200 28 29 smplayer (16.1.0) trusty; urgency=low 30 31 * Fix for YouTube. 32 * The screenshots work again with older versions of mplayer/mpv. 33 * Possibility to add bookmarks (menu Browse), which allows to mark your 34 favorite parts of the video for a quick access. 35 * New option 'Prevent window to get outside of screen' in 36 Preferences -> Interface. 37 38 -- Ricardo Villalba <rvm@users.sourceforge.net> Mon, 11 Jan 2016 19:18:43 +0100 39 40 smplayer (15.11.0) precise; urgency=low 41 42 * Fix for YouTube. 43 * (Experimental) Support for YouTube live streams. 44 * The thumbnail generator is much faster now. 45 * New options to seek to the previous or next subtitle (mpv only). 46 * New option (Preferences -> General) to select the image format for 47 screenshots (mpv only). 48 * Fix a crash when changing the GUI. 49 * New option (Preferences -> Interface) to center the window 50 automatically. 51 * Display a tooltip in the time slider with the corresponding time of 52 the mouse position. 53 * Now there's an option in the configuration of the find subtitles window 54 which allows to specify if the language code should be appended to the 55 subtitle filename. 56 * (Fix for Windows) The main window will be centered if it's partially 57 outside of the desktop after an auto resize. 58 * When adding files to the playlist the first item is moved to its 59 correct place in the list. 60 * (Experimental) New action to start/stop capturing the playback stream. 61 * Disable the extrastereo and karaoke filters when using mpv. 62 63 -- Ricardo Villalba <rvm@users.sourceforge.net> Sun, 29 Nov 2015 01:08:58 +0100 64 65 smplayer (15.9.0) precise; urgency=low 66 67 * Support for the 3D stereo filter. 68 * We added support for mpv, which is a player based on MPlayer with 69 new features and bug fixes. 70 * Now it's possible to select a secondary subtitle track which is 71 displayed on top of the screen (mpv only). 72 * New option to set a template for screenshots (mpv only). 73 * Now it's possible to play videos from streaming sites (besides Youtube) 74 like DailyMotion, Vimeo, Vevo and many more (mpv only). 75 * Option to step back one frame (mpv only). 76 * The Windows installer now allows to choose the playback engine to install: 77 mplayer or mpv. 78 * Better support for YouTube (VEVO videos). 79 * Possibility to set a proxy. 80 * Allow duplicate items in the playlist. 81 * New action (assigned by default to key "I") shows the current playback 82 time, total time and percentage, for 2 seconds on the OSD. 83 * Add the possibility to use the mouse buttons for "next chapter" and 84 "previous chapter". 85 * New option to delete a file in the playlist from the filesystem. 86 * Add support for MPRIS2. 87 * Possibility to compile SMPlayer without mplayer or mpv support. 88 * The new H2O theme is now the default theme. 89 90 -- Ricardo Villalba <rvm@users.sourceforge.net> Mon, 28 Sep 2015 23:58:00 +0200 91 1 92 smplayer (14.9.0) precise; urgency=low 2 93 -
smplayer/trunk/debian-rvm/control
r139 r176 9 9 Architecture: any 10 10 Pre-Depends: dpkg (>= 1.14.12ubuntu3) 11 Depends: ${shlibs:Depends}, mplayer | mplayer-nogui | mp layer-mt | mplayer211 Depends: ${shlibs:Depends}, mplayer | mplayer-nogui | mpv (>= 0.6.2) 12 12 Recommends: smplayer-themes, smplayer-skins, smtube, alsa-utils, x11-utils 13 Replaces: smplayer-translations 14 Provides: smplayer-translations 15 Description: A great front-end for MPlayer 16 SMPlayer intends to be a complete front-end for MPlayer, from basic features 17 like playing videos, DVDs, and VCDs to more advanced features like support 18 for MPlayer filters and more. One of the main features is the ability to 19 remember the state of a played file, so when you play it later it will resume 20 at the same point and with the same settings. smplayer is developed with 21 the Qt toolkit, so it's multi-platform. 13 Replaces: smplayer-translations, smplayer-l10n 14 Provides: smplayer-translations, smplayer-l10n 15 Description: A great media player 16 SMPlayer is a graphical user interface (GUI) for the award-winning mplayer 17 and also for mpv. But apart from providing access for the most common 18 and useful options of mplayer and mpv, SMPlayer adds other interesting features 19 like the possibility to play Youtube videos or search and download subtitles. 20 One of the main features is the ability to remember the state of a 21 played file, so when you play it later it will be resumed at the same point 22 and with the same settings.
Note:
See TracChangeset
for help on using the changeset viewer.