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.

Submit package home:dap / smtube to package Multimedia / smtube

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

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.


Stefan Seyfried's avatar

seife accepted request almost 11 years ago

Thanks!