File: ChangeLog.txt

package info (click to toggle)
pacpl 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,400 kB
  • sloc: perl: 2,796; sh: 769; makefile: 117
file content (285 lines) | stat: -rw-r--r-- 9,920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
=================
[**** 6.1.0 ****]
=================

* updated version to 6.1.0

% fixed kdialog ouput directory space issue 
  thanks to Jeremy Rehbaum (JRehbaum@juno.com)

% incorporated patches from Paulo Marcel Coelho Aragão
	- fix blank WMA tags
	- fix decoder not working for WMA
	- fix overwrite check to act more appropriately
	- fix DEFOPTS = 0 to work as intended
	+ added alac-decoder support for .mp4 files
	+ added .gitignore
	% fixed handling of m4a (AAC) codec handling

% incoporated patches from Reuben Thomas (rrt@sc3d.org)
	- fix installaton under different prefix and/or DESTDIR
	- fix hardwired pathes in pacpl

%note:  with above patches pacpl is now pacpl.in which will be renamed after configure

% updated Makefile.am to remove pacpl with "make distclean"

=================
[**** 5.1.0 ****]
=================

* updated version to 5.1.0

+ added patches directory.  below updates and incorporations are included.

% incorporated the following patches Matteo Cypriani (mcy@lm7.fr)
	- typos
	- configure exit
	- enforce outdir when preserve is utilized
	- multiple input source decode

* updated README.module documentation thanks to Cristian Greco <cristian.debian@gmail.com> 

=================
[**** 5.0.2 ****]
================

%fixed regex to detect directory names with spaces thanks to Dmitry Klimov

=================
[**** 5.0.1 ****]
=================

[01-04-2014]

* updated ogg vorbis & spx tags to use TRACKNUMBER instead of TRACK

% fixed coverting to "wma, ra, & mmf" thanks to bug report by Timothy E. Harris
% fixed missing semicolon bug in nemo/nautilus/thunar script
% fixed overwrite message to show output file, not source.
% fixed Thunar PACPL-Konvert script thanks to Timothy E. Harris

- removed support for .src and .ram extenions (no longer supported)

=================
[**** 5.0.0 ****]
=================

[11-1-2013]

** 5.0.0 Official Stable Release **

* minor code optimizations/changes
* updated README program description

% fixed amr encoding
% fixed mmf, ra, wma, other codecs supported by ffmpeg

+ added a few obscure audio formats supported by sox/sndfile-convert including:
  rf64 (sndfile) 8svx amb dat dvms f32 f64 fssd gsrt hcom txw vms

[10-12-2013]

% fixed encoding to .mp4/.m4a using ffmpeg/avconv
% fixed configure error when enabling nemo

- removed use of Ogg::Vorbis::Header.  tag writing for oga and ogg 
  is now done via vorbiscomment (part of vorbis-tools)

+ added oga extension for ogg vorbis audio
+ added ogv audio extract support
+ added webm audio extract support

* updated oga/ogg tag reading to use Audio::Scan

[10-10-2013]

% changed the kde plugin to popup a combobox for selecting the
  output format to keep things somewhat consistent with the rest of
  the platforms.

% flip-flopped on the use 5.18.0 statement.  seems other (*buntu*)
  distros consider that release "experimental".  worked around it
  with a simple: 
  
  no if $] >= 5.018, warnings => "experimental::smartmatch";

% re-wrote preserve directory function.  it actually works again...

+ added parallel processing.  about time we put those cores to use!
+ added use of Parallel::ForkManager module you can install it via:
  1) perl -MCPAN -e 'install Parallel::ForkManager'
  2) sudo apt-get install libparallel-forkmanager-perl

+ added option -j,--jobs option to specify concurrent jobs to process
+ added JOBS varible in pacpl.conf.  default is set to 4
+ added jobs description to locale files (need translations!)

+ added support for the Thunar file manager (tested under Xbuntu 13.04)
  see plugins/gnome/thunar/INSTALL for more information
  
[10-1-2013]

+ added the use 5.18.0; requriement to pacpl. to those
  using earlier versions, you can remove this line but YMMV.

% fixed configure script to work properly when different
  gui dialog / file managers are installed

- removed support for lpac/pac (obsolete)
- removed support for gogo (obsolete)

[9-30-2013]

+ added GNOMEDIR variable to the Makefile in case your gnome
  installation is not located in the default /usr directory

* updated directory structure for plugins
* updated configure script to use the following:

	--enable-kde      (for the KDE service menu)
	--enable-nautilus (for the nautilus script)
	--enable-nemo     (for the nemo action script)

  the kde and nautilus/nemo options cannot be used together.
  you can however use both nemo and nautilus (assuming you have
  both installed)

  by default none of the options are enabled

- removed install.sh & README for nemo script directory

[9-24-2013]

# bumped version to 5.0.0.  with the amount of time 
  passed since the last release and all the feature 
  additons/changes I feel its warranted: For now 
  we're still in the nightly/pre-release testing stage

+ GNOME Support Added:

Note: Tested and tailored for 13.04 Unity, it will however 
      work on earlier versions and other debian based distros
      using the Gnome desktop which have zenity & notify-send
      installed

+ added PACPL-Convert (Nautilus/Nemo) script

+ added support for running the script through Nemo on Linux Mint
  or other distributions that use that file manager
  tested on Linux Mint 15 "Olivia" Cinnamon (64-bit)

- removed use of Audio::WMA
- removed use of MP4::Info
- removed use of Audio::Musepack
- removed use of Audio::APETags

  the above four modules have been replaced by Audio::Scan for 
  reading the tags from the various formats including flac.

+ added use of perl module Audio::Scan
+ added support for reading .ape tags
+ added support for TAK audio format (decode only)
+ added cdparanoia to mod-install-ubuntu.sh as part of the basic tools
+ added new string to .po files (gui_outdir) - **translators needed**

% fixed changed FLAC tag DESCRIPTION to COMMENT
% fixed FLAC upper/lower case issue by reading tags with Audio::Scan
% fixed cd ripping - $out_dir should be $outdir in order run correctly
% fixed encoding to .mp4 & .m4a.  Had same issue as Musepack files.

* updated configure for gnome & kde - neither is installed by default.
  you will need to --enable-kde or --enable-gnome if you would like to
  have eiher of the plugins installed.

* updated extra/mod-install*.sh to reflect module changes
* updated %run (put all codedcs in alphabetical order) a little house cleaning..
* updated default bitrate in pacpl.conf to 192kbps for formats that support it
* updated pacpl.conf - changed default disc device to /dev/dvd
  & modified all lang/*.po files to reflect change.

- removed RAM from codecs.conf (has no encoder)

[9-21-2013]

+ added --enable-kde (adds Konqueror/Dolphin pacpl.desktop)
+ added --enable-gnome (nautilus script in the works) ***not included...yet***

+ added support for amr audio format
+ added support for 3gp audio format
+ added support for 3g2 audio format

= Note: The above three formats only work if your version of ffmpeg/avconv supports them.
  see extra/ffmpeg-conf.sh / extra/libav-conf.sh (requires libopencore-amr)

% fixed spacing error in codecs.conf for DTS

- removed --enable-konqueror  & --enable-dolphin options

[9-18-2013]

+ added ffmpeg-conf.sh and libav-conf.sh to extra/ dir.
  this shows what libs and options are needed for full support for pacpl
+ added support for libav (avconv) encoder/decoder - ffmpeg fork
+ added ffmpeg/avconv support to various formats as available encoder/decoder
+ added support for adts audio format

% fixed mpc tagging using the new SV7/SV8 releases. (options have to come BEFORE
  the input and output file)
% fixed all ffmpeg encode instances to apply $eopts (user options) when
  --defopts=0 to the output file as opposed to the input. 

* updated codecs.conf to include new formats that can be configured
* updated extra/README.extra
* update Makefile.am
    * use wildcard * for LANG_MODS instead of listing them individually
    * remove -t flag for $(INSTALL_DATA)

[9-14-2013]

* updated extra/mod-install.sh (removed Switch module)
* updated extra/mod-install-kubuntu.sh (renamed to mod-install-ubuntu.sh)
    -  removed liboggvorbis-perl
    +  added various required modules/libs for Ogg::Vorbis::Header
    +  added section to install basic encoders/decoders
    +  added section to fix apt repository /var/lib/apt/lists
       to be able to install restricted-extras package.
    =  tested in both Ubuntu & Kubuntu 13.04

    Note: When running the script choose the default [yes] for all prompts

[9-12-2013]

+ added support for lowercase tags when writing/reading flac metadata
+ added git repository (https://github.com/vorzox/pacpl)
+ added support for dcaenc (dts) encoder (requires multi-channel wav as input)
+ added support for dts (default encoder/decoder=ffmpeg)

[9-10-2013]

+ added support for mp3HD audio format
+ added support for aften ac3 encoder
+ added support for twolame mp2 encoder
+ added support for opus audio format
+ added support for off (OptimumFrog - Float) audio format
+ added support for TwinVQ (vqf) audio format (decode only)
+ added Greek/Hellenic translation thanks to Evangelos Apostolakos
+ added required module CDDB (this goes along with CDDB_get)

- removed amarok support
- removed pacpl gui KMDR
- removed support for d3lphin (obsolete)
- removed --enable-all configuration option (obsolete)
- removed deprecated use of Switch in favor of given-when-default

* updated README to include new/updated URLs for applications
* updated website pacpl.sourceforge.net (vorzox.wix.com/pacpl)
* update Makefile.am and configure.ac to comply with current standards
* updated slack-desc: changes layout and includes new formats

% fixed ffmpeg ac3 encoding. specified bitrate was in bits not kilobits
% fixed ffmpeg tag handling...again...thanks to Dave Allen Barker Jr.
% fixed pacpl.desktop to include missing formats
% fixed return 1 when encoding fails
% fixed added MP3::Tag->config(write_v24 => 'YES') to allow updating &
  modifying of newer ID3v2 tags.