File selene.changes of Package selene
165
1
-------------------------------------------------------------------
2
Mon Apr 20 11:59:30 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
3
4
- Add selene-fix-abstract.patch to fix build with recent versions
5
of vala
6
7
-------------------------------------------------------------------
8
Thu Mar 29 12:29:53 UTC 2018 - sor.alexei@meowr.ru
9
10
- Update to version 17.7:
11
* Add support for OPUS in WebM, MKV and OGG containers.
12
* Add audio tag support for Fraunhoffer AAC encoding.
13
* Use mpv for playing media instead of an internal player.
14
* MediaPlayer: Centre screen and show the file name in header bar.
15
* Update translations.
16
17
-------------------------------------------------------------------
18
Tue May 9 16:45:47 UTC 2017 - sor.alexei@meowr.ru
19
20
- Update to version 17.4.2 (changes since 16.9):
21
* Fix issues with newer GTK+ versions.
22
* Use GtkStackSwitcher in AppSettings window.
23
* Use GtkSidebar in encoder settings window.
24
* Subs: Add support for muxing ASS subs in MKV.
25
* AppSettings: Show OK button instead of Save & Cancel.
26
* AppSettings: Save settings if window is closed directly.
27
* Remove dependency on realpath.
28
* Fix Progress column hidden during encoding in list view.
29
* Add Dutch translation.
30
- Rebase selene-fix-makefile.patch.
31
32
-------------------------------------------------------------------
33
Fri Oct 14 15:02:32 UTC 2016 - sor.alexei@meowr.ru
34
35
- Update to version 16.9:
36
* Fix encoding failing when ffmpeg fails to detect file encoding
37
of the SRT file.
38
* Fix icon in 'Add Files..' menu not being sized correctly.
39
* Add an option to encode audio files without copying tags.
40
* Some minor changes.
41
42
-------------------------------------------------------------------
43
Sat Jul 23 16:15:39 UTC 2016 - sor.alexei@meowr.ru
44
45
- Update to version 16.5.0 (changes since 16.3.3):
46
* Fix 'Too many open files' error on converting many files.
47
* Fix Seeking in media player with MPV.
48
* Fix Enable the 'Trim Duration' menu item only when a single
49
file is selected.
50
* Some minor changes.
51
- Fix CFLAGS in selene-fix-makefile.patch.
52
53
-------------------------------------------------------------------
54
Sat May 7 07:12:54 UTC 2016 - sor.alexei@meowr.ru
55
56
- Update to version 16.3.3 (changes since 16.2.7):
57
* Add options for copying audio and video track without
58
re-encoding.
59
* Use the first embedded subtitle track if an external subtitle
60
file is not found.
61
* Add support for encoding files with multiple audio/subtitle
62
tracks.
63
* Add support for encoding HEVC video in MKV.
64
* Add libkate-tools as a dependency for encoding subtitles in
65
OGG files.
66
* Remove dependency on ffmpeg2theora tool which is unmaintained.
67
Theora video will be encoded with ffmpeg/avconv.
68
* Add option to set default language for files with multiple
69
tracks.
70
* Add option to keep or delete temporary files after successful
71
encode.
72
* Closing the progress window after a batch is finished will
73
take user to main window instead of quitting the application.
74
* Fix encoding mode being not set correctly for Vorbis.
75
* Fix decimal numbers being not loaded correctly from preset file
76
on non-English systems.
77
* Fix 'Too many open files' error on converting many files.
78
* Code cleanup and minor changes.
79
- Fix selene-fix-makefile.patch.
80
81
-------------------------------------------------------------------
82
Fri Mar 4 07:46:25 UTC 2016 - sor.alexei@meowr.ru
83
84
- Update to 16.2.7 (changes since 16.2.4):
85
* Add new option for trimming audio and video files.
86
* Add support for using MPV as the media player backend.
87
* Add option to auto-crop and reset cropping values for multiple
88
files on the batch edit window.
89
* Add zoom and fullscreen options to media player.
90
- Switch from MPlayer to MPV.
91
- Rebase selene-fix-makefile.patch.
92
93
-------------------------------------------------------------------
94
Mon Feb 22 13:43:54 UTC 2016 - sor.alexei@meowr.ru
95
96
- Update to 16.2.4 (changes since 16.2.1):
97
* Playing the input file will run the media player independently
98
without grabbing focus from other windows.
99
* Show a progress dialog when files are added.
100
* Add additional columns to the file list view and allow column to
101
be re-ordered.
102
* Add dialog for selecting list view columns.
103
* Allow columns to be re-ordered from the column selection dialog.
104
* Add new window for cropping video files.
105
* Add option to run app in background in non-admin mode. This
106
option was available earlier only in admin mode
107
* Add new mplayer frontend for playing media files.
108
* Fix output file being overwritten if it already exists.
109
A number will be appended to the file name instead.
110
- Rebase selene-fix-makefile.patch.
111
112
-------------------------------------------------------------------
113
Thu Feb 11 16:26:54 UTC 2016 - sor.alexei@meowr.ru
114
115
- Update to 16.2.1 (changes since 2.6.1):
116
* List of unsupported files will be displayed when files are
117
added.
118
* Round-up the CPU percentage in progress window title bar.
119
* Hide the crop column while encoding is in-progress.
120
* App settings: Allow user to enter backup path and output path.
121
* App settings: Update checkboxes for selecting directories.
122
* App settings: Add option to choose between 'ffmpeg' and 'avconv'.
123
* App settings: Add option to select media player.
124
* Add thumbnail image for audio files.
125
* Add option to encode audio with FFmpeg's Native AAC encoder.
126
* Add support for encoding with Fraunhofer FDK AAC encoder
127
(aac-enc).
128
* Add option to change AAC profile.
129
* Removed the 'Preview Output' right-click option in file list.
130
* Directories can be dragged and dropped on the main window to
131
add files.
132
* Update toolbar items for adding and removing files.
133
* Show icon beside file name in list view.
134
* Various minor changes.
135
- Rebase selene-fix-makefile.patch.
136
137
-------------------------------------------------------------------
138
Wed Nov 18 15:21:21 UTC 2015 - sor.alexei@meowr.ru
139
140
- Update to 2.6.1:
141
* Fix audio-video out-of-sync for H.264 video if framerate is fractional.
142
* Fix incorrect icon displaying for 'About' button on toolbar.
143
* Fix input file properties being not parsed correctly for some
144
files. These files would give a 'format not supported' error
145
when added to the input list.
146
* Query only required properties when reading file info from disk.
147
* Add list of 3rd party tools to the About\Credits dialog.
148
149
-------------------------------------------------------------------
150
Wed Oct 28 19:40:09 UTC 2015 - sor.alexei@meowr.ru
151
152
- Update to 2.6.0.
153
154
-------------------------------------------------------------------
155
Mon Sep 14 10:56:52 UTC 2015 - sor.alexei@meowr.ru
156
157
- Update to 2.5.8.
158
- Rebase selene-fix-makefile.patch.
159
- Remove selene-liststore.patch: fixed upstream.
160
161
-------------------------------------------------------------------
162
Wed Jul 1 16:18:43 UTC 2015 - sor.alexei@meowr.ru
163
164
- Initial package.
165