aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
blob: ff3461dde78a55a4243cb53b2e801c2e1c69aa56 (plain)
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
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
gst-plugins-bad1.0 (0.11.92-1) experimental; urgency=low

  * debian/rules,
    debian/gstreamer-plugins-bad.install:
    + Build the cdaudio plugin on kfreebsd too.
  * New upstream release, "Shine On You Crazy Diamond":
    + debian/build-deps.in,
      debian/rules:
      - Build depend on GStreamer core/base >= 0.11.92.
    + debian/build-deps.in:
      - Require orc >= 0.4.16.
    + debian/patches/0001-vp8enc-fix-target-bitrate-config-with-libvpx-1.1.0.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 08 Jun 2012 13:13:33 +0200

gst-plugins-bad1.0 (0.11.91-3) experimental; urgency=low

  * debian/build-deps.in:
    + Drop unconditional libcdaudio build dependency.
      It's not available on hurd.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 04 Jun 2012 12:42:49 +0200

gst-plugins-bad1.0 (0.11.91-2) experimental; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Drop CELT plugin and add OPUS plugin.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 30 May 2012 15:11:21 +0200

gst-plugins-bad1.0 (0.11.91-1) experimental; urgency=low

  * New upstream release, "Be he alive, or be he dead":
    + debian/build-deps.in,
      debian/rules:
      - Build depend on GStreamer core/base >= 0.11.91.
    + debian/gstreamer-plugins-bad.install:
      - Re-add plugins that are ported now.
  * debian/control.in,
    debian/rules:
    + Update automake, autoconf, libtool, debhelper dependencies.
    + Update Standards-Version.
  * debian/build-deps.in:
    + Drop lv2core dependency, not needed anymore.
  * debian/patches/0001-vp8enc-fix-target-bitrate-config-with-libvpx-1.1.0.patch:
    + Patch from upstream GIT to fix vp8 encoder with libvpx 1.1.0.
  * debian/libgstreamer-plugins-bad-dev.install:
    + Drop .a files from the -dev package.
  * debian/rules:
    + Fix dh_gstscancodecs call.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 21 May 2012 16:00:47 +0200

gst-plugins-bad1.0 (0.11.90-1) experimental; urgency=low

  [ Olivier Naudan ]
  * Imported Upstream version 0.11.90
  * Imported debian/ from gst-plugins-bad 0.10.23-1
  * Updated debian/ for GStreamer 1.0
  * Removed gstreamer-sdl, not ported to 0.11
  * gstreamer-plugins-bad.install: Removed the plugins that have not been ported
  * gstreamer-plugins-bad.install: Removed schemas
  * gstreamer-plugins-bad.install: Added presets (.prs)
  * debian/rules: disable pvrvideosink, until it is ported to gst 0.11

  [ Sebastian Dröge ]
  * Build-depend on GLib >= 2.31.14.
  * Remove obsolete Provides and Replaces
  * Merge changes from 0.10.23-2.
  * Update copyright

 -- Sebastian Dröge <slomo@debian.org>  Thu, 03 May 2012 20:06:18 +0200

gst-plugins-bad0.11 (0.11.1-1~ppa1) oneiric; urgency=low

  * New upstream release, 0.11.1

 -- Olivier Naudan <o-naudan@ti.com>  Thu, 01 Mar 2012 13:02:01 +0100

gst-plugins-bad0.10 (0.10.23-1) unstable; urgency=low

  * New upstream stable release, "The Game Has Changed":
    + debian/rules,
      debian/build-deps.in:
      - (Build-) depend on GStreamer core/base >= 0.10.36.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 21 Feb 2012 10:58:52 +0100

gst-plugins-bad0.10 (0.10.22.3-2) experimental; urgency=low

  * debian/control.in,
    debian/gstreamer-plugins-bad.install,
    debian/libgstreamer-plugins-bad-dev.install,
    debian/libgstreamer-plugins-bad.install,
    debian/rules:
    + Split the libraries into their own package and add a -dev package.
      The API of the library is not guaranteed to be stable and as such
      the shlibs of the library package are very strict and will require
      dependant libraries to get a rebuild after every new upstream version.
      The libraries will be required by gstreamer-vaapi.
      Thanks to Timo Aaltonen <tjaalton@ubuntu.com> for the patch.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 08 Feb 2012 09:45:25 +0100

gst-plugins-bad0.10 (0.10.22.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/patches/01_dtsdec-libs.patch,
      debian/patches/02_teletextdec-subdirs.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 06 Feb 2012 10:52:44 +0100

gst-plugins-bad0.10 (0.10.22.2-2) experimental; urgency=low

  * debian/control.in:
    + Build-depend on automake (>= 1.10), autoconf (>= 2.60) and
      libtool (>= 2.0) to make dh-autoreconf actually work.
  * debian/control.in:
    + Pre-depend on ${misc:Pre-Depends} for multi-arch.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 14 Dec 2011 10:18:38 +0100

gst-plugins-bad0.10 (0.10.22.2-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/build-deps.in,
      debian/rules:
      - Build-depend on GStreamer core/base 0.10.35.2.
      - Build-depend on GLib 2.24.
    + debian/build-deps.in,
      debian/gstreamer-plugins-bad.install,
      debian/gstreamer-amrwbenc.install,
      debian/README.Debian:
      - Add audiovisualizers, cdaudio, faceoverlay, freeverb,
        inter, openal, removesilence, smooth, spandsp, teletextdec,
        voaacenc, voamrwbenc plugins.
      - Remove invtelecine, mpeg4videoparse plugins.
      - Remove amrwbenc extra plugin.
    + debian/patches/01_path-max.patch:
      - Dropped, merged upstream.
    + debian/patches/99_ltmain_as-needed.patch:
      - Refreshed to apply cleanly again.
    + debian/patches/01_dtsdec-libs.patch:
      - Add libgstbase to the libraries of dtsdec.
    + debian/patches/02_teletextdec-subdirs.patch:
      - Add the teletextdec directory to SUBDIRS.
  * debian/control.in:
    + Suggest frei0r-plugins (Closes: #633097).
  * debian/build-deps.in,
    debian/compat,
    debian/control.in,
    debian/gstreamer-amrwbenc.install,
    debian/gstreamer-faac.install,
    debian/gstreamer-mpeg2enc.install,
    debian/gstreamer-plugins-bad.install,
    debian/gstreamer-sdl.install,
    debian/rules:
    + Transition package to multi-arch (Closes: #647487).
      Patch taken from the Ubuntu package.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 12 Dec 2011 10:41:20 +0100

gst-plugins-bad0.10 (0.10.22-3) unstable; urgency=low

  * Add xvid to the bad plugin set as it's available in debian now.
  * Remove any reference to LAME or MP3 from README.Debian.

 -- Fabian Greffrath <fabian+debian@greffrath.com>  Fri, 29 Jul 2011 13:24:53 +0200

gst-plugins-bad0.10 (0.10.22-2) unstable; urgency=low

  * debian/patches/01_path-max.patch:
    + Don't use PATH_MAX, it's not defined on GNU Hurd and others.
      Thanks to Pino Toscano for the patch (Closes: #626795).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 16 May 2011 09:13:54 +0200

gst-plugins-bad0.10 (0.10.22-1) unstable; urgency=low

  * New upstream release, "Toy Piano":
    + debian/patches/99_decklink.patch,
      debian/patches/99_decklink-linking.patch:
      - Dropped, merged upstream.    
    + debian/rules,
      debian/build-deps.in:
      - Build-depend on GStreamer core/base 0.10.33.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 10 May 2011 15:55:38 +0200

gst-plugins-bad0.10 (0.10.21.3-1) experimental; urgency=low

  * New upstream pre-release.
  * debian/rules,
    debian/gstreamer-plugins-bad.install:
    + Enable the decklink and linsys plugins.
  * debian/patches/99_decklink.patch,
    debian/patches/99_decklink-linking.patch:
    + Add decklink to sys/Makefile.am SUBDIRS and check
      for pthread.h and link to pthread.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 28 Apr 2011 09:20:34 +0200

gst-plugins-bad0.10 (0.10.21.2-1) experimental; urgency=low

  [ Alessandro Decina ]
  * debian/rules:
    + Include dh-autoreconf cdbs rule
  * debian/build-deps.in:
    + Add dependency on dh-autoreconf

  [ Loïc Minier ]
  * Use linux-any in build-deps instead of type-handling.
  * Rework sed calls to avoid cat | sed and sed | sed.
  * s/amrwb/amrwbenc/ in a leftover case statement in debian/extra; thanks
    Mohamed Amine IL Idrissi; closes: #592757.

  [ Sebastian Dröge ]
  * New upstream pre-release:
    + debian/patches/01_soundtouch-pc.patch,
      debian/patches/02_shm_fixes.patch:
      - Dropped, merged upstream.
    + debian/build-deps.in:
      - Update ORC build dependency to >= 0.4.11.
    + debian/rules,
      debian/build-deps.in:
      - Build-depend on GStreamer core/base >= 0.10.32.2.
    + debian/build-deps.in,
      debian/rules,
      debian/gstreamer-plugins-bad.install:
      - Remove audioparsersbad and qtmux plugins, they moved to -good.
      - Add curl, fieldanalysis, fragmented, mpegtsdemux, patchdetect,
        rtpvp8, sdi, videofiltersbad and videoparsersbad plugins.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 17 Apr 2011 11:10:36 +0200

gst-plugins-bad0.10 (0.10.21-4) unstable; urgency=low

  * Upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Mar 2011 15:33:52 +0100

gst-plugins-bad0.10 (0.10.21-3) experimental; urgency=low

  [ Sebastian Dröge ]
  * debian/build-deps.in:
    + Build depend on libsoundtouch-dev (>= 1.5.0).
  * debian/control.in:
    + Remove conflicts for the Fluendo MPEG demuxer/muxer packages. They're
      not in the archive anymore and if they were they wouldn't conflict
      anymore because of changes in gst-plugins-bad.

  [ Sjoerd Simons ]
  * debian/patches/02_shm_fixes.patch
    * Added, various fixes for the SHM plugin (crasher, potential race
      conditions). From upstream git

 -- Sjoerd Simons <sjoerd@debian.org>  Wed, 16 Mar 2011 21:59:38 +0000

gst-plugins-bad0.10 (0.10.21-2) experimental; urgency=low

  * debian/build-deps.in,
    debian/patches/01_soundtouch-pc.patch:
    + The soundtouch pkg-config file is nowadays called soundtouch.pc and
      the name of the -dev package changed too (Closes: #612050).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 07 Mar 2011 10:40:46 +0100

gst-plugins-bad0.10 (0.10.21-1) experimental; urgency=low

  * New upstream stable release, "Pink Noise":
    + debian/control.in,
      debian/build-deps.in:
      - Require GStreamer, gst-plugins-base >= 0.10.32.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 Jan 2011 14:12:31 +0100

gst-plugins-bad0.10 (0.10.20.4-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/control.in,
      debian/build-deps.in:
      - Require GStreamer, gst-plugins-base >= 0.10.31.4.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 19 Jan 2011 21:20:29 +0100

gst-plugins-bad0.10 (0.10.20.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/control.in,
      debian/build-deps.in:
      - Require GStreamer, gst-plugins-base >= 0.10.31.3

 -- Sebastian Dröge <slomo@debian.org>  Thu, 13 Jan 2011 13:59:14 +0100

gst-plugins-bad0.10 (0.10.20.2-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/build-deps.in,
    debian/rules:
    + Use dpkg-vendor instead of lsb_release.

  [ Sebastian Dröge ]
  * New upstream pre-release:
    + debian/control.in,
      debian/build-deps.in:
      - Require GStreamer, gst-plugins-base >= 0.10.31.2
      - Require ORC >= 0.4.7.
    + debian/rules,
      debian/gstreamer-plugins-bad.install:
      - Drop the alsaspdif plugin, the functionality is in the alsa plugin now.
      - Drop the selector and valve plugins, they're in GStreamer core now.
      - Drop the jack plugin, it's in gst-plugins-good now.
      - Add the new camerabin2, colorspace, dvbsuboverlay, interlace,
        jp2kdecimator and y4mdec plugins.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 10 Jan 2011 15:17:04 +0100

gst-plugins-bad0.10 (0.10.20-2) experimental; urgency=low

  * debian/build-deps.in:
    + Add the epoch to the orc build dependency to get dependencies on
      the correct version.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 17 Sep 2010 13:26:42 +0200

gst-plugins-bad0.10 (0.10.20-1) experimental; urgency=low

  * New upstream release, "For it is a Human Number".

 -- Sebastian Dröge <slomo@debian.org>  Fri, 03 Sep 2010 12:37:05 +0200

gst-plugins-bad0.10 (0.10.19.5-1) experimental; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 30 Aug 2010 16:13:21 +0200

gst-plugins-bad0.10 (0.10.19.4-1) experimental; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 21 Aug 2010 22:00:02 +0200

gst-plugins-bad0.10 (0.10.19.3-1) experimental; urgency=low

  * debian/build-deps.in:
    + Fix build dependency on libdvdnav-dev to be ignored
      on GNU Hurd for real now (Closes: #585095).
  * New upstream pre-release:
    + debian/patches/01_wildmidi-0.2.3.patch,
      debian/patches/99_autoreconf.patch:
      - Dropped, merged upstream.
    + debian/build-deps.in,
      debian/rules:
      - Build depend on GStreamer and gst-plugins-base 0.10.30.
      - Build depend on orc instead of liboil.
      - Build depend on GLib >= 2.20 and GTK >= 2.14.
      - Build depend on celt >= 0.5.0.
    + debian/build-deps.in,
      debian/gstreamer-plugins-bad.install:
      - Add the new coloreffects, gaudieffects, geometrictransform,
        gsettingselements, ivfparse, rtmpsrc, shm and videomaxrate
        plugins.
  * debian/rules,
    debian/compat,
    debian/control.in,
    debian/source/format,
    debian/patches/*:
    + Update to debhelper compat level 7.
    + Update to source format 3.0 (quilt).

 -- Sebastian Dröge <slomo@debian.org>  Wed, 11 Aug 2010 11:44:23 +0200

gst-plugins-bad0.10 (0.10.19-2) unstable; urgency=low

  [Loïc Minier]
  * Fail before generating control if type-handling isn't installed; avoids
    silently generating a bogus control file.

  [Sebastian Dröge]
  * debian/rules,
    debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Don't build the resindvd plugin on GNU Hurd (Closes: #585095).
  * debian/patches/99_autoreconf.patch,
    debian/patches/01_wildmidi-0.2.3.patch,
    debian/build-deps.in:
    + Build against wildmidi 0.2.3 because of API changes and many
      bugfixes.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 07 Jul 2010 08:46:02 +0200

gst-plugins-bad0.10 (0.10.19-1) unstable; urgency=low

  * New upstream release, "The World Kicked Back".

 -- Sebastian Dröge <slomo@debian.org>  Mon, 31 May 2010 05:43:20 +0200

gst-plugins-bad0.10 (0.10.18.3-2) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Enable and ship the VP8 encoder/decoder plugin.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 29 May 2010 07:10:49 +0200

gst-plugins-bad0.10 (0.10.18.3-1) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add the zbar plugin, now that zbar >= 0.9 is available.
  * New upstream pre-release:
    + debian/patches/*:
      - Drop all VP8/WebM patches and other patches that are upstream
        now. VP8 plugin is still not enabled and waiting for libvpx.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 26 May 2010 15:35:21 +0200

gst-plugins-bad0.10 (0.10.18.2-2) unstable; urgency=low

  * debian/patches/00*,
    debian/patches/98_autoreconf.patch,
    debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add VP8 plugin.
  * debian/control.in:
    + Let the -doc package depend on the GStreamer core/base documentation
      for cross references.
  * Upload to unstable, the VP8 plugin is disabled until libvpx
    is accepted.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 May 2010 08:09:15 +0200

gst-plugins-bad0.10 (0.10.18.2-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/gstreamer-plugins-bad.install:
      - Remove the oss4audio plugin, it was moved to gstreamer0.10-plugins-good.
      - Add the segmentclip and invtelecine plugins.
    + debian/control.in,
      debian/build-deps.in:
      - Require GStreamer core/base >= 0.10.29.
  * debian/build-deps.in:
    + Build depend on GStreamer core/base documentation to get
      correct cross references.
  * debian/patches/01_resindvdbin-linking.patch:
    + Fix linking of the resindvdbin plugin.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 15 May 2010 10:03:19 +0200

gst-plugins-bad0.10 (0.10.18-2) unstable; urgency=low

  * debian/gstreamer-plugins-bad.install:
    + Add camerabin plugin.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 17 Mar 2010 14:54:11 +0100

gst-plugins-bad0.10 (0.10.18-1) unstable; urgency=low

  * New upstream stable release, "Dimishing Returns":
    + debian/rules,
      debian/build-deps.in:
      - Build depend on gstreamer and gst-plugins-base >= 0.10.27.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 08 Mar 2010 10:06:36 +0000

gst-plugins-bad0.10 (0.10.17.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/rules,
      debian/build-deps.in:
      - Build depend on gstreamer and gst-plugins-base >= 0.10.26.3.
    + debian/patches/01_faad-linking.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 25 Feb 2010 08:29:47 +0100

gst-plugins-bad0.10 (0.10.17.2-1) experimental; urgency=low

  * New upstream pre-release:
    + Fixes midi plugin that claims that it sometimes doesn't
      support files (Closes: #502952, #468083).
    + debian/build-deps.in,
      debian/rules:
      - Build depend on gstreamer and gst-plugins-base >= 0.10.26.2.
    + debian/build-deps.in:
      - Update orc and gtk build dependencies.
    + debian/gstreamer-plugins-bad.install,
      debian/build-deps.in:
      - Add adpcmdec, adpcmenc, dataurisrc, flite, jpegformat plugins.
      - Remove shapewipe plugin, it was moved to gst-plugins-good. 
    + debian/patches/01_cog-orc-memcpy.patch,
      debian/patches/02_cog-link-lm.patch,
      debian/patches/03_frei0r.patch:
      - Dropped, merged upstream.
    + debian/control.in:
      - Add Conflict with gst-plugins-ugly << 0.10.13.2 because of the
        id3mux plugin.
  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add LV2 plugin again, now that broken plugins
      can't crash the main process anymore.
  * debian/patches/01_faad-linking.patch:
    + Fix linking of the faad plugin.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 19 Feb 2010 14:06:38 +0100

gst-plugins-bad0.10 (0.10.17-4) unstable; urgency=low

  * debian/build-deps.in:
    + And remove the unnecessary build dependencies for SDL again as
      bug #565579 is fixed now (Closes: #567775).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 01 Feb 2010 05:35:12 +0100

gst-plugins-bad0.10 (0.10.17-3) unstable; urgency=low

  * debian/patches/03_frei0r.patch:
    + Patch from upstream GIT to ensure correct GObject property
      names (Closes: #565505).
  * debian/build-deps.in:
    + Add some unnecessary build dependencies to be able to build the
      SDL plugin, see libsdl1.2 bug #565579.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 16 Jan 2010 17:04:34 +0100

gst-plugins-bad0.10 (0.10.17-2) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Enable cog plugin.
  * debian/patches/01_cog-orc-memcpy.patch,
    debian/patches/02_cog-link-lm.patch:
    + Fix build of the cog plugin.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 14 Dec 2009 13:20:24 +0100

gst-plugins-bad0.10 (0.10.17-1) unstable; urgency=low

  * New upstream release, "Anny bobany".

 -- Sebastian Dröge <slomo@debian.org>  Tue, 17 Nov 2009 09:18:15 +0100

gst-plugins-bad0.10 (0.10.16.3-1) experimental; urgency=low

  * New upstream pre-release:
    + Fixes build with celt >= 0.7.0.
  * debian/rules:
    + Add gstreamer0.10-plugins-bad's library directory to LD_LIBRARY_PATH
      before calling dh_gstscancodecs. Otherwise some plugins can't be
      loaded because of missing libraries.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 13 Nov 2009 07:58:42 +0100

gst-plugins-bad0.10 (0.10.16.2-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/gstreamer-plugins-bad.install:
      - Rename aiffparse plugin to aiff.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 10 Nov 2009 10:28:32 +0100

gst-plugins-bad0.10 (0.10.16-1) unstable; urgency=low

  [ Fabian Greffrath ]
  * debian/extra, debian/gstreamer-amrwbenc.install, debian/README.Debian:
    + Renamed the gstreamer-amrwb extra package to gstreamer-amrwbenc. There's
      still the amrwb encoder in gst-plugins-bad because the opencore-amr
      codecs in gst-plugins-ugly have no amrwb encoder.

  [ Sebastian Dröge ]
  * New upstream bugfix release, "Sensible Precaution":
    + Fixes build of the faac plugin (Closes: #552080).

 -- Sebastian Dröge <slomo@debian.org>  Sat, 24 Oct 2009 06:17:23 +0200

gst-plugins-bad0.10 (0.10.15-1) unstable; urgency=low

  * New upstream release, "Ending the war".

 -- Sebastian Dröge <slomo@debian.org>  Wed, 21 Oct 2009 19:48:35 +0200

gst-plugins-bad0.10 (0.10.14.4-1) experimental; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 16 Oct 2009 14:36:20 +0200

gst-plugins-bad0.10 (0.10.14.3-1) experimental; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 16 Oct 2009 09:02:55 +0200

gst-plugins-bad0.10 (0.10.14.2-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/build-deps.in,
      debian/gstreamer-plugins-bad.install:
      - Remove xdgmime plugin, it's in gst-plugins-base now.
      - Add videomeasure, pnm, rsvg and mpegpsmux plugins.
    + debian/rules,
      debian/build-deps.in:
      - Update GStreamer and gst-plugins-base build dependencies.
    + debian/patches/02_libass-0.9.7.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 12 Oct 2009 17:14:50 +0200

gst-plugins-bad0.10 (0.10.14-4) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Disable the LV2 plugin until it works reliable and doesn't crash
      GStreamer on startup every time (Closes: #549189).
      Unfortunately I can't reproduce that crash...

 -- Sebastian Dröge <slomo@debian.org>  Sat, 03 Oct 2009 14:09:46 +0200

gst-plugins-bad0.10 (0.10.14-3) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add the LV2 plugin.
  * debian/gstreamer-plugins-bad.install,
    debian/patches/01_static-unstable-libraries.patch:
    + Install the experimental helper libraries into /usr/lib but
      don't ship any headers or anything else. Static linking
      causes problems if multiple plugins use the same library.
  * debian/patches/99_automake.patch:
    + Dropped, not needed anymore.
  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Drop the neonhttpsrc plugin, the souphttpsrc plugin from
      gst-plugins-good is better in all cases.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 30 Sep 2009 12:43:23 +0200

gst-plugins-bad0.10 (0.10.14-2) unstable; urgency=low

  * debian/control.in:
    + Add a Replaces for gstreamer0.10-plugins-really-bad from the
      Debian Multimedia repository, which also contains the Dirac plugin
      (Closes: #544667).

 -- Sebastian Dröge <slomo@debian.org>  Wed, 02 Sep 2009 11:43:32 +0200

gst-plugins-bad0.10 (0.10.14-1) unstable; urgency=low

  * New upstream release, 'Your New Best Friends'.
  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add game-music-emu plugin.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 30 Aug 2009 11:02:59 +0200

gst-plugins-bad0.10 (0.10.13.5-2) experimental; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add mimic plugin.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 26 Aug 2009 19:02:30 +0200

gst-plugins-bad0.10 (0.10.13.5-1) experimental; urgency=low

  * New upstream pre-release.
  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add Dirac plugin that uses the Dirac reference implementation.
  * debian/control.in:
    + Update Standards-Version to 3.8.3, no additional changes needed.
  * debian/build-deps.in,
    debian/patches/02_libass-0.9.7.patch:
    + Add support for building against libass >= 0.9.7.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 26 Aug 2009 17:40:24 +0200

gst-plugins-bad0.10 (0.10.13.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/build-deps.in:
      - Build depend on libass-dev (<< 0.9.7) because of API changes
        in that version that we don't support yet.
  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Remove gmyth plugin because libgmyth will be removed (Closes: #542128).

 -- Sebastian Dröge <slomo@debian.org>  Wed, 19 Aug 2009 08:55:24 +0200

gst-plugins-bad0.10 (0.10.13.2-1) experimental; urgency=low

  [ Fabian Greffrath ]
  * debian/extra:
    + Use @GST_PKGNAME@ instead of hard-coded "gstreamer0.10".
  * debian/extra, debian/gstreamer-x264.install, debian/README.Debian:
    + Removed all references to the x264 plugin which has been moved to
      gst-plugins-ugly0.10.

  [ Sebastian Dröge ]
  * New upstream pre-release:
    + Fixes integer overflow in MPEG demuxer that prevents playback of files
      larger than 4GB (Closes: #537392).
    + debian/patches/01_static-unstable-libraries.patch,
      debian/patches/99_automake.patch:
      - Only build static libraries, they're not API/ABI stable yet
        but are used by some plugins already.
    + debian/rules,
      debian/build-deps.in:
      - Update build dependencies.
    + debian/gstreamer-plugins-bad.install:
      - Add new asfmux, frei0r, kate and schroedinger plugins.
      - Remove rtpmanager plugin, which was moved to gst-plugins-good.
    + debian/control.in:
      - Add Conflicts/Replaces/Provides for gstreamer0.10-schroedinger.
  * debian/control.in:
    + Update Standards-Version to 3.8.2, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 12 Aug 2009 07:20:46 +0200

gst-plugins-bad0.10 (0.10.13-1) unstable; urgency=low

  * New upstream release, 'Supersonic Rocket':
    + debian/patches/01_hdvparse-link-libm.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 18 Jun 2009 13:47:30 +0200

gst-plugins-bad0.10 (0.10.12.2-1) experimental; urgency=low

  [ Fabian Greffrath ]
  * debian/extra:
    + gstreamer0.10-faac recommends gstreamer0.10-ffmpeg for
      the ffmux_mp4 element.

  [ Sebastian Dröge ]
  * New upstream pre-release:
    + debian/gstreamer-plugins-bad.install:
      - Add new plugins: hdvparse, id3tag and shapewipe.
    + debian/control.in:
      - Conflict with gst-plugins-ugly << 0.10.11.2 because of
        the id3tag plugin.
    + debian/patches/01_hdvparse-link-libm.patch:
      - Link hdvparse with -lm to fix unresolved symbols.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 06 Jun 2009 19:35:24 +0200

gst-plugins-bad0.10 (0.10.12-1) unstable; urgency=low

  * debian/build-deps.in:
    + Remove liblrdf build dependency as it only causes crashes
      in dependend packages like pidgin. There seems to be some
      kind of conflict if libraptor/liblrdf and libxml2 are used
      in the same process (Closes: #523345).
  * New upstream release, 'More than I can handle'.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 20 May 2009 23:19:08 +0200

gst-plugins-bad0.10 (0.10.11.3-1) experimental; urgency=low

  [ Sebastian Dröge ]
  * debian/control.in:
    + Update Standards-Version to 3.8.1, no additional changes needed.
  * New upstream pre-release:
    + debian/gstreamer-plugins-bad.install:
      - Remove flv, deinterlace and y4menc plugins that were moved
        to gst-plugins-good.

  [ Fabian Greffrath ]
  * debian/control, debian/control.in, debian/extra:
    + Removed duplicate Section fields from gstreamer0.10-plugins-bad and
      the extra plugins.
    + Changed Section to debug for gstreamer0.10-plugins-bad-dbg.
    + Added Depends on ${misc:Depends} to gstreamer0.10-plugins-bad-dbg and
      the extra plugins.
    + Improved duplicate short description for gstreamer0.10-plugins-bad-dbg.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 16 May 2009 14:04:37 +0200

gst-plugins-bad0.10 (0.10.11.2-1) experimental; urgency=low

  [ Fabian Greffrath ]
  * debian/TODO.Debian:
    + Removed, I don't think any of these things are still relevant.

  [ Sebastian Dröge ]
  * New upstream pre-release:
    + debian/build-deps.in,
      debian/rules:
      - Update build dependencies.
    + debian/gstreamer-plugins-bad.install:
      - Add new debugutilsbad plugin.
  * debian/build-deps.in:
    + Use unversioned libjack-dev b-d (Closes: #526109).

 -- Sebastian Dröge <slomo@debian.org>  Tue, 12 May 2009 09:51:24 +0200

gst-plugins-bad0.10 (0.10.11-2) unstable; urgency=low

  * Upload to unstable, now that the DirectFB transition is done.
  * debian/build-deps.in:
    + Build depend on liblrdf0-dev for the LADSPA plugin to enable support
      for reading RDF files for informations about LADSPA plugins.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 30 Mar 2009 14:41:32 +0200

gst-plugins-bad0.10 (0.10.11-1) experimental; urgency=low

  [ Sebastian Dröge ]
  * New upstream release, 'A precious stone'.

  [ Fabian Greffrath ]
  * debian/extra:
    + Added XB-GStreamer-* fields for the extra packages.
  * debian/rules:
    + Run debian/extra with sh (it has no execute permissions).
  * debian/build-deps, debian/control, debian/rules:
    + Order, wrap and indent Build-Depends; this will improve interdiffs for
      packages that provide the extra plugins.

  [ Sebastian Dröge ]
  * Upload to experimental to prevent blocking the ffmpeg/etc transition.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 26 Mar 2009 07:36:33 +0100

gst-plugins-bad0.10 (0.10.10.3-1) unstable; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 14 Mar 2009 19:49:34 +0100

gst-plugins-bad0.10 (0.10.10.2-1) unstable; urgency=low

  * New upstream pre-release:
    + debian/patches/01_bpmdetect-stack-overflow.patch:
      - Dropped, merged upstream.
    + debian/build-deps.in:
      - Update gst-plugins-base build dependency to >= 0.10.22.
      - Update library build dependencies according to configure.ac.
    + debian/control.in,
      debian/gstreamer-plugins-bad.install:
      - This release now contains all plugins from gst-plugins-farsight
        and thus replaces files of it.
      - Add new plugins: assrender, autoconvert, dtmf, liveadder,
        rtpmux, siren, valve, xdgmime.
      - Remove filter plugin, it's obsoleted by audioiirfilter from
        gst-plugins-good.
      - Remove twolame plugin, it was moved to gst-plugins-ugly.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 10 Mar 2009 08:23:48 +0100

gst-plugins-bad0.10 (0.10.10-3) unstable; urgency=low

  * debian/patches/01_bpmdetect-stack-overflow.patch:
    + Patch from upstream GIT to fix stack overflow in the bpmdetect
      plugin.
  * debian/patches/02_no-Werror.patch,
    debian/rules:
    + Pass -Wno-error via C(XX)FLAGS instead of patching configure.
  * debian/build-deps.in:
    + Build depend on libdca-dev instead of libdts-dev, which is the
      successor. libdts-dev is still necessary for the dts.h header.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 23 Feb 2009 12:14:32 +0100

gst-plugins-bad0.10 (0.10.10-2) unstable; urgency=low

  * Upload to unstable.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 15 Feb 2009 20:12:00 +0100

gst-plugins-bad0.10 (0.10.10-1) experimental; urgency=low

  * New upstream release, 'Keep the dogies rollin'':
    + debian/rules:
      - Update GStreamer build dependencies.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 20 Jan 2009 09:12:34 +0100

gst-plugins-bad0.10 (0.10.9.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/patches/01_ladspa-modules.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 11 Jan 2009 21:31:03 +0100

gst-plugins-bad0.10 (0.10.9.2-1) experimental; urgency=low

  * New upstream pre-release:
    + A lot DVD nagivation fixes (Closes: #506573).
    + debian/patches/01_ladspa-modules.patch:
      - Add plugin dependency for the LADSPA modules to make sure
        that the plugin is updated when new LADSPA modules are installed.
    + debian/build-deps.in,
      debian/rules:
      - Update build dependencies.
    + debian/gstreamer-plugins-bad.install:
      - Add new plugins.
      - Remove speexresample (it's in gst-plugins-base as audioresample now).

 -- Sebastian Dröge <slomo@debian.org>  Thu, 08 Jan 2009 07:59:36 +0100

gst-plugins-bad0.10 (0.10.9-1) experimental; urgency=low

  * New upstream release, 'Matters Of Fact'.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 25 Oct 2008 09:39:49 +0200

gst-plugins-bad0.10 (0.10.8.4-1) experimental; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 22 Oct 2008 11:20:04 +0200

gst-plugins-bad0.10 (0.10.8.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/gstreamer-plugins-bad.install:
      - Add apexsink plugin.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 18 Oct 2008 10:23:50 +0200

gst-plugins-bad0.10 (0.10.8.2-1) experimental; urgency=low

  * New upstream pre-release:
    + Some Midi playback fixes (Closes: #489170).
    + debian/patches/03_resindvd-update.patch:
      - Dropped, merged upstream.
    + debian/rules:
      - Build depend on gstreamer >= 0.10.21.
    + debian/build-deps.in:
      - Build depend on openssl.
      - Build depend on CELT.
      - Build depend on Jasper2k.
      - Build depend on TwoLAME.
    + debian/gstreamer-plugins-bad.install:
      - Add aiffparse, celt, dccp, jp2k, mpegdemux, mpegtsmux, pcapparse,
        scaletempo and twolame plugins (Closes: #482970).
    + debian/control.in:
      - Conflict with gstreamer0.10-fluendo-mpegdemux and
        gstreamer0.10-fluendo-mpegmux as the mpegdemux and mpegtsmux plugins
        from gst-plugins-bad are their successors.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 11 Oct 2008 15:48:19 +0200

gst-plugins-bad0.10 (0.10.8-3) experimental; urgency=low

  * debian/patches/03_resindvd-update.patch:
    + Update the resindvd plugin from latest CVS to get some important
      bugfixes.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 11 Oct 2008 12:59:59 +0200

gst-plugins-bad0.10 (0.10.8-2) experimental; urgency=low

  * debian/rules,
    debian/control.in:
    + Use the new automatic plugin installation infrastructure.
  * debian/control.in:
    + Wrap control fields.
    + Depend on gstreamer0.10-plugins-base as some plugins need it.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 15 Aug 2008 18:43:04 +0200

gst-plugins-bad0.10 (0.10.8-1) experimental; urgency=low

  * New upstream release, 'Vapour Trails'.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 01 Aug 2008 11:33:33 +0200

gst-plugins-bad0.10 (0.10.7.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/patches/03_resindvd-configure.patch,
      debian/patches/04_ladspa-linking.patch,
      debian/patches/05_resindvd-missing-header.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 26 Jul 2008 12:35:24 +0200

gst-plugins-bad0.10 (0.10.7.2-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/gstreamer-plugins-bad.install:
      - Remove replaygain and interleave plugins.
      - Add deinterlace2 plugin.
    + debian/gstreamer-plugins-bad.install,
      debian/build-deps.in:
      - Add resindvd plugin.
    + debian/rules,
      debian/build-deps.in:
      - Update gstreamer and gst-plugins-base build dependency.
    + debian/patches/02_wildmidi-config.patch,
      debian/patches/03_rtspsession_rtcp_bye.patch,
      debian/patches/04_mpeg4videoparse.patch:
      - Dropped, merged upstream.
    + Ported to the new libmpcdec API (Closes: #476380).
    + Fixes playback of certain mms streams (Closes: #467268).
  * debian/patches/03_resindvd-configure.patch:
    + Fix configure check for the resindvd plugin.
  * debian/patches/04_ladspa-linking.patch:
    + Link ladspa with -ldl to prevent unresolved symbols.
  * debian/patches/05_resindvd-missing-header.patch:
    + Add missing header file.
  * debian/control.in:
    + Update Standards-Version to 3.8.0, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 20 Jul 2008 12:07:37 +0200

gst-plugins-bad0.10 (0.10.7-2) unstable; urgency=low

  * debian/patches/03_rtspsession_rtcp_bye.patch
    + Added. Send RTCP BYE on EOS (From upstream CVS)
  * debian/control: Add myself to uploaders
  * debian/patches/04_mpeg4videoparse.patch
    + Added. mpeg4videoparse update from CVS
  * debian/rules: Append extra_plugins entries to debian/control instead of
    truncating it (Patch from Mike Massonnet) (Closes: #481034)

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 01 Jun 2008 16:08:37 +0200

gst-plugins-bad0.10 (0.10.7-1) unstable; urgency=low

  * New upstream release, 'House of Cards'.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 24 Apr 2008 07:42:15 +0200

gst-plugins-bad0.10 (0.10.6.4-1) experimental; urgency=low

  * New upstream pre-release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Apr 2008 10:29:25 +0200

gst-plugins-bad0.10 (0.10.6.3-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/patches/01_timidity-missing-header.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 18 Apr 2008 10:36:44 +0200

gst-plugins-bad0.10 (0.10.6.2-2) experimental; urgency=low

  * debian/patches/02_no-Werror.patch:
    + Don't build with -Werror to fix FTBFS on some architectures.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 15 Apr 2008 05:29:54 +0200

gst-plugins-bad0.10 (0.10.6.2-1) experimental; urgency=low

  * New upstream pre-release:
    + debian/build-deps.in,
      debian/rules:
      - Update build dependencies.
    + debian/rules,
      debian/gstreamer-plugins-bad.install:
      - Ship new dc1394, ofa, oss4audio, subenc plugins.
      - Drop souphttpsrc plugin which moved to gst-plugins-good.
    + debian/patches/01_wildmidi-build.patch,
      debian/patches/03_soup-icecast.patch,
      debian/patches/04_soup-primary-rank.patch,
      debian/patches/05_soup-no-dav.patch,
      debian/patches/06_neon-28.patch,
      debian/patches/10_fix-faad-header-check.patch
      debian/patches/75_build_docs_without_python_xml.patch,
      debian/patches/80_unit-tests.patch:
      - Dropped, merged upstream.
    + debian/patches/02_wildmidi-config.patch:
      - Updated for the new version.
    + debian/patches/01_timidity-missing-header.patch:
      - Add missing timidity header file.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 14 Apr 2008 12:10:32 +0200

gst-plugins-bad0.10 (0.10.6-7) unstable; urgency=low

  * debian/patches/06_neon-28.patch:
    + Fix build with neon 0.28.
  * debian/build-deps.in:
    + Use neon-gnutls instead of plain neon.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 01 Apr 2008 13:19:03 +0200

gst-plugins-bad0.10 (0.10.6-6) unstable; urgency=low

  * debian/patches/03_soup-icecast.patch:
    + Set correct caps on the srcpad if we have an icecast server. Fixes
      glitches/crackling (Closes: #472135).
  * debian/patches/04_soup-primary-rank.patch:
    + Give souphttpsrc RANK_PRIMARY so it's used always as HTTP source if
      available.
  * debian/patches/05_soup-no-dav.patch:
    + Don't use soup for dav/davs. This is better handled by GIO and GnomeVFS
      as they provide authentication.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 Mar 2008 19:30:07 +0100

gst-plugins-bad0.10 (0.10.6-5) unstable; urgency=low

  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Include the soup HTTP plugin.
  * debian/build-deps.in:
    + Drop python-xml build dependency for real now.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 11 Mar 2008 05:31:11 +0100

gst-plugins-bad0.10 (0.10.6-4) unstable; urgency=low

  * debian/patches/75_build_docs_without_python_xml.patch:
    + Added. Build documentation using xml.dom.minidom instead of pyxml. Patch
      by Sebastian Dröge.
  * debian/control: Drop build-depend on python-xml
  * debian/patches/10_fix-faad-header-check.patch:
    + Added. Fix faad header check to match the check faad2 does. Fixes
      playback of various streams.

 -- Sjoerd Simons <sjoerd@debian.org>  Sat, 08 Mar 2008 19:59:00 +0100

gst-plugins-bad0.10 (0.10.6-3) unstable; urgency=low

  * debian/extra,
    debian/gstreamer-amrwb.install,
    debian/gstreamer-mpeg2enc.install,
    debian/README.Debian:
    + Patch by Fabian Greffrath to add support for an amrwb and mpeg2enc
      package and making the use of MPEG more conform (Closes: #467439).
  * debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Add the gmyth plugin.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Feb 2008 08:35:54 +0100

gst-plugins-bad0.10 (0.10.6-2) unstable; urgency=low

  * debian/extra:
    + Update for new xvid package names in Debian Multimedia and Debian
      Unofficial Thanks to Fabian Greffrath (Closes: #466861).
      Also add support for x264 and do some small cleanup.
  * debian/rules:
    + SPC is only available on Linux-i386, enable it as such. Fixes
      FTBFS on kfreebsd-i386.
  * debian/build-deps.in,
    debian/patches/01_wildmidi-build.patch,
    debian/patches/02_wildmidi-config.patch,
    debian/gstreamer-plugins-bad.install:
    + Enable the wildmidi plugin and change the config file path to our
      default (Closes: #346455).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 25 Feb 2008 07:03:11 +0100

gst-plugins-bad0.10 (0.10.6-1) unstable; urgency=low

  * New upstream release, "A Big Deep Breath":
    + debian/patches/01_linking-fixes.patch:
      - Dropped, merged upstream.
  * debian/rules,
    debian/build-deps.in,
    debian/gstreamer-plugins-bad.install:
    + Enable the alsaspdif, libcdaudio, dvb, fbdev and vcd plugins
      only on Linux architectures to try to fix FTBFS on kfreebsd.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 21 Feb 2008 13:34:46 +0100

gst-plugins-bad0.10 (0.10.5.4-1) experimental; urgency=low

  * New upstream pre-release.
  * debian/control.in:
    + Add Replaces for gstreamer0.10-plugins-bad-multiverse (<< 0.10.5-2) to
      keep the Ubuntu delta lower and don't break Debian installation with
      some Ubuntu packages.
  * debian/patches/99_ltmain_as-needed.patch,
    debian/rules:
    + Add -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to LDFLAGS to remove some
      unnecessary dependencies on various packages.
  * debian/patches/01_linking-fixes.patch:
    + Link the tta plugin with libm.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 19 Feb 2008 06:55:50 +0100

gst-plugins-bad0.10 (0.10.5.3-1) experimental; urgency=low

  * New upstream pre-release.
  * debian/build-deps.in:
    + Build depend on gstreamer0.10-plugins-base for the unit tests.
  * debian/patches/80_unit-tests.patch:
    + Disable some elements for the generic/states unit test.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 14 Feb 2008 13:18:33 +0100

gst-plugins-bad0.10 (0.10.5.2-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    - Decide the package name and url depending on the distribution.
  * debian/build-deps.in:
    - Build-Depend on lsb-release.

  [ Sebastian Dröge ]
  * New upstream pre-release:
    + Fixes FTBFS if built twice in a row (Closes: #424399).
    + Adds support for VCD playback (Closes: #454599).
    + Fixes conflict between Fluendo mpeg demuxer and
      DTS decoder (Closes: #448411).
    + debian/build-deps.in,
      debian/control.in:
      - Update liboil and gstreamer build dependencies.
      - Add and update a few build dependencies.
    + debian/gstreamer-plugins-bad.install:
      - Add dvdspu, festival, flv, mpegtsparse, mpeg4videoparse, rawparse,
        sdp, selector, speexresample, stereo, fbdev, metadata, vcd plugins. 
      - Remove equalizer, multifile, spectrum, switch, videoparse, xingheader
        plugins. These have moved to other places now.
      - Sort everything alphabetically.
    + debian/control.in,
      debian/build-deps.in,
      debian/rules:
      - Drop the OpenGL plugin. This will go to a new source package named
        gst-plugins-gl once we have mesa >= 7.1 somewhere.
  * debian/rules:
    + Run the unit test suite but don't fail the build on failures.
  * debian/control.in:
    + Update Standards-Version to 3.7.3, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 09 Feb 2008 14:04:01 +0100

gst-plugins-bad0.10 (0.10.5-5) unstable; urgency=low

  * debian/rules:
    + Fix GST_REGISTRY envirnment variable setting (Closes: #452568).

 -- Sebastian Dröge <slomo@debian.org>  Sat, 24 Nov 2007 20:02:13 +0100

gst-plugins-bad0.10 (0.10.5-4) unstable; urgency=low

  * debian/rules:
      + Set GST_REGISTRY before the dh_gstscancodecs call to save the registry
        somewhere on buildds without writable home and speed things up a bit.
  * debian/build-deps.in:
      + Remove check from build dependencies. This is only an indirect build
        dependency that is already satisfied by libgstreamer0.10-dev. configure
        only checks for libgstcheck, not check.
   * debian/build-deps.in,
     debian/gstreamer-plugins-bad.install:
     + Enable the DirectFB video sink plugin.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 19 Sep 2007 15:44:46 +0200

gst-plugins-bad0.10 (0.10.5-3) unstable; urgency=low

  * debian/control.in,
    debian/rules,
    debian/gstreamer-plugins-bad.install:
    + Move docs, SDL and GL to a separate package.
    + Create a package with debug symbols.
  * debian/rules:
    + Call dh_gstscancodecs.
  * debian/control:
    + Replace Source-Version with binary:Version to make lintian happy.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 30 Aug 2007 20:22:35 +0200

gst-plugins-bad0.10 (0.10.5-2) unstable; urgency=low

  * debian/build-deps.in:
    + Drop swfdec build dependency. The plugin doesn't work with 0.5.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 30 Aug 2007 10:10:49 +0200

gst-plugins-bad0.10 (0.10.5-1) unstable; urgency=medium

  * Change Maintainer to pkg-gstreamer, add myself to Uploaders and use
    "standard" GStreamer packaging, used for all the other plugin packages too.
  * New upstream version (Closes: #429727):
    + Fixes remaining use of deprecated function (Closes: #436353).
    + Somewhat fixes FTBFS caused by deprecation warnings by not compiling
      with -Werror (Closes: #424559).
  * debian/build-deps.in:
    + Build depend on new enough GStreamer (Closes: #433495).
  * debian/gstreamer-plugins-bad.install,
    debian/build-deps.in:
    + Ship the GSM plugin (Closes: #429594).
    + Ship the dtsdec plugins (Closes: #428742).
    + Ship the ladspa plugin (Closes: #429527).
  * debian/rules,
    debian/gstreamer-plugins-bad.install,
    debian/build-deps.in:
    + Ship the SPC plugin on i386 (Closes: #430045).
  * debian/control.in:
    + Fix typo in package description (Closes: #436664).
  * debian/gstreamer-plugins-bad.install:
    + Don't ship the libgstapp library as it still randomly changes
      API and ABI until it is moved to gst-plugins-good at some point.
    + Don't ship completely unneeded .a files for the plugins.
  * debian/changelog:
    + Urgency medium because of RC bugfixes.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 19 Aug 2007 14:41:31 +0200

gst-plugins-bad0.10 (0.10.4+cvs2007.04.30) unstable; urgency=low

  * Get a CVS version which contains the relevant FAAD patches.
  * Enable FAAD support. (Closes: #399438, #399042, #327163, #403093)

 -- Joe Wreschnig <piman@debian.org>  Mon, 30 Apr 2007 21:42:39 -0700

gst-plugins-bad0.10 (0.10.4-2) unstable; urgency=low

  * Disable spcdec for now, as it's i386-only. (Closes: #420444)

 -- Joe Wreschnig <piman@debian.org>  Sun, 22 Apr 2007 11:58:24 -0700

gst-plugins-bad0.10 (0.10.4-1) unstable; urgency=low

  * New upstream version. (Closes: #419904)
  * Remove patch added in 0.10.3-3.1, as it was merged upstream.
    Thanks to Loic Minier for the fast response and NMU. (Closes: #408213)
  * debian/control: Explain why the modules are "bad". (Closes: #387970)
  * Enable sdlvideosink/sdlaudiosink. (Closes: #404493)
  * Enable jacksink. (Closes: #407679)
  * Enable dvbsrc. (Closes: #418381)
  * Enable spcdec.

 -- Joe Wreschnig <piman@debian.org>  Sat, 21 Apr 2007 17:11:17 -0700

gst-plugins-bad0.10 (0.10.3-3.1) unstable; urgency=high

  * Non-maintainer upload.
  * SECURITY: buffer overflow.
  * Fix potential buffer overflow in gst/modplug/libmodplug/sndfile.cpp;
    CVE-2006-4192; GNOME #385788; from upstream CVS / next upstream release;
    closes: #407956.

 -- Loic Minier <lool@dooz.org>  Mon, 22 Jan 2007 16:05:35 +0100

gst-plugins-bad0.10 (0.10.3-3) unstable; urgency=low

  * debian/rules:
    * Enable v4l2src. (Closes: #379867)
    * Force disabling of MusicBrainz.
    * Allow FAAD=enable environment variable to override build options.
  * README.Debian: Explain how to get FAAD support.

 -- Joe Wreschnig <piman@debian.org>  Mon, 31 Jul 2006 16:38:12 -0500

gst-plugins-bad0.10 (0.10.3-2) unstable; urgency=low

  * Build-Depend on zlib1g-dev. (Closes: #379752)

 -- Joe Wreschnig <piman@debian.org>  Tue, 25 Jul 2006 11:46:05 -0500

gst-plugins-bad0.10 (0.10.3-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: Disable experimental and libneon modules.
  * debian/control: Build-Dep on liboil3-dev.
  * debian/copyright: Add copyrights for new modules.

 -- Joe Wreschnig <piman@debian.org>  Thu, 22 Jun 2006 18:46:04 -0500

gst-plugins-bad0.10 (0.10.1-1) unstable; urgency=low

  * New upstream release.
  * Build-Depend on python for building docs.

 -- Joe Wreschnig <piman@debian.org>  Tue, 21 Feb 2006 16:04:33 -0600

gst-plugins-bad0.10 (0.10.0+cvs20060214-2) unstable; urgency=low

  * Update debian/copyright.
  * Explicitly disable more modules.
  * Build and include documentation.

 -- Joe Wreschnig <piman@debian.org>  Wed, 15 Feb 2006 12:24:20 -0600

gst-plugins-bad0.10 (0.10.0+cvs20060214-1) unstable; urgency=low

  * Initial release.

 -- Joe Wreschnig <piman@debian.org>  Tue, 14 Feb 2006 13:22:33 -0600