Overview
Request 964 (accepted)
- update to 2.1:
* Add the Italian, French, Czech, Malay, Swedish,
Turkish, Finnish, Georgian, Portuguese (Brazil),
Ukrainian, Norwegian, Hebrew, Croatian, Bulgarian,
Vietnamese and Indonesian translation.
* When saving DASH 1080, be sure the video and audio files
have the same name.
* Increase speed when downloading DASH streams.
* If there's no 1080p video in the normal format, try
to download the 1080p video in the DASH format. That
actually downloads two files, a mp4 with the video only
and a m4a with the audio.
* Add an option to record audio.
* Use the user's country for default region.
* Add two actions to increase or reduce the font size
(shortcuts Ctrl+Plus and Ctrl+Minus).
* Add mpv to the list of players.
* Add an option to add URL to the SMPlayer playlist.
* Keys work now in the video list.
* Ask the user to update the youtube code
when an unknown signature is found.
* The quality for recording has now more options and allows
to save the video in webm format as well.
* Possibility to select the playback quality
(for players other than smplayer).
* Add support for the new signatures of Youtube.
* Add options in the configuration dialog to select the
preferred region and period of time for the standard feeds.
* Save the recording list.
* Add a button to open the recording dialog.
smtube.changes
Changed
-------------------------------------------------------------------
+Mon Apr 7 19:20:14 UTC 2014 - dap.darkness@gmail.com
+
+- update to 2.1:
+ * Add the Italian, French, Czech, Malay, Swedish,
+ Turkish, Finnish, Georgian, Portuguese (Brazil),
+ Ukrainian, Norwegian, Hebrew, Croatian, Bulgarian,
+ Vietnamese and Indonesian translation.
+ * When saving DASH 1080, be sure the video and audio files
+ have the same name.
+ * Increase speed when downloading DASH streams.
+ * If there's no 1080p video in the normal format, try
+ to download the 1080p video in the DASH format. That
+ actually downloads two files, a mp4 with the video only
+ and a m4a with the audio.
+ * Add an option to record audio.
+ * Use the user's country for default region.
+ * Add two actions to increase or reduce the font size
+ (shortcuts Ctrl+Plus and Ctrl+Minus).
+ * Add mpv to the list of players.
+ * Add an option to add URL to the SMPlayer playlist.
+ * Keys work now in the video list.
+ * Ask the user to update the youtube code
+ when an unknown signature is found.
+ * The quality for recording has now more options and allows
+ to save the video in webm format as well.
+ * Possibility to select the playback quality
+ (for players other than smplayer).
+ * Add support for the new signatures of Youtube.
+ * Add options in the configuration dialog to select the
+ preferred region and period of time for the standard feeds.
+ * Save the recording list.
+ * Add a button to open the recording dialog.
+- Updated smtube-optflags.patch.
+- Removed clean section.
+- Let lang subpackage become recommended.
+
+-------------------------------------------------------------------
Fri Oct 19 08:17:08 UTC 2012 - pascal.bleser@opensuse.org
- update to 1.2:
smtube.spec
Changed
# vim: set sw=4 ts=4 et nu:
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
+# Copyright (c) 2014 Packman team: http://packman.links2linux.org/
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: smtube
-Version: 1.5
+Version: 2.1
Release: 0.pm.1
Summary: Small Youtube Browser
Source: http://prdownloads.sourceforge.net/smplayer/smtube-%{version}.tar.bz2
BuildRequires: update-desktop-files
BuildRequires: hicolor-icon-theme
Requires: smplayer >= 0.8.0
+Recommends: smplayer-lang
# just to make the build fail if not avail:
BuildRequires: smplayer >= 0.8.0
done
popd
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
%files
%defattr(-,root,root)
smtube-optflags.patch
Changed
---- src/smtube.pro.orig 2012-04-15 13:54:11.754613662 +0200
-+++ src/smtube.pro 2012-04-15 13:57:36.540606375 +0200
-@@ -76,3 +76,5 @@
- win32 {
- RC_FILE = smtube.rc
- }
-+
-+QMAKE_CXXFLAGS += $(OPTFLAGS)
+--- src/smtube.pro.orig 2014-03-09 03:24:02.000000000 +0300
++++ src/smtube.pro 2014-04-07 22:07:41.450245560 +0300
+@@ -112,6 +112,7 @@
+ translations/smtube_it.ts
+
+ unix {
++ QMAKE_CXXFLAGS += $(OPTFLAGS)
+ UI_DIR = .ui
+ MOC_DIR = .moc
+ OBJECTS_DIR = .obj
_service
Added
+<services>
+ <service name="download_files"/>
+</services>
Request History
dap created request almost 11 years ago
- update to 2.1:
* Add the Italian, French, Czech, Malay, Swedish,
Turkish, Finnish, Georgian, Portuguese (Brazil),
Ukrainian, Norwegian, Hebrew, Croatian, Bulgarian,
Vietnamese and Indonesian translation.
* When saving DASH 1080, be sure the video and audio files
have the same name.
* Increase speed when downloading DASH streams.
* If there's no 1080p video in the normal format, try
to download the 1080p video in the DASH format. That
actually downloads two files, a mp4 with the video only
and a m4a with the audio.
* Add an option to record audio.
* Use the user's country for default region.
* Add two actions to increase or reduce the font size
(shortcuts Ctrl+Plus and Ctrl+Minus).
* Add mpv to the list of players.
* Add an option to add URL to the SMPlayer playlist.
* Keys work now in the video list.
* Ask the user to update the youtube code
when an unknown signature is found.
* The quality for recording has now more options and allows
to save the video in webm format as well.
* Possibility to select the playback quality
(for players other than smplayer).
* Add support for the new signatures of Youtube.
* Add options in the configuration dialog to select the
preferred region and period of time for the standard feeds.
* Save the recording list.
* Add a button to open the recording dialog.
seife accepted request almost 11 years ago
Thanks!