File: changelog

package info (click to toggle)
mixxx 2.2.4~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 137,476 kB
  • sloc: cpp: 314,879; xml: 162,191; javascript: 109,044; ansic: 15,855; sh: 13,124; python: 11,528; makefile: 685
file content (724 lines) | stat: -rw-r--r-- 24,047 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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
mixxx (2.2.4~dfsg-1) unstable; urgency=medium

  * Team upload

  * New upstream release
  * debian/patches/: patchset updated against v2.2.4
    - 0005-scons-3.patch dropped (applied upstream)
    - 0005-remove_inappropriate_i386_flags.patch added (Closes: #950131)
    - 0006-features_fix.patch added
  * debian/copyright: by-tab indentation removed
  * debian/control:
    - debhelper bump 11 -> 13
    - S-V bump 4.4.1 -> 4.5.0 (no changes needed)
    - RRR set
    - add missing b-dep libmodplug-dev
    - drop myself from Uploaders
  * debian/mixxx.install: add missing install path
  * debian/rules:
    - update clean path for pyc files
    - drop duplicate files on install

 -- Matteo F. Vescovi <mfv@debian.org>  Thu, 13 Aug 2020 18:17:10 +0200

mixxx (2.2.3~dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Cherry-pick an upstream patch to fix a FTBFS with Scons under Python 3.
    (Closes: #947568)

 -- Stefano Rivera <stefanor@debian.org>  Tue, 12 May 2020 16:07:23 -0700

mixxx (2.2.3~dfsg-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1

  [ Olivier Humbert ]
  * Update copyright (http -> https)

  [ Matteo F. Vescovi ]
  * New upstream release
  * debian/patches/: patchset refreshed against v2.2.3

 -- Matteo F. Vescovi <mfv@debian.org>  Fri, 10 Jan 2020 22:33:58 +0100

mixxx (2.2.2~dfsg-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat
  * Bump Standards-Version to 4.4.0

  [ Matteo F. Vescovi ]
  * New upstream version 2.2.2~dfsg

 -- Matteo F. Vescovi <mfv@debian.org>  Wed, 28 Aug 2019 20:17:05 +0200

mixxx (2.2.1~dfsg-2) unstable; urgency=medium

  * Upload to unstable

 -- Matteo F. Vescovi <mfv@debian.org>  Mon, 08 Jul 2019 14:45:52 +0200

mixxx (2.2.1~dfsg-1) experimental; urgency=medium

  * New upstream release

 -- Matteo F. Vescovi <mfv@debian.org>  Thu, 25 Apr 2019 23:06:17 +0200

mixxx (2.2.0~dfsg-1) unstable; urgency=medium

  * New upstream release
    - debian/patches/0002-desktop_file.patch: patch updated
    - debian/control: new build-deps added
    - debian/rules: fix installation path

 -- Matteo F. Vescovi <mfv@debian.org>  Sun, 20 Jan 2019 22:25:18 +0100

mixxx (2.1.5~dfsg-2) unstable; urgency=medium

  * debian/: drop vendor-specific patchset (Closes: #915919)
  * debian/control: S-V bump 4.2.1 -> 4.3.0

 -- Matteo F. Vescovi <mfv@debian.org>  Thu, 27 Dec 2018 21:38:19 +0100

mixxx (2.1.5~dfsg-1) unstable; urgency=medium

  [ Matteo F. Vescovi ]
  * New upstream release

  [ Peter Green ]
  * debian/patches/: patchset updated (Closes: #912190)
    - 0004-remove-inappropriate-arm-compiler-flags.patch added
  * Fix clean target

 -- Matteo F. Vescovi <mfv@debian.org>  Sun, 04 Nov 2018 15:52:15 +0100

mixxx (2.1.4~dfsg-1) unstable; urgency=medium

  [ Olivier Humbert ]
  * Update control (http -> https)

  [ Matteo F. Vescovi ]
  * New upstream release
  * debian/control: S-V bump 4.2.0 -> 4.2.1 (no changes needed)

 -- Matteo F. Vescovi <mfv@debian.org>  Sun, 07 Oct 2018 15:15:30 +0200

mixxx (2.1.3~dfsg-1) unstable; urgency=medium

  [ Felipe Sateler ]
  * Change maintainer address to debian-multimedia@lists.debian.org

  [ Matteo F. Vescovi ]
  * New upstream release (Closes: #896457, #897150)
  * debian/patches/: patchset reworked
    All patches have been merged upstream, except for
    those Debian-specific.
  * debian/control: S-V bump 4.1.3 -> 4.2.0 (no changes needed)
  * debian/control: newly needed build-dependencies added
  * debian/control: bump soundtouch version to 2.0.0
  * debian/control: gir1.2-rsvg-2.0 b-dep added
  * debian/rules: obsolete '--parallel' parameter dropped
  * debian/copyright: entries fixed and updated
  * debian/copyright: CC BY-SA license updated
  * debian/copyright: add build/debian to Files-Excluded

 -- Matteo F. Vescovi <mfv@debian.org>  Thu, 23 Aug 2018 23:41:01 +0200

mixxx (2.0.0~dfsg-9) unstable; urgency=medium

  * debian/control: drop pythonX-scour b-deps
    for scour package itself (Closes: #892582)

 -- Matteo F. Vescovi <mfv@debian.org>  Sun, 11 Mar 2018 11:28:45 +0100

mixxx (2.0.0~dfsg-8) unstable; urgency=medium

  * debian/: Qt4 -> Qt5 migration (Closes: #875042)
  * debian/: debhelper bump 9 -> 11
  * debian/: autotools usage dropped
  * debian/control: S-V bump 3.9.8 -> 4.1.3 (no changes needed)
  * debian/control: Vcs-* fields updated to use salsa
  * debian/control: python3-scour added to b-deps

 -- Matteo F. Vescovi <mfv@debian.org>  Wed, 07 Feb 2018 22:50:22 +0100

mixxx (2.0.0~dfsg-7.1) unstable; urgency=medium

  * Non-maintainer upload.

  [ Sebastian Ramacher ]
  * Remove used B-D on libaudiofile-dev

  [ Simon McVittie ]
  * Add patch from James Cowgill to fix FTBFS with newer sqlite3
    (Closes: #868612)

 -- Simon McVittie <smcv@debian.org>  Mon, 24 Jul 2017 11:08:10 +0100

mixxx (2.0.0~dfsg-7) unstable; urgency=medium

  * Team upload.
  * debian/patches/0008-chromaprint-1.4.patch: Upstream patch to fix build
    with chromaprint 1.4. (Closes: #851009)

 -- Sebastian Ramacher <sramacher@debian.org>  Wed, 11 Jan 2017 21:04:24 +0100

mixxx (2.0.0~dfsg-6) unstable; urgency=medium

  * debian/patches/ubuntu.series: file updated (Closes: #836398)
    - 0007-fix_gcc6_issue.patch entry added to the list

 -- Matteo F. Vescovi <mfv@debian.org>  Fri, 02 Sep 2016 18:24:40 +0200

mixxx (2.0.0~dfsg-5) unstable; urgency=medium

  * debian/patches/: patchset updated
    - 0007-fix_gcc6_issue.patch added (Closes: #831071)
  * debian/control: S-V bump 3.9.7 -> 3.9.8 (no changes needed)

 -- Matteo F. Vescovi <mfv@debian.org>  Mon, 25 Jul 2016 22:49:53 +0200

mixxx (2.0.0~dfsg-4) unstable; urgency=medium

  [ Sebastian Ramacher ]
  * Import manpage changes from upstream

  [ Alessio Treglia ]
  * Remove myself from the Uploaders list

  [ Matteo F. Vescovi ]
  * debian/control:
    - libqt4-sql-sqlite dependency re-added
      for binary package (Closes: #820805)
    - S-V bump 3.9.6 -> 3.9.7 (no changes needed)

 -- Matteo F. Vescovi <mfv@debian.org>  Tue, 12 Apr 2016 17:43:31 +0200

mixxx (2.0.0~dfsg-3) unstable; urgency=medium

  * Team upload.
  * debian/rules:
    - Use flags suggested by upstream: build=release, virtualize=0,
      localecompare=1, qt_sqlite_plugin=0.
    - No longer build xpm, no longer needed.
    - Really support parallel builds.
  * debian/{rules,control}: Revert to Qt 4 as suggested by upstream.

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 26 Jan 2016 19:26:58 +0100

mixxx (2.0.0~dfsg-2) unstable; urgency=medium

  * debian/patches
    - 0006-opengles.patch: Upstream patch to add OpenGL ES support.
    - 0005-hidapi.patch: Remove cruft.
  * debian/{control,rules}: Build with OpenGL ES on armel and armhf. (LP:
    #1316402)

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 26 Jan 2016 18:17:37 +0100

mixxx (2.0.0~dfsg-1) unstable; urgency=medium

  * Team upload.

  [ Mateusz Łukasik ]
  * New upstream release: (LP: #1530592)
    - Refresh patches.
    - Remove 0001-update_configure.patch - no longer needed.
    - Remove 9001-waveformsignalcolors_fix.patch - included upstream.
  * Update debian/repack.sh script to latest version.
  * Remove obsolete menu file.
  * Update debian/repack.local for new upstream version.
  * debian/control:
    - Add to B-D: libsqlite3-dev, librubberband-dev,libchromaprint-dev.
    - Use QT5. (Closes: #766959, #784496)
  * debian/rules:
    - Switch to QT5.

  [ Sebastian Ramacher ]
  * debian/rules:
    - Build with --as-needed.
    - Disable use of __DATE__ and __TIME__.
    - Remove RPATH.
  * debian/control:
    - Bump libsoundtouch-dev B-D.
    - Add libopus-dev and libopusfile-dev to B-D.
    - Add libhidapi-dev to B-D.
    - Add chrpath to B-D.
    - Update Vcs-*.
  * debian/copyright:
    - Use Files-Excluded instead of repack scripts.
    - Remove lib/{apple,hidapi-*,vamp-*}.
    - Update copyright years.
    - Remove unused paragraphs.
    - Add missing copyright information.
  * debian/patches/0005-hidapi.patch: Build with system hidapi.

 -- Sebastian Ramacher <sramacher@debian.org>  Tue, 26 Jan 2016 00:59:59 +0100

mixxx (1.11.0~dfsg-5) unstable; urgency=medium

  * Team upload.
  * debian/control:
      - Remove libvamp-hostsdk3 from B-D. It is pulled in by vamp-pluin-sdk
        anyway. (Closes: #794975)
      - Bump Standards-Version (no changes needed).

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 09 Aug 2015 10:33:54 +0200

mixxx (1.11.0~dfsg-4) unstable; urgency=medium

  * Team upload.
  * debian/patches/: patchset refreshed
    - 1001-buildsystem.patch updated (Closes: #698796, #761978)
      (m68k and mips variants added to supported architectures)
  * debian/control: S-V bump 3.9.4 => 3.9.5 (no changes needed)
  * debian/copyright: files and licenses updated
  * debian/control: Uploaders field updated
    - Matteo F. Vescovi <mfvescovi@gmail.com> added

 -- Matteo F. Vescovi <mfvescovi@gmail.com>  Thu, 18 Sep 2014 11:56:54 +0200

mixxx (1.11.0~dfsg-3) unstable; urgency=low

  * Attempt to fix build failures on the following Ubuntu's
    architectures:
    - arm64
    - armhf
    - ppc64el
  * Fix build failures on ARM as qreal is float,
    not double. (Closes: #728148)

 -- Alessio Treglia <alessio@debian.org>  Wed, 29 Jan 2014 09:51:23 +0000

mixxx (1.11.0~dfsg-2) unstable; urgency=low

  * Install missing libmixxxminimal.so. Let upstream buildsystem install
    the XPM file by itself. Thanks to Takeshi Soejima for reporting
    this. (Closes: #725225)
  * Refresh Ubuntu patches.

 -- Alessio Treglia <alessio@debian.org>  Fri, 04 Oct 2013 14:14:17 +0100

mixxx (1.11.0~dfsg-1) unstable; urgency=low

  * Team upload.

  [ Alessio Treglia ]
  * Imported Upstream version 1.11.0~dfsg (Closes: #707743)
  * Update debian/copyright.
  * Bump Standards.

  [ Matteo F. Vescovi ]
  * debian/: dh 7 => 9 bump
  * debian/control: new b-deps added
    libfftw3-dev, libprotobuf-dev,
    libusb-1.0-0-dev and protobuf-compiler
  * debian/patches/: patchset updated
    - 0002-norpath.patch dropped
    - 0004-soundtouch.patch refreshed
    - 1001-ftbfs_gcc47.patch dropped
  * debian/control: vamp b-deps added
  * debian/: pdf manual references dropped (Closes: #695972)

 -- Matteo F. Vescovi <mfv.debian@gmail.com>  Mon, 30 Sep 2013 17:10:34 +0200

mixxx (1.10.1~dfsg0-1) unstable; urgency=low

  * New upstream bugfix-only release:
    - Fix encoding error which prevents users to use folders with accented
      characters in the pathname (Closes: #664671).
  * Strip non-DFSG free PDF manual.
  * Update watch file.
  * Fix repackaging mechanism.

 -- Alessio Treglia <alessio@debian.org>  Wed, 27 Jun 2012 09:11:02 +0200

mixxx (1.10.0~dfsg0-5) unstable; urgency=low

  * Apply 1001-ftbfs_gcc47.patch to fix FTBFS with GCC 4.7 on Ubuntu too.
    Thanks to Ilya Barygin for pointing out this. (Closes: #678182)
  * debian/copyright:
    - Update to the new machine-readable format.
    - Sort licenses stanzas
    - Group files by license

 -- Alessio Treglia <alessio@debian.org>  Wed, 20 Jun 2012 09:42:16 +0200

mixxx (1.10.0~dfsg0-4) unstable; urgency=low

  * Append CPPFLAGS to the end of CFLAGS/CXXFLAGS as the
    buildsystem ignores them. (Closes: #674971)

 -- Alessio Treglia <alessio@debian.org>  Tue, 29 May 2012 10:20:58 +0200

mixxx (1.10.0~dfsg0-3) unstable; urgency=low

  * Enable hardening flags.
  * Add repack.sh mechanism to automatically strip non-DFSG
    clean stuff out of the tarball.
  * Fix watch file.
  * Bump Standards.
  * Update Vcs fields.

 -- Alessio Treglia <alessio@debian.org>  Mon, 28 May 2012 10:49:16 +0200

mixxx (1.10.0~dfsg0-2) unstable; urgency=low

  * Remove dependency on libwavpack.
  * Fix FTBFS with GCC 4.7 (Closes: #674335).
  * Fix watch file.

 -- Alessio Treglia <alessio@debian.org>  Sun, 27 May 2012 13:17:12 +0200

mixxx (1.10.0~dfsg0-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: Some updates and fixes.
  * Drop 01-werror_format_security.patch, no longer needed.
  * Update 10_uptodate_configure.dpatch, rename it to
    0001-update_configure.patch.
  * Drop 15-various_archs_support.patch, applied upstream.
  * Rename 20_norpath.patch to 0002-norpath.patch
  * Rename 30-disable_soundsourcem4a.patch to
    0003-disable_soundsourcem4a.patch.
  * Refresh and set a new name to 0004-soundtouch.patch
  * Rename 91-desktop_file.patch -> 0091-desktop_file.patch

 -- Alessio Treglia <alessio@debian.org>  Sat, 31 Dec 2011 09:52:59 +0100

mixxx (1.9.2~dfsg0-1) unstable; urgency=low

  * New upstream bugfix-only release.
  * Fix FTBFS with -Werror=format-security enabled (Closes: #646348).
  * Refresh patches.
  * Update debian/copyright.

 -- Alessio Treglia <alessio@debian.org>  Tue, 08 Nov 2011 14:44:28 +0100

mixxx (1.9.0+dfsg0-5) unstable; urgency=low

  * Add s390x support (Closes: #638879)

 -- Alessio Treglia <alessio@debian.org>  Tue, 23 Aug 2011 09:47:01 +0200

mixxx (1.9.0+dfsg0-4) unstable; urgency=low

  * Replace negated list of architectures with linux-any (Closes: #634789).
  * Use DH's autotools_dev add-on to update config.{guess,sub} files.

 -- Alessio Treglia <alessio@debian.org>  Mon, 25 Jul 2011 10:12:40 +0200

mixxx (1.9.0+dfsg0-3) unstable; urgency=low

  * Limit supported architectures to linux-any only.
  * Add support for sh3, sh4 and powerpcspe.
    Thanks to Nobuhiro Iwamatsu for the patch. (Closes: #632609)

 -- Alessio Treglia <alessio@debian.org>  Mon, 04 Jul 2011 10:13:15 +0200

mixxx (1.9.0+dfsg0-2) unstable; urgency=low

  * Add armhf support (Closes: #623152).
  * Enable parallel builds.
  * Bump Standards.

 -- Alessio Treglia <alessio@debian.org>  Mon, 09 May 2011 01:02:44 +0200

mixxx (1.9.0+dfsg0-1) unstable; urgency=low

  * Improve description, Mixxx supports FLAC file format too.
  * Sort build-deps.
  * Add libwavpack-dev to Build-Depends.
  * Enable WavPack plugin.
  * debian/gbp.conf: Set compression to bzip2.
  * Actually build Mixxx against libsoundtouch provided by Debian.
  * Imported Upstream version 1.9.0+dfsg0:
    - Get rid of local copy of soundtouch.
  * debian/copyright:
    - Remove comment about soundtouch, sources are now linked against
      the system-wide copy.
    - Update to DEP-5 rev.174.
  * Get rid of unneeded patches, clean-up series files.
  * Build-depend on libqtwebkit-dev.

 -- Alessio Treglia <alessio@debian.org>  Thu, 14 Apr 2011 20:40:58 +0200

mixxx (1.9.0-3) unstable; urgency=low

  * debian/patches/15-various_archs_support.patch:
    - Remove -Dalpha from CPPDEFINES, fixes FTBFS on alpha (Closes: #598749).
    - Allow compilation on alpha, armel, hppa, hurd-i386, ia64, kfreebsd-*,
      mips, mipsel, sparc, s390 (Closes: #616177).
  * Disable libportmidi-dev for hurd-i386,kfreebsd-* architectures.

 -- Alessio Treglia <alessio@debian.org>  Fri, 04 Mar 2011 00:45:06 +0100

mixxx (1.9.0-2) unstable; urgency=low

  * First attempt to fix #616177:
    - Extend the list of supported machines.
    - Properly set and pass the value of machine to SCons.

 -- Alessio Treglia <alessio@debian.org>  Thu, 03 Mar 2011 14:00:02 +0100

mixxx (1.9.0-1) unstable; urgency=low

  [ Alessio Treglia ]
  * New upstream release.
  * Build against the latest libsoundtouch.
  * Refresh 20_norpath.patch.
  * Refresh 30-disable_soundsourcem4a.patch patch.
  * Disable 40-alpha_ftbfs.patch patch for now.
  * Improve the clean target to properly clean the build environment.
  * Sort build-dependencies alphabetically.
  * Add dh_scour support to optimize SVG files.
  * Add Shoutcast support.
  * Build-Depends on libtag1-dev.

  [ Miguel Colon ]
  * Strip the SONAME out of the soundtouch build dependency.

 -- Alessio Treglia <alessio@debian.org>  Sun, 27 Feb 2011 11:51:32 +0100

mixxx (1.8.2-1) unstable; urgency=low

  * New upstream bugfix release.
  * Drop debian/patches/1001-scripts_eval_sigsegv.patch as it isn't
    needed anymore.

 -- Alessio Treglia <alessio@debian.org>  Fri, 17 Dec 2010 00:04:57 +0100

mixxx (1.8.1-5) unstable; urgency=low

  * 40-alpha_ftbfs.patch has been forwarded.
  * Add patch to fix SIGSEGV in the scripts evaluation.

 -- Alessio Treglia <alessio@debian.org>  Wed, 01 Dec 2010 09:23:55 +0100

mixxx (1.8.1-4) unstable; urgency=low

  * Really apply 40-alpha_ftbfs.patch.

 -- Alessio Treglia <alessio@debian.org>  Mon, 29 Nov 2010 00:36:08 +0100

mixxx (1.8.1-3) unstable; urgency=low

  * Attempt to fix FTBFS on alpha.

 -- Alessio Treglia <alessio@debian.org>  Sun, 28 Nov 2010 12:39:29 +0100

mixxx (1.8.1-2) unstable; urgency=low

  * First upload to unstable, Mixxx 1.7.2 was removed from Squeeze.
  * Minimize the delta between Debian and Ubuntu:
    - 91-desktop_file.patch is Debian-specific as Ubuntu uses PulseAudio
      by default.
    - Introduce new SUBSTVAR in debian/control and pass it to dh_gencontrol
      to set different dependencies depending on the distribution.

 -- Alessio Treglia <alessio@debian.org>  Thu, 11 Nov 2010 14:15:11 +0100

mixxx (1.8.1-1) experimental; urgency=low

  * New upstream release.

 -- Alessio Treglia <alessio@debian.org>  Tue, 19 Oct 2010 09:05:19 +0200

mixxx (1.8.0.2-1) experimental; urgency=low

  * Imported Upstream version 1.8.0.2
  * Refresh 20_norpath.patch.
  * Allow ALLOW_X86_OPTIMIZATIONS on amd64 only, fixes FTBFS on ia64
    (Closes: #599978).

 -- Alessio Treglia <alessio@debian.org>  Mon, 18 Oct 2010 13:13:57 +0200

mixxx (1.8.0.1-1) experimental; urgency=low

  * No longer need to repack the upstream's tarball, skins can be
    redistributed now.
  * Drop build-dep on libwavpack-dev, the wavpack plugin seems not
    stable enough.
  * Set skins' file permissions properly.

 -- Alessio Treglia <alessio@debian.org>  Thu, 23 Sep 2010 18:46:42 +0200

mixxx (1.8.0.1~dfsg-1) experimental; urgency=low

  * New upstream release:
    - Fix visual artifact due to Qt bug (LP: #645804).
  * Add README.source to document the repacking.
  * Update copyright information.
  * Add get-orig-source target.
  * Refresh patches.
  * Build-depends on libwavpack-dev.
  * Update debian/gbp.conf.
  * Install missing icon file (LP: #641880).

 -- Alessio Treglia <alessio@debian.org>  Thu, 23 Sep 2010 11:26:16 +0200

mixxx (1.8.0~rc-dfsg-1) experimental; urgency=low

  * New upstream release.
  * Set Maintainer to Debian Multimedia Maintainers team, update Uploaders
    field; ACKed by Free Ekanayaka.
  * Add Vcs fields.
  * Add myself to the Uploaders field.
  * Switch to format 3.0 (quilt).
  * Refresh patches and tag them as per DEP-3.
  * Add 30-disable_soundsourcem4a.patch patch to disable soundsourcem4a plugin.
  * Add patch to fix desktop file as per spec.
  * Build-Depends on libportmidi-dev.
  * Depends on libqt4-sql-sqlite.
  * Add debian/source/local-options file.
  * Remove desktop file, already provided by upstream.
  * Rename icon file:
    - 16x16 XPM icon is unnecessary.
    - Update install and dirs file properly.
  * Update debian/menu properly.
  * Fix binary-control-field-duplicates-source field "section" lintian
    warning.
  * Update debian/watch file.
  * Install the manual in /usr/share/mixxx-data/.
  * Install doc-base registration file.
  * Update the link to the manual (Closes: #576544).
  * Add configuration file for git-buildpackage.
  * Add .gitignore file.
  * Update homepage field.
  * Bump Standards.
  * Clean-up.

 -- Alessio Treglia <alessio@debian.org>  Sat, 18 Sep 2010 17:15:53 +0200

mixxx (1.7.2-1) unstable; urgency=low

  * New upstream release (closes: #437574)
  * debian/rules: do not build against libdjconsole (closes: #554022),
    mixxx now uses Hercules driver instead
  * debian/rules: invoke debhelper zen guru, switch to quilt
  * debian/patches/20_norpath.patch: update rpath patch
  * debian/mixxx.manpages: install manpage the new way
  * debian/control: tighten debhelper version, span on multiple lines
  * debian/control: add misc-depends to mixxx-data

 -- Paul Brossier <piem@debian.org>  Thu, 07 Jan 2010 04:02:37 +0100

mixxx (1.7.1-1) unstable; urgency=low

  * New upstream release (closes: #519517, #427291, #500859)
  * Bugs closed in previous versions (closes: #480233, #397385)
  * Acknowledge NMUed bugs (closes: #375752, #435950, #499572, #523692),
    thanks to Free, Steinar, and Barry
  * debian/control
    - added Homepage field
    - add Build-depends on imagemagick
    - add Build-Depends on libsountouch-dev
    - bump Standard-Version
    - bump build-depends to debhelper >= 7.0.0
  * debian/rules
    - create and install mixxx.xpm 32x32
    - remove COPYING, shifter.sh, xsl, php, and Thumbs.db files from skins
    - make sure js files are not executables
    - use dh_prep instead of dh_clean -k
  * debian/README.source: add reference to dpatch
  * debian/mixxx.desktop: improve comment
  * debian/menu: update section to Applications/Sound
  * debian/compat: bump to 7
  * debian/copyright: updated to list copyright of each external libs
  * debian/patches/10_soundtouch.dpatch: use packaged libsoundtouch
    (not activated yet, needs 1.4.1)
  * debian/patches/10_uptodate_configure.dpatch: update config.{sub,guess}

 -- Paul Brossier <piem@debian.org>  Fri, 30 Oct 2009 12:13:34 +0100

mixxx (1.6.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove unnecessary build-dep on libglib1.2. (Closes: #523692).
  * Update desktop file. (Closes: #499572).
  * Update deprecated xlibmesa-gl1-dev with libgl1-mesa-dev.

 -- Barry deFreese <bdefreese@debian.org>  Sat, 17 Oct 2009 13:36:19 -0400

mixxx (1.6.1-1) unstable; urgency=low

  * New Upstream Version

 -- Free Ekanayaka <freee@debian.org>  Sat, 15 Nov 2008 00:00:37 +0100

mixxx (1.6.0-1) unstable; urgency=low

  * New upstream release (Closes: #496184)

 -- Free Ekanayaka <freee@debian.org>  Tue, 26 Aug 2008 00:53:21 +0100

mixxx (1.6.0~beta3-2) unstable; urgency=low

  * Build depend on libqt4-opengl-dev only if available, otherwise use
    libqt4-dev (makes backports easier)

 -- Free Ekanayaka <freee@debian.org>  Mon, 09 Jun 2008 08:27:28 +0100

mixxx (1.6.0~beta3-1) unstable; urgency=low

  * New upstream release
  * Build depends on libqt4-opengl-dev (Closes: #482238), thanks
    to Peter Green
  * Fixed bashism in debian/rules (Closes: #478408), thanks to Chris
    Lamb
  * Fixed FTBFS if built twice in a row (Closes: #483901) thanks
    to Peter Green

 -- Free Ekanayaka <freee@debian.org>  Thu, 05 Jun 2008 00:21:45 +0100

mixxx (1.6.0~beta2-1) unstable; urgency=low

  * New upstream release

 -- Free Ekanayaka <freee@debian.org>  Fri, 04 Apr 2008 12:02:15 +0200

mixxx (1.6.0~beta1-1) unstable; urgency=low

  * New upstream release
  * debian/patched:
      - dropped typos.patch (fixed upstream)
  * debian/control:
      - build depend on libqt4-dev and scons

 -- Free Ekanayaka <freee@debian.org>  Thu, 27 Dec 2007 09:53:41 +0000

mixxx (1.5.0.1-1) unstable; urgency=low

  * New upstream release (Closes: #424972)
  * debian/control:
    - depend on portaudio 19, djconsole and libaudiofile
    - added myself to uploaders
    - use source:Version instead of Source:Version (Closes: #435950)
  * debian/rules:
    - use dpatch to manage diffs
    - enable ALSA (Closes: #397386)

 -- Free Ekanayaka <freee@debian.org>  Tue, 18 Dec 2007 13:01:13 +0000

mixxx (1.4.2-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Replace unsatisfiable build-dependency on xlibmesa-glu-dev by
    libglu1-mesa-dev; fixes FTBFS. (Closes: #374590)

 -- Steinar H. Gunderson <sesse@debian.org>  Wed, 28 Jun 2006 00:23:04 +0200

mixxx (1.4.2-1) unstable; urgency=low

  * Initial Release (closes: #227017).
  * Modified src/mixxx.pro to be happier on debian
  * Added #ifdef __vbrheadersdk__ to src/soundsourcemp3.c
  * Removed non-free files in lib/gplot and lib/vbrheadersdk
  * Converted png to xpm to add to menu icon, added .desktop
  * Disable directRendering check to avoid crash when Visual=Simple
  * Prevent latency slider to try setting the latency to 0
  * Correct a typo on 'rendering' in mixxxview.cpp

 -- Paul Brossier <piem@debian.org>  Sat, 13 Aug 2005 00:14:24 +0100