"Fossies" - the Fresh Open Source Software Archive 
Member "pacpl-code/ChangeLog" (9 Feb 2021, 11012 Bytes) of package /linux/privat/pacpl-6.1.3.tar.bz2:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "ChangeLog":
6.1.2_vs_6.1.3.
1 =================
2 [**** 6.1.3 ****]
3 =================
4
5 % fixed the following thanks to Matteo Cypriani (mcy@lm7.fr)
6 % Fix FLAC header decoding
7
8 * updated mod-install-debian.sh in extra/ to use apt
9 * other small changes and bug fixes
10
11 + added vp9 and mpeg4 video to audio conversion
12
13 =================
14 [**** 6.1.2 ****]
15 =================
16
17 * updated version to 6.1.2
18
19 * updated mod-install-debian.sh in extra/
20
21 % fixed the following thanks to Reuben Thomas (rrt@sc3d.org)
22 % rename ChangeLog.txt back to ChangeLog
23 % fixed typo in formats DFS to DSF
24 % change FLAC tag module from Audio::Scan back to Audio::FLAC::Header
25
26 + this version has been tested and now works on Chromebooks with crostini
27
28 =================
29 [**** 6.1.1 ****]
30 =================
31
32 % incorporated patches from Paulo Marcel Coelho Aragao
33 - added ability to decode dsf files
34 - implemented String::ShellQuote
35 - patch to show total failures (if any) as exit code
36
37 % renamed mod-install-ubuntu.sh to mod-install-debian.sh
38 % renamed Changelog.txt back to Changelog
39
40 + added String::ShellQuote to mod-install scripts in extra
41
42 =================
43 [**** 6.1.0 ****]
44 =================
45
46 * updated version to 6.1.0
47
48 % fixed kdialog ouput directory space issue
49 thanks to Jeremy Rehbaum (JRehbaum@juno.com)
50
51 % incorporated patches from Paulo Marcel Coelho Aragão
52 - fix blank WMA tags
53 - fix decoder not working for WMA
54 - fix overwrite check to act more appropriately
55 - fix DEFOPTS = 0 to work as intended
56 + added alac-decoder support for .mp4 files
57 + added .gitignore
58 % fixed handling of m4a (AAC) codec handling
59
60 % incoporated patches from Reuben Thomas (rrt@sc3d.org)
61 - fix installaton under different prefix and/or DESTDIR
62 - fix hardwired pathes in pacpl
63
64 %note: with above patches pacpl is now pacpl.in which will be renamed after configure
65
66 % updated Makefile.am to remove pacpl with "make distclean"
67
68 =================
69 [**** 5.1.0 ****]
70 =================
71
72 * updated version to 5.1.0
73
74 + added patches directory. below updates and incorporations are included.
75
76 % incorporated the following patches Matteo Cypriani (mcy@lm7.fr)
77 - typos
78 - configure exit
79 - enforce outdir when preserve is utilized
80 - multiple input source decode
81
82 * updated README.module documentation thanks to Cristian Greco <cristian.debian@gmail.com>
83
84 =================
85 [**** 5.0.2 ****]
86 ================
87
88 %fixed regex to detect directory names with spaces thanks to Dmitry Klimov
89
90 =================
91 [**** 5.0.1 ****]
92 =================
93
94 [01-04-2014]
95
96 * updated ogg vorbis & spx tags to use TRACKNUMBER instead of TRACK
97
98 % fixed coverting to "wma, ra, & mmf" thanks to bug report by Timothy E. Harris
99 % fixed missing semicolon bug in nemo/nautilus/thunar script
100 % fixed overwrite message to show output file, not source.
101 % fixed Thunar PACPL-Konvert script thanks to Timothy E. Harris
102
103 - removed support for .src and .ram extenions (no longer supported)
104
105 =================
106 [**** 5.0.0 ****]
107 =================
108
109 [11-1-2013]
110
111 ** 5.0.0 Official Stable Release **
112
113 * minor code optimizations/changes
114 * updated README program description
115
116 % fixed amr encoding
117 % fixed mmf, ra, wma, other codecs supported by ffmpeg
118
119 + added a few obscure audio formats supported by sox/sndfile-convert including:
120 rf64 (sndfile) 8svx amb dat dvms f32 f64 fssd gsrt hcom txw vms
121
122 [10-12-2013]
123
124 % fixed encoding to .mp4/.m4a using ffmpeg/avconv
125 % fixed configure error when enabling nemo
126
127 - removed use of Ogg::Vorbis::Header. tag writing for oga and ogg
128 is now done via vorbiscomment (part of vorbis-tools)
129
130 + added oga extension for ogg vorbis audio
131 + added ogv audio extract support
132 + added webm audio extract support
133
134 * updated oga/ogg tag reading to use Audio::Scan
135
136 [10-10-2013]
137
138 % changed the kde plugin to popup a combobox for selecting the
139 output format to keep things somewhat consistent with the rest of
140 the platforms.
141
142 % flip-flopped on the use 5.18.0 statement. seems other (*buntu*)
143 distros consider that release "experimental". worked around it
144 with a simple:
145
146 no if $] >= 5.018, warnings => "experimental::smartmatch";
147
148 % re-wrote preserve directory function. it actually works again...
149
150 + added parallel processing. about time we put those cores to use!
151 + added use of Parallel::ForkManager module you can install it via:
152 1) perl -MCPAN -e 'install Parallel::ForkManager'
153 2) sudo apt-get install libparallel-forkmanager-perl
154
155 + added option -j,--jobs option to specify concurrent jobs to process
156 + added JOBS varible in pacpl.conf. default is set to 4
157 + added jobs description to locale files (need translations!)
158
159 + added support for the Thunar file manager (tested under Xbuntu 13.04)
160 see plugins/gnome/thunar/INSTALL for more information
161
162 [10-1-2013]
163
164 + added the use 5.18.0; requriement to pacpl. to those
165 using earlier versions, you can remove this line but YMMV.
166
167 % fixed configure script to work properly when different
168 gui dialog / file managers are installed
169
170 - removed support for lpac/pac (obsolete)
171 - removed support for gogo (obsolete)
172
173 [9-30-2013]
174
175 + added GNOMEDIR variable to the Makefile in case your gnome
176 installation is not located in the default /usr directory
177
178 * updated directory structure for plugins
179 * updated configure script to use the following:
180
181 --enable-kde (for the KDE service menu)
182 --enable-nautilus (for the nautilus script)
183 --enable-nemo (for the nemo action script)
184
185 the kde and nautilus/nemo options cannot be used together.
186 you can however use both nemo and nautilus (assuming you have
187 both installed)
188
189 by default none of the options are enabled
190
191 - removed install.sh & README for nemo script directory
192
193 [9-24-2013]
194
195 # bumped version to 5.0.0. with the amount of time
196 passed since the last release and all the feature
197 additons/changes I feel its warranted: For now
198 we're still in the nightly/pre-release testing stage
199
200 + GNOME Support Added:
201
202 Note: Tested and tailored for 13.04 Unity, it will however
203 work on earlier versions and other debian based distros
204 using the Gnome desktop which have zenity & notify-send
205 installed
206
207 + added PACPL-Convert (Nautilus/Nemo) script
208
209 + added support for running the script through Nemo on Linux Mint
210 or other distributions that use that file manager
211 tested on Linux Mint 15 "Olivia" Cinnamon (64-bit)
212
213 - removed use of Audio::WMA
214 - removed use of MP4::Info
215 - removed use of Audio::Musepack
216 - removed use of Audio::APETags
217
218 the above four modules have been replaced by Audio::Scan for
219 reading the tags from the various formats including flac.
220
221 + added use of perl module Audio::Scan
222 + added support for reading .ape tags
223 + added support for TAK audio format (decode only)
224 + added cdparanoia to mod-install-ubuntu.sh as part of the basic tools
225 + added new string to .po files (gui_outdir) - **translators needed**
226
227 % fixed changed FLAC tag DESCRIPTION to COMMENT
228 % fixed FLAC upper/lower case issue by reading tags with Audio::Scan
229 % fixed cd ripping - $out_dir should be $outdir in order run correctly
230 % fixed encoding to .mp4 & .m4a. Had same issue as Musepack files.
231
232 * updated configure for gnome & kde - neither is installed by default.
233 you will need to --enable-kde or --enable-gnome if you would like to
234 have eiher of the plugins installed.
235
236 * updated extra/mod-install*.sh to reflect module changes
237 * updated %run (put all codedcs in alphabetical order) a little house cleaning..
238 * updated default bitrate in pacpl.conf to 192kbps for formats that support it
239 * updated pacpl.conf - changed default disc device to /dev/dvd
240 & modified all lang/*.po files to reflect change.
241
242 - removed RAM from codecs.conf (has no encoder)
243
244 [9-21-2013]
245
246 + added --enable-kde (adds Konqueror/Dolphin pacpl.desktop)
247 + added --enable-gnome (nautilus script in the works) ***not included...yet***
248
249 + added support for amr audio format
250 + added support for 3gp audio format
251 + added support for 3g2 audio format
252
253 = Note: The above three formats only work if your version of ffmpeg/avconv supports them.
254 see extra/ffmpeg-conf.sh / extra/libav-conf.sh (requires libopencore-amr)
255
256 % fixed spacing error in codecs.conf for DTS
257
258 - removed --enable-konqueror & --enable-dolphin options
259
260 [9-18-2013]
261
262 + added ffmpeg-conf.sh and libav-conf.sh to extra/ dir.
263 this shows what libs and options are needed for full support for pacpl
264 + added support for libav (avconv) encoder/decoder - ffmpeg fork
265 + added ffmpeg/avconv support to various formats as available encoder/decoder
266 + added support for adts audio format
267
268 % fixed mpc tagging using the new SV7/SV8 releases. (options have to come BEFORE
269 the input and output file)
270 % fixed all ffmpeg encode instances to apply $eopts (user options) when
271 --defopts=0 to the output file as opposed to the input.
272
273 * updated codecs.conf to include new formats that can be configured
274 * updated extra/README.extra
275 * update Makefile.am
276 * use wildcard * for LANG_MODS instead of listing them individually
277 * remove -t flag for $(INSTALL_DATA)
278
279 [9-14-2013]
280
281 * updated extra/mod-install.sh (removed Switch module)
282 * updated extra/mod-install-kubuntu.sh (renamed to mod-install-ubuntu.sh)
283 - removed liboggvorbis-perl
284 + added various required modules/libs for Ogg::Vorbis::Header
285 + added section to install basic encoders/decoders
286 + added section to fix apt repository /var/lib/apt/lists
287 to be able to install restricted-extras package.
288 = tested in both Ubuntu & Kubuntu 13.04
289
290 Note: When running the script choose the default [yes] for all prompts
291
292 [9-12-2013]
293
294 + added support for lowercase tags when writing/reading flac metadata
295 + added git repository (https://github.com/vorzox/pacpl)
296 + added support for dcaenc (dts) encoder (requires multi-channel wav as input)
297 + added support for dts (default encoder/decoder=ffmpeg)
298
299 [9-10-2013]
300
301 + added support for mp3HD audio format
302 + added support for aften ac3 encoder
303 + added support for twolame mp2 encoder
304 + added support for opus audio format
305 + added support for off (OptimumFrog - Float) audio format
306 + added support for TwinVQ (vqf) audio format (decode only)
307 + added Greek/Hellenic translation thanks to Evangelos Apostolakos
308 + added required module CDDB (this goes along with CDDB_get)
309
310 - removed amarok support
311 - removed pacpl gui KMDR
312 - removed support for d3lphin (obsolete)
313 - removed --enable-all configuration option (obsolete)
314 - removed deprecated use of Switch in favor of given-when-default
315
316 * updated README to include new/updated URLs for applications
317 * updated website pacpl.sourceforge.net (vorzox.wix.com/pacpl)
318 * update Makefile.am and configure.ac to comply with current standards
319 * updated slack-desc: changes layout and includes new formats
320
321 % fixed ffmpeg ac3 encoding. specified bitrate was in bits not kilobits
322 % fixed ffmpeg tag handling...again...thanks to Dave Allen Barker Jr.
323 % fixed pacpl.desktop to include missing formats
324 % fixed return 1 when encoding fails
325 % fixed added MP3::Tag->config(write_v24 => 'YES') to allow updating &
326 modifying of newer ID3v2 tags.