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
|
kdenlive (18.12.3-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 07 Mar 2019 13:36:49 +0100
kdenlive (18.12.2-1) unstable; urgency=medium
* New upstream release.
* Bump debian/compat to level 12.
- Do not use dh_install --list-missing anymore.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 11 Feb 2019 10:07:08 +0100
kdenlive (18.12.1-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 15 Jan 2019 15:28:41 +0100
kdenlive (18.12.0-1) unstable; urgency=medium
* New upstream release.
- Drop merged patch 01-spelling-error.
* Bump Standards-Version to 4.3.0.
* Remove extra license file.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 31 Dec 2018 10:24:12 +0100
kdenlive (18.08.3-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 08 Nov 2018 11:40:25 +0100
kdenlive (18.08.2-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 12 Oct 2018 09:41:55 +0200
kdenlive (18.08.1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.2.1.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 20 Sep 2018 10:46:44 +0200
kdenlive (18.08.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.2.0.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 17 Aug 2018 09:05:27 +0200
kdenlive (18.04.3-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.1.5.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 17 Jul 2018 11:18:39 +0200
kdenlive (18.04.2-1) unstable; urgency=medium
* New upstream release.
* Bump libmlt build dependencies up to version 6.6.0.
Closes: #899001
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 12 Jun 2018 11:02:29 +0200
kdenlive (18.04.1-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 16 May 2018 14:33:14 +0200
kdenlive (18.04.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.1.4.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 25 Apr 2018 16:38:08 +0200
kdenlive (17.12.3-1) unstable; urgency=medium
* New upstream release.
* Remove unnecessary dh argument.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 15 Mar 2018 15:33:26 +0100
kdenlive (17.12.2-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 15 Feb 2018 10:02:13 +0100
kdenlive (17.12.1-1) unstable; urgency=medium
* New upstream release.
* Replace build dependencies on deprecated framework packages.
Closes: #885390
* Bump debian/compat to level 11.
* Bump Standards-Version to 4.1.3 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 24 Jan 2018 15:25:37 +0100
kdenlive (17.12.0-1) unstable; urgency=medium
* New upstream release
* Bump Standards-Version to 4.1.2 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 20 Dec 2017 09:28:14 +0100
kdenlive (17.08.3-2) unstable; urgency=medium
* Ship again translations. Thanks for the patch to Pino Toscano.
Closes: #882096
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 22 Nov 2017 14:23:17 +0100
kdenlive (17.08.3-1) unstable; urgency=medium
* New upstream release.
* Move oxygen-icon-theme from depends to recommends.
* Use signing key from upstream.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 10 Nov 2017 09:13:34 +0100
kdenlive (17.08.2-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.1.1 (no changes required).
* Use secure URI in debian/watch and for the homepage field.
* Recommend breeze-icon-theme.
Closes: #880469
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 06 Nov 2017 14:53:50 +0100
kdenlive (17.08.1-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 12 Sep 2017 14:53:34 +0200
kdenlive (17.08.0-1) unstable; urgency=medium
* New upstream release.
- Add build dependency on libqt5webkit5-dev.
* Bump Standards-Version to 4.1.0 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 31 Aug 2017 11:21:49 +0200
kdenlive (17.04.3-1) unstable; urgency=medium
* New upstream release.
* Add again english locales to the packaging. Other translation have to wait
on new KDE uploads.
Closes: #863722
* Bump debian/compat to level 10.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 25 Jul 2017 09:43:50 +0200
kdenlive (17.04.2-1) unstable; urgency=medium
* New upstream release.
- Fixes GCC-7 FTBFS.
Closes: #853473
* Bump Standards-Version to 4.0.0 (no changes required).
* Drop dbg package.
* Drop usr/share/doc/HTML and usr/share/locale from kdenlive-data. The files
are now provided by the kde-l10n packages.
Closes: #863722
* Uploading to unstable.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 30 Jun 2017 11:17:16 +0200
kdenlive (17.04.1-1) experimental; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 12 May 2017 10:33:28 +0200
kdenlive (17.04.0-1) experimental; urgency=low
* New upstream release.
- Add usr/share/locale.
- Adjust debian/copyright.
* Add patch 01-spelling-error.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 27 Apr 2017 10:19:08 +0200
kdenlive (16.12.3-1) experimental; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 31 Mar 2017 09:57:49 +0200
kdenlive (16.12.2-1) unstable; urgency=low
* New upstream release.
- Drop patches, which are now included in 16.12.2:
01-nvidia-crash-375094, 02-nvidia-crash-movit-1,
03-frame-extract-remember-folder, 04-playlist-clip-expand,
05-monitor-length-375163, 06-playaction-not-pausing,
07-nvidia-crash-movit-2, 08-title-clip-select-twice,
09-aspect-transparency-issues, 10-crash-razor-multiple-clips,
11-project-archiving-fix.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 16 Feb 2017 10:12:19 +0100
kdenlive (16.12.1-3) unstable; urgency=low
* Add upstream patch 08-title-clip-select-twice:
Fix title clip items need to be selected twice before allowing move.
* Add upstream patch 09-aspect-transparency-issues:
Fix various aspect ratio issues and transparency of composite transition in
some cases.
* Add upstream patch 10-crash-razor-multiple-clips:
Fix crash on razor with multiple clips selected.
* Add upstream patch 11-project-archiving-fix:
Fix color clips incorrectly detected and warn before overwriting project
file.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 07 Feb 2017 13:23:05 +0100
kdenlive (16.12.1-2) unstable; urgency=low
* Add this upstream patches, to fix some minor bugs and crashes, if you are
using a nvidia card with movit.
- 01-nvidia-crash-375094.
Closes: #853768
- 02-nvidia-crash-movit-1.
- 03-frame-extract-remember-folder.
- 04-playlist-clip-expand.
- 05-monitor-length-375163.
- 06-playaction-not-pausing.
- 07-nvidia-crash-movit-2.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 01 Feb 2017 11:16:36 +0100
kdenlive (16.12.1-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 17 Jan 2017 12:59:14 +0100
kdenlive (16.12.0-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 19 Dec 2016 16:01:07 +0100
kdenlive (16.08.3-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 17 Nov 2016 16:17:44 +0100
kdenlive (16.08.2-1) unstable; urgency=medium
* New upstream release.
- Adjust install file.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 17 Oct 2016 09:59:23 +0200
kdenlive (16.08.1-1) unstable; urgency=medium
* New upstream release.
* Remove unused file paragraphs from debian/copyright.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 12 Sep 2016 08:34:12 +0200
kdenlive (16.08.0-1) unstable; urgency=medium
* New upstream release.
- Fixes crash when applying compand filter.
Closes: #832527
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 22 Aug 2016 11:05:45 +0200
kdenlive (16.04.3-1) unstable; urgency=medium
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 15 Jul 2016 11:20:20 +0200
kdenlive (16.04.2-1) unstable; urgency=medium
* New upstream release.
- Fixes segfault or arithmetic exception with "Reverse Clip".
Closes: #827004
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 17 Jun 2016 09:24:31 +0200
kdenlive (16.04.1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.8 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 10 May 2016 16:16:53 +0200
kdenlive (16.04.0-2) unstable; urgency=medium
* Add missing dependency on qml-module-qtquick-controls.
Closes: #822279
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 24 Apr 2016 11:42:34 +0200
kdenlive (16.04.0-1) unstable; urgency=medium
* New upstream release.
- Add new build dependencies libkf5filemetadata-dev and libkf5crash-dev.
- Install new kdenlive.svg file.
* Adjust debian/copyright.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 22 Apr 2016 14:09:52 +0200
kdenlive (15.12.3-2) unstable; urgency=medium
* Enable parallel building.
Closes: #819814
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 17 Apr 2016 12:27:16 +0200
kdenlive (15.12.3-1) unstable; urgency=medium
* New upstream release.
* Fix spelling error in debian/copyright.
* Enable full hardening.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 17 Mar 2016 19:16:20 +0100
kdenlive (15.12.2-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.7 (no changes required).
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 17 Feb 2016 08:53:53 +0100
kdenlive (15.12.1-2) unstable; urgency=medium
* Depend on oxygen-icon-theme instead of kde-runtime.
Closes: #807424
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 01 Feb 2016 14:35:24 +0100
kdenlive (15.12.1-1) unstable; urgency=medium
* New upstream release.
- Drop merged patch 01-render-with-rescale-changes-fps.
- Fixes wrong number at transcode profile.
Closes: #809231
* Raise minimum required mlt version up to 0.9.8.
* Add dependency on kde-runtime.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 13 Jan 2016 09:38:35 +0100
kdenlive (15.12.0-1) unstable; urgency=medium
* New upstream release.
- Fixes crash when deleting tracks.
Closes: #807978
* Add upstream patch 01-render-with-rescale-changes-fps: Fix resizing on
render ressetting frame rate to default 25.
Closes: #807684
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 21 Dec 2015 13:44:57 +0100
kdenlive (15.08.3-1) unstable; urgency=medium
* New upstream release.
- Remove merged patch 01-desktop-keywords.
- Remove merged patch 02-fix-spelling-error.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 11 Nov 2015 14:11:35 +0100
kdenlive (15.08.2+git20151026-1) unstable; urgency=high
* New upstream git snapshot.
- Crashes in application due of missbackported patch are fixed.
Closes: #802592, #802824
* Do not ship menu file anymore.
* Remove deprecated build dependency on kde-workspace-dev.
Closes: #802339
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 26 Oct 2015 18:21:43 +0100
kdenlive (15.08.2-1) unstable; urgency=medium
* New upstream release.
* Add build dependency on kde-workspace-dev for missing FindOpenGLES.cmake.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 13 Oct 2015 13:25:04 +0200
kdenlive (15.08.1-2) unstable; urgency=medium
* Add dependency on qml-module-qtquick2.
Closes: #800625
* Remove patch 03-armhf-armel-use-opengles.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 06 Oct 2015 10:28:07 +0200
kdenlive (15.08.1-1) unstable; urgency=medium
* New upstream release.
- Refresh hunky patch 01-desktop-keywords.
- Refresh hunky patch 02-fix-spelling-error.
- Rewrite patch 03-armhf-armel-use-opengles.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 21 Sep 2015 14:00:14 +0200
kdenlive (15.08.0-2) unstable; urgency=medium
* Add dependency on kinit, kded5 and kio. Without it the file browser will
not work.
Closes: #797684
* Add again patch 03-armhf-armel-use-opengles, it was not merged.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 03 Sep 2015 10:19:24 +0200
kdenlive (15.08.0-1) unstable; urgency=medium
* New upstream release.
- Remove merged patch 02-armhf-armel-use-opengles.
- Add new build dependency qtdeclarative5-dev.
* Adjust debian/copyright.
* Add patch 02-fix-spelling-error to fix a spelling error.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 27 Aug 2015 19:17:49 +0200
kdenlive (15.04.3-2) unstable; urgency=medium
* Cherry pick Ubuntu patch 02-armhf-armel-use-opengles to fix a FTBFS on
armel and armhf.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 27 Jul 2015 18:09:25 +0200
kdenlive (15.04.3-1) unstable; urgency=low
* New upstream release.
- Rewrite patch 01-desktop-keywords.
- Rewrite the whole build dependencies.
- Build against Qt5.
Closes: #788790
- Adjust install files.
* Adjust debian/watch download location.
* Switch away from libav to ffmpeg.
* Bump mlt build dependency up to version 0.9.6-3~ to ensure that it has been
built against ffmpeg and Qt5.
* Update to DEP5 debian/copyright format.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 09 Jul 2015 09:38:16 +0200
kdenlive (0.9.10-2) unstable; urgency=medium
* Add libv4l-dev as build dependency for webcam support.
* Exclude docbook files from dh_compress.
Closes: #765974
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 27 Oct 2014 18:25:52 +0100
kdenlive (0.9.10-1) unstable; urgency=medium
* New upstream release.
- Locales are again in the release tarball.
- Refresh patch 01-desktop-keywords.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 27 Sep 2014 11:29:48 +0200
kdenlive (0.9.8-2) unstable; urgency=medium
* Removed build depends on libav.
Closes: #748277
* Bump Standards-Version to 3.9.6 (no changes required).
* Remove build depends on hardening-wrapper.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 24 Sep 2014 19:57:52 +0200
kdenlive (0.9.8-1) unstable; urgency=medium
* New upstream release.
- Use profiles from mlt.
Closes: #739878
- Locales have been removed in this release.
* Use debian/clean instead of overwriting dh_auto_clean.
* Overwrite debian-watch-may-check-gpg-signature warning. There is no GPG
signature available.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 14 May 2014 15:42:18 +0200
kdenlive (0.9.6-5) unstable; urgency=low
* Bump Standards-Version to 3.9.5 (no changes needed).
* Don't explicitly request xz compression - dpkg 1.17 does this by default.
* Point debian/watch to new download location.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 12 Dec 2013 10:11:38 +0100
kdenlive (0.9.6-4) unstable; urgency=low
* Suggest khelpcenter4.
Closes: #721585
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 02 Sep 2013 11:30:20 +0200
kdenlive (0.9.6-3) unstable; urgency=low
* Move from ffmpeg to avconv.
Closes: #710419
* Build depend on libmlt >= 0.9.0.
* Add patch 01-desktop-keywords to fix lintian warning
desktop-entry-lacks-keywords-entry.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 13 Aug 2013 11:07:09 +0200
kdenlive (0.9.6-2) unstable; urgency=low
* Uploading to unstable.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 06 May 2013 09:45:55 +0200
kdenlive (0.9.6-1) experimental; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 08 Apr 2013 09:31:57 +0200
kdenlive (0.9.4-1) experimental; urgency=low
* New upstream release.
* Build against mlt version 0.8.8.
* Migrate package to minimal debhelper rules.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 29 Jan 2013 09:30:26 +0100
kdenlive (0.9.2-4) experimental; urgency=low
* Again some fixes for the long description. Thanks to Filipus Klutiero.
Closes: #693180
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 12 Dec 2012 11:07:55 +0100
kdenlive (0.9.2-3) experimental; urgency=low
* Bump Standards-Version to 3.9.4 (no changes needed).
* Switch to xz compression and add a Pre-Depends on dpkg.
* Fix long description. Thanks to Filipus Klutiero.
Closes: #689995
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 12 Nov 2012 19:50:32 +0100
kdenlive (0.9.2-2) unstable; urgency=low
* Correct debian/watch file, the releases are now bzip2 compressed.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 02 Jun 2012 18:43:09 +0200
kdenlive (0.9.2-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 01 Jun 2012 18:32:50 +0200
kdenlive (0.9-1) unstable; urgency=low
* New upstream release.
- Enable localizations.
* Adjust debian/watch to the new download location.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 15 May 2012 11:45:58 +0200
kdenlive (0.8.2.1+git20120513-1) unstable; urgency=low
* New upstream git snapshot.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 13 May 2012 12:54:06 +0200
kdenlive (0.8.2.1+git20120422-1) unstable; urgency=low
* New upstream git snapshot.
* Bump build dependency on mlt back to 0.7.8.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 22 Apr 2012 12:51:42 +0200
kdenlive (0.8.2.1+git20120409-1) unstable; urgency=low
* New upstream git snapshot.
* Bump build dependency on mlt to 0.7.8+git20120409.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 09 Apr 2012 19:20:01 +0200
kdenlive (0.8.2.1+git20120406-1) unstable; urgency=low
* New upstream git snapshot.
- Remove merged patch 01-glu-include.
- Localizations are not available in git snapshots.
* Wrap all debian/control lines.
* Remove obsolete README.Debian.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 06 Apr 2012 22:07:02 +0200
kdenlive (0.8.2.1-2) unstable; urgency=low
* Bump Standards-Version to 3.9.3 (no changes needed).
* Add patch 01-glu-include from Felix Geyer to build with Qt 4.8.
Closes: #662769
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 06 Mar 2012 23:27:59 +0100
kdenlive (0.8.2.1-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 11 Dec 2011 17:51:45 +0100
kdenlive (0.8.2-1) unstable; urgency=low
* New upstream release.
* Remove broken symlinks from documentation.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 03 Nov 2011 11:17:39 +0100
kdenlive (0.8+svn5945-1) unstable; urgency=low
* New upstream svn snapshot.
- Fixed MLT 0.7.4 incompatibility.
Closes: #636933
- Also install new documentations.
* Add missing makefile targets build-arch and build-indep.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 06 Oct 2011 13:36:21 +0200
kdenlive (0.8-4) unstable; urgency=low
* Allow build on kFreeBSD by adding option NO_JOGSHUTTLE.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 29 May 2011 10:33:27 +0200
kdenlive (0.8-3) unstable; urgency=low
* Bump mlt build dependencies to >= 0.7.
Closes: #626275
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 14 May 2011 14:06:27 +0200
kdenlive (0.8-2) unstable; urgency=low
* Build with hardening-wrapper.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 30 Apr 2011 16:20:50 +0200
kdenlive (0.8-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.9.2 (no changes needed).
* Fix lintian warning description-synopsis-starts-with-article.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 27 Apr 2011 21:33:17 +0200
kdenlive (0.7.8+svn5529-1) unstable; urgency=low
* New upstream svn snapshot.
- Importing RAW DV files should be fixed.
Closes: #615606
- Add new build dependency libqt4-opengl-dev and libqjson-dev.
* Rebuild against mlt 0.7.0.
Closes: #620340
* Wrap build dependencies.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 01 Apr 2011 21:05:53 +0200
kdenlive (0.7.8-3) unstable; urgency=low
* Rebuild against mlt 0.6.2.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 20 Feb 2011 11:27:36 +0100
kdenlive (0.7.8-2) unstable; urgency=low
* Wrap dependencies.
* Remove patch 01-lower-down-req-mlt-version, since mlt 0.6.2 is in unstable.
Closes: #606619
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 08 Feb 2011 18:26:40 +0100
kdenlive (0.7.8-1) unstable; urgency=low
* New upstream release.
- Add patch 01-lower-down-req-mlt-version.diff, which sets the required mlt
version from 0.5.10 to 0.5.6.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 18 Sep 2010 10:13:25 +0200
kdenlive (0.7.7.1+svn4858-1) unstable; urgency=low
* New upstream svn snapshot.
- Croatian translation is working now.
Closes: #592755
- Add new build dependency shared-desktop-ontologies and libx11-dev.
* Bump Standards-Version to 3.9.1 (no changes needed).
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 07 Sep 2010 20:37:34 +0200
kdenlive (0.7.7.1+svn4571-1) unstable; urgency=low
* New upstream svn snapshot.
- Fixes FTBFS on armel.
* Bump Standards-Version to 3.9.0.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 08 Jul 2010 20:05:14 +0200
kdenlive (0.7.7.1+svn4541-1) unstable; urgency=low
* New upstream svn snapshot.
- Fixes incorrect recordmydesktop command line options.
Closes: #584523
* Remove not needed build dependencies libiec61883-dev and libavc1394-dev.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 23 Jun 2010 21:42:38 +0200
kdenlive (0.7.7.1-2) unstable; urgency=low
* Build against Qt 4.6.
Closes: #574055
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 15 Apr 2010 19:23:56 +0200
kdenlive (0.7.7.1-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 26 Feb 2010 23:14:11 +0100
kdenlive (0.7.7-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 17 Feb 2010 22:09:41 +0100
kdenlive (0.7.6+svn4305-1) unstable; urgency=low
* New upstream svn snapshot.
* Bump Standards-Version to 3.8.4 (no changes needed).
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 09 Feb 2010 19:11:20 +0100
kdenlive (0.7.6+svn4246-1) unstable; urgency=low
* New upstream svn snapshot.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 23 Jan 2010 14:46:02 +0100
kdenlive (0.7.6+svn4238-1) unstable; urgency=low
* New upstream svn snapshot.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 19 Jan 2010 20:54:26 +0100
kdenlive (0.7.6+svn4223-1) unstable; urgency=low
* New upstream svn snapshot.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 11 Jan 2010 12:57:10 +0100
kdenlive (0.7.6+svn4201-1) unstable; urgency=low
* New upstream svn snapshot.
- This should fix a FTBFS on armel.
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 04 Jan 2010 19:32:41 +0100
kdenlive (0.7.6+svn4194-1) unstable; urgency=low
* New upstream svn snapshot.
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 03 Jan 2010 13:19:28 +0100
kdenlive (0.7.6+svn4144-1) unstable; urgency=low
* New upstream svn snapshot.
* Fix spelling error in the long description of kdenlive-data.
Closes: #557488
* Remove obsolete debian/README.source.
* Convert package to the 3.0 (quilt) format.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 24 Nov 2009 20:19:31 +0100
kdenlive (0.7.6-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 09 Oct 2009 11:04:17 +0200
kdenlive (0.7.5+svn3995-1) unstable; urgency=low
* New upstream svn snapshot.
* Now it should build on all architectures against the right mlt version.
Closes: #549340
-- Patrick Matthäi <pmatthaei@debian.org> Sun, 04 Oct 2009 10:12:58 +0200
kdenlive (0.7.5+svn3969-1) unstable; urgency=low
* New upstream svn snapshot.
- Drop all merged patches.
- Drop dpatch.
* Apply patch from Martin Mazur <debian@teclabs.eu> to increase readibility
of the long description. Thanks.
Closes: #548435
* Use dh_install with --list-missing.
-- Patrick Matthäi <pmatthaei@debian.org> Thu, 01 Oct 2009 11:31:36 +0200
kdenlive (0.7.5-2) unstable; urgency=low
* Bump Standards-Version to 3.8.3.
- Add debian/README.source.
* Wrap build dependency lines.
* Add patch 01-spanish_translations_fixes, which fixes many spanish
translations. Thanks to Margarita Manterola <marga@debian.org>.
Closes: #538450
* Add patch 02-switch_to_genisoimage, which switches kdenlive from mkisofs to
genisoimage. Thanks to Didier Raboud <didier@raboud.com>.
Closes: #547501
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 21 Sep 2009 12:27:06 +0200
kdenlive (0.7.5-1) unstable; urgency=low
* New upstream release.
-- Patrick Matthäi <pmatthaei@debian.org> Wed, 01 Jul 2009 21:50:23 +0200
kdenlive (0.7.4+svn3592-1) unstable; urgency=low
* New subversion snapshot of revision 3592.
- This snapshot fixes a FTBFS on armel.
- Drop kdenlive.{menu,xpm} and install both from upstream.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 19 Jun 2009 15:12:32 +0200
kdenlive (0.7.4-2) unstable; urgency=low
* Fix conflicts against kdenlive from Marillat.
Closes: #532086
* Bump Standards-Version to 3.8.2 (no changes needed).
* We do not have to depend anymore on libmlt-data, this is done by melt now.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 19 Jun 2009 09:23:58 +0200
kdenlive (0.7.4-1) unstable; urgency=low
* New upstream release.
- Bump dependency on libmlt-data to >= 0.4.2, because kdenlive 0.7.4 does
not work properly with mlt 0.3.8.
* Change dependency on inigo to melt, it has been renamed with the new mlt
version.
-- Patrick Matthäi <pmatthaei@debian.org> Tue, 02 Jun 2009 18:15:09 +0200
kdenlive (0.7.3-4) unstable; urgency=low
* Depend on ffmpeg.
* Recommend frei0r-plugins, recordmydesktop, dvdauthor and genisoimage.
They are very useful for kdenlive.
* Add conflicts against kdenlive (<< 0.7.2.1) to kdenlive-data, because it
clashes with the old debian-multimedia.org version.
Closes: #529048
* Remove deprecated dh_desktop call.
-- Patrick Matthäi <pmatthaei@debian.org> Fri, 29 May 2009 21:48:37 +0200
kdenlive (0.7.3-3) unstable; urgency=low
* Simplify debian/rules by not copying all necessary data to build first.
cmake natively supports ot of source builds.
* Add pkg-config as build dependecy, so that the cmake script could determine
the path to mlt and his profiles. This disables the annoying question on
the initial kdenlive start.
* Add versioned dependency on libmlt-data (>= 0.3.8), because kdenlive crashs
with libmlt-data 0.3.6.
Closes: #529163
-- Patrick Matthäi <pmatthaei@debian.org> Mon, 18 May 2009 19:55:41 +0200
kdenlive (0.7.3-2) unstable; urgency=low
* Link to the LGPL-2 instead of GPL-2 for src/regiongrabber.{cpp,h} in
debian/copyright.
* Remove ccache build dependencie and do not override the default compiler in
debian/rules to the ccache g++ one to avoid kdenlive FTBFSing on Debian
buildds.
Closes: #528967
* Add upstreams README to kdenlive.docs.
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 16 May 2009 21:11:29 +0200
kdenlive (0.7.3-1) unstable; urgency=low
* New upstream release.
* Change my email address.
* Remove DM-Upload-Allowed control field.
* Fix typo in get-orig-source target.
* Fix reference to the GPL license (missing whitespace).
-- Patrick Matthäi <pmatthaei@debian.org> Sat, 16 May 2009 19:17:03 +0200
kdenlive (0.7.2.1-1) unstable; urgency=low
* Initial release.
Closes: #180510
-- Patrick Matthäi <patrick.matthaei@web.de> Sun, 12 Apr 2009 13:12:32 +0200
|