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
|
mpv (0.32.0-2) unstable; urgency=medium
* Bug fix: "unintended code execution vulnerability", thanks to astian
(Closes: #950816). Patch backported from upstream
-- Reinhard Tartler <siretart@tauware.de> Sat, 18 Jul 2020 18:01:43 -0400
mpv (0.32.0-1) unstable; urgency=medium
[ James Cowgill ]
* New upstream release.
* d/copyright: Add updates for 0.32.0.
* d/control:
- Update libarchive dependency.
- Bump standards version to 4.5.0.
* d/patches: Refresh patches.
[ Debian Janitor ]
* Set upstream metadata fields:
Bug-Database, Repository, Repository-Browse.
-- James Cowgill <jcowgill@debian.org> Wed, 29 Jan 2020 01:03:08 +0000
mpv (0.30.0-1) unstable; urgency=medium
[ James Cowgill ]
* New upstream release. (Closes: #945367)
* d/copyright: Updates for 0.30.0.
* d/control:
- Use debhelper compat 12.
- Bump minimum libwayland-dev version.
- Drop libvulkan-dev.
- Add build-dependency on libdrm-dev.
- Bump standards version to 4.4.1.
* d/libmpv1.symbols:
- Add new symbols found in 0.30.0.
- Add Build-Depends-Package field.
* d/patches:
- Drop 02_fix-config-path.patch.
- Refresh patches.
* d/rules:
- Drop --enable-zsh-comp.
- Drop --enable-libdvdread.
[ Ondřej Nový ]
* d/control: Use debhelper-compat instead of debian/compat.
-- James Cowgill <jcowgill@debian.org> Sun, 24 Nov 2019 17:29:57 +0000
mpv (0.29.1-1) unstable; urgency=medium
* New upstream release.
* d/control: Bump standards version to 4.2.1.
-- James Cowgill <jcowgill@debian.org> Wed, 03 Oct 2018 10:00:52 +0100
mpv (0.29.0-1) unstable; urgency=medium
* New upstream release. (Closes: #904629)
- player: add on_load_fail hook. (Closes: #898576)
- ytdl_hook: fix single-entry playlists. (Closes: #898279)
* debian/copyright: Update.
* debian/libmpv1.symbols: Add new symbols.
* debian/patches:
- Drop 04_waf-pie.patch - hopefully not needed in recent GCC.
- Drop 08_waf-python3.7.patch - applied in new waf.
- Rewrite patch description for 06_ffmpeg-abi.patch.
- Refresh patches.
* debian/rules:
- Remove --enable-encoding option.
-- James Cowgill <jcowgill@debian.org> Sat, 28 Jul 2018 12:29:32 +0800
mpv (0.28.2-3) unstable; urgency=medium
* Upload to unstable.
-- James Cowgill <jcowgill@debian.org> Wed, 18 Jul 2018 12:00:43 +0100
mpv (0.28.2-2) experimental; urgency=medium
* debian/control:
- Add missing build-dependency on wayland-protocols.
Thanks to Laurent Bigonville for reporting! (Closes: #903887)
- Bump standards version to 4.1.5.
* debian/patches:
- Add patch to fix FTBFS with Python 3.7 as the default python3.
(Closes: #903610)
-- James Cowgill <jcowgill@debian.org> Mon, 16 Jul 2018 22:13:05 +0100
mpv (0.28.2-1) experimental; urgency=medium
* New upstream bugfix release.
- Also whitelist subtitle URLs in youtube-dl hook. (Closes: #890410)
* debian/rules:
- Build-Depend on ffmpeg 4.0. (Closes: #898080)
* debian/patches:
- Drop patch for CVE-2018-6360 - fixed upstream.
- Fix typo in 06_ffmpeg-abi.patch description.
-- James Cowgill <jcowgill@debian.org> Sun, 06 May 2018 23:20:25 +0100
mpv (0.28.0-1) experimental; urgency=medium
* New upstream release.
* debian/compat:
- Use debhelper 11.
* debian/control:
- Set Maintainer to debian-multimedia@l.d.o.
- Switch Vcs URLs to salsa.debian.org.
- Drop unused dependency on libavresample-dev.
- Add dependencies on libarchive-dev and libvulkan-dev.
- Bump ffmpeg dependencies to 3.5.
- Set Rules-Requires-Root: no.
- Bump standards to 4.1.3.
* debian/copyright:
- Update for 0.28.
- Use secure copyright format URL.
* debian/patches:
- Drop vaapi patch applied upstream.
- Add patch for CVE-2018-6360. (Closes: #888654)
- Refresh other patches.
-- James Cowgill <jcowgill@debian.org> Sun, 04 Feb 2018 12:53:27 +0100
mpv (0.27.0-2) unstable; urgency=medium
* debian/control:
- Bump standards version to 4.1.1 (no changes).
* debian/patches:
- Add upstream patch to fix FTBFS with libva 2.0. (Closes: #879057)
-- James Cowgill <jcowgill@debian.org> Sat, 21 Oct 2017 13:35:54 +0100
mpv (0.27.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Bump standards version to 4.1.0 (no changes).
* debian/copyright:
- Update copyright.
* debian/patches:
- Refresh.
* debian/rules:
- Re-enable DVB. (Closes: #873294)
- Run waf using python3 instead of python2.
-- James Cowgill <jcowgill@debian.org> Fri, 15 Sep 2017 09:37:24 +0100
mpv (0.26.0-3) unstable; urgency=medium
* Bump ffmpeg build dependency to >= 3.3.
- Should fix hardware decoding in 0.26.0. (Closes: #869093)
-- James Cowgill <jcowgill@debian.org> Wed, 26 Jul 2017 22:55:30 +0100
mpv (0.26.0-2) unstable; urgency=medium
* debian/control, debian/rules:
- Remove --enable-tv option and drop libv4l-dev build dependency. This
functionality is now provided through ffmpeg.
* debian/patches/07_io-stdin-used.patch:
- Add _IO_stdin_used to mpv version script. Should fix FTBFS on alpha,
mips* and powerpc*.
-- James Cowgill <jcowgill@debian.org> Fri, 21 Jul 2017 10:03:53 +0100
mpv (0.26.0-1) unstable; urgency=medium
* New upstream release.
- Fixes unfinished --audio-spdif sentence in the manpage.
(Closes: #864908)
* debian/copyright:
- Update d/copyright and list of GPL-2 files.
- Clarify license of distributed binaries is GPL-3+.
* debian/patches:
- Refresh patches.
- Update waf to 1.9.8.
* debian/rules:
- Reformat and sort configure options in d/rules.
- Fix DEB_HOST_MULTIARCH when d/rules is invoked directly.
- Enable libsmbclient and tv (disabled upstream).
-- James Cowgill <jcowgill@debian.org> Wed, 19 Jul 2017 14:59:54 +0100
mpv (0.25.0-3) unstable; urgency=medium
* debian/control:
- Drop mplayer2 transitional package.
- Build-Depend on libcaca-dev. (Closes: #865517)
-- James Cowgill <jcowgill@debian.org> Thu, 22 Jun 2017 12:19:08 +0100
mpv (0.25.0-2) unstable; urgency=medium
* Upload to unstable.
* debian/control:
- Drop build dependencies on libenca-dev and libguess-dev.
Thanks to Yuriy M. Kaminskiy
- Bump standards to 4.0.0 (no changes required).
-- James Cowgill <jcowgill@debian.org> Mon, 19 Jun 2017 09:11:40 +0100
mpv (0.25.0-1) experimental; urgency=medium
* New upstream release.
* debian/compat:
- Use debhelper compat 10.
* debian/copyright:
- Update various files which were relicensed from GPL to LGPL.
* debian/patches:
- Refresh.
* debian/rules:
- Re-enable dvd functionality which was disabled by default upstream.
-- James Cowgill <jcowgill@debian.org> Wed, 26 Apr 2017 21:34:39 +0100
mpv (0.24.0-1) experimental; urgency=medium
* New upstream release.
- Fixes segfaults on TV input. (Closes: #853798)
* debian/control:
- Enable uchardet for subtitle encoding detection. (Closes: #854788)
* debian/copyright:
- Update copyright dates.
-- James Cowgill <jcowgill@debian.org> Sun, 12 Feb 2017 21:12:19 +0000
mpv (0.23.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Build-depend on ffmpeg 3.2.2.
- Use https for the Homepage field.
* debian/copyright:
- Update for 0.23.0.
* debian/patches:
- Refresh.
- Use https for BTS links in debian/patches.
-- James Cowgill <jcowgill@debian.org> Tue, 27 Dec 2016 23:02:13 +0000
mpv (0.22.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Update debian/copyright.
-- James Cowgill <jcowgill@debian.org> Sun, 20 Nov 2016 23:13:33 +0000
mpv (0.21.0-2) unstable; urgency=medium
* Add a transitional package for mplayer2.
- Add symlinks for mplayer and its man page.
- Add mplayer2.NEWS.
- Build-Depend on dpkg-dev >= 1.17 for dpkg-parsechangelog -S.
-- James Cowgill <jcowgill@debian.org> Wed, 26 Oct 2016 09:08:05 +0100
mpv (0.21.0-1) unstable; urgency=medium
* New upstream release.
* debian/control:
- Enable GBM and V4L2.
* debian/libmpv-dev.examples:
- Drop, contents now included in main mpv manpage.
* debian/patches:
- Refresh patches.
- Drop 01_desktop-path.patch.
* debian/rules:
- Remove verbose flag from waf configure.
- Remove dh_install override and use debian/tmp explicitly in
mpv.install.
-- James Cowgill <jcowgill@debian.org> Thu, 20 Oct 2016 11:43:36 +0100
mpv (0.20.0-1) unstable; urgency=medium
* New upstream release.
-- James Cowgill <jcowgill@debian.org> Sat, 27 Aug 2016 00:20:40 +0100
mpv (0.19.0-1) unstable; urgency=medium
* New upstream release.
* Add new mpv_stream_cb_add_ro symbol to libmpv1.symbols.
* Update debian/copyright.
* Refresh patches.
-- James Cowgill <jcowgill@debian.org> Thu, 25 Aug 2016 22:29:49 +0100
mpv (0.18.1-1) unstable; urgency=medium
* New upstream release. (Closes: #833713)
* debian/control:
- Add myself to the list of uploaders.
- Enable smbclient support. (LP: #1502533)
* debian/patches:
- Suppress ffmpeg version mismatch error. (Closes: #831537)
-- James Cowgill <jcowgill@debian.org> Wed, 10 Aug 2016 22:03:00 +0100
mpv (0.18.0-1) unstable; urgency=medium
* Team upload.
[ James Cowgill ]
* New upstream release. (Closes: #815692)
* debian/control:
- Use cgit in the Vcs-Browser URL.
* debian/copyright:
- GPL-2: sort and add missing files.
- Add files licensed under the ISC license.
[ Mateusz Łukasik ]
* debian/patches:
- Refresh 01_desktop-path.patch.
- Remove 05_fix-typo.patch -- included upstream.
- Add 05_add-keywords.patch to provides keywords by desktop file.
* debian/control:
- Bump Standards-Version to 3.9.8.
- Use secured links for Vcs.
* Drop mpv-dbg and libmpv-dbg packages.
* Update debian/copyright.
* debian/rules:
- Enable encoding.
* Update debian/libmpv-dev.examples.
-- James Cowgill <jcowgill@debian.org> Tue, 05 Jul 2016 13:53:51 +0200
mpv (0.14.0-1) unstable; urgency=medium
* New upstream release (Closes: #806183)
* Fix spelling-error-in-binary
-- Alessandro Ghedini <ghedo@debian.org> Sun, 27 Dec 2015 19:27:18 +0100
mpv (0.12.0-1) unstable; urgency=medium
* New upstream release
- Restore x11 video output (Closes: #800109)
-- Alessandro Ghedini <ghedo@debian.org> Thu, 29 Oct 2015 11:19:56 +0100
mpv (0.11.0-1) unstable; urgency=medium
* New upstream release
* Drop ladspa-sdk and libbs2b-dev from Build-Depends
* Enable sndio audio output (Closes: #798985)
* Re-enable PIE.
Thanks to Simon Ruderich for the patch (Closes: #799738)
-- Alessandro Ghedini <ghedo@debian.org> Thu, 24 Sep 2015 21:04:07 +0200
mpv (0.10.0-1) unstable; urgency=medium
* New upstream release
* Bump versioned Build-Depends for ffmpeg
* Update waf to v1.8.12
* Refresh patches
* Disable PIE to avoid build failure
* Enable rubberband support (Closes: #797734)
-- Alessandro Ghedini <ghedo@debian.org> Fri, 04 Sep 2015 10:52:31 +0200
mpv (0.9.2-1) unstable; urgency=medium
[ Alessandro Ghedini ]
* New upstream release
* Add xdg-utils to Recommends
xdg-screensaver is used to disable the screen saver.
* Bump versioned Build-Depends on libav
[ Jérémy Bobbio ]
* Stop recording the build date (Closes: #784267)
-- Alessandro Ghedini <ghedo@debian.org> Sat, 30 May 2015 15:05:54 +0200
mpv (0.9.1-1) unstable; urgency=medium
* New upstream release
* Update 02_fix-config-path.patch
-- Alessandro Ghedini <ghedo@debian.org> Sun, 03 May 2015 12:51:14 +0200
mpv (0.9.0-1) unstable; urgency=medium
* New upstream release
* Bump required libass version
* libmpg123 support was dropped upstream
* LIRC support was dropped upstream
* Joystick support was dropped upstream
* Refresh patches
* Update symbols file
-- Alessandro Ghedini <ghedo@debian.org> Mon, 27 Apr 2015 10:24:25 +0200
mpv (0.8.3-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Tue, 17 Mar 2015 14:53:12 +0100
mpv (0.8.2-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Sun, 01 Mar 2015 13:05:37 +0100
mpv (0.8.0-1) unstable; urgency=medium
* New upstream release
* Update to waf 1.8.4
* Don't run clean if no waf is present
* Refresh patches
* Update symbols file
* Only enable joystick support on linux
-- Alessandro Ghedini <ghedo@debian.org> Wed, 18 Feb 2015 15:12:55 +0100
mpv (0.7.3-1) unstable; urgency=medium
* New upstream release
* Bump version of youtube-dl in Recommends
-- Alessandro Ghedini <ghedo@debian.org> Wed, 28 Jan 2015 17:18:43 +0100
mpv (0.7.2-1) unstable; urgency=medium
* New upstream release
- Enable ytdl_hook script by default (Closes: #772472)
* Enable joystick support (Closes: #773234)
-- Alessandro Ghedini <ghedo@debian.org> Sat, 20 Dec 2014 12:31:39 +0100
mpv (0.7.1-1) unstable; urgency=medium
* New upstream release
* Update 03_waf.patch to waf 1.8.1
* Refresh patches
* Manually set zsh completion install path
* Remove --nocache option from waf invocation
* Update libmpv symbols file
* Drop libquvi support, replaced by built-in Lua script based on youtube-dl
* Add Recommends on youtube-dl
-- Alessandro Ghedini <ghedo@debian.org> Wed, 03 Dec 2014 10:43:28 +0100
mpv (0.6.2-2) unstable; urgency=medium
* Re-enable CDDA support via libcdio (Closes: #766725)
-- Alessandro Ghedini <ghedo@debian.org> Sat, 25 Oct 2014 15:16:57 +0200
mpv (0.6.2-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Fri, 24 Oct 2014 21:16:49 +0200
mpv (0.6.1-1) unstable; urgency=medium
* New upstream release
- Fix the autodetection of the input format in the vf_stereo3d filter
(Closes: #763904)
- Don't create 0x0 windows on X11 (Closes: #764419)
* Remove unused build deps
* Enable support for xrandr
* Bump Standards-Version to 3.9.6 (no changes needed)
* Don't install input configuration files as examples (they are now installed
by the upstream build system as normal documentation)
-- Alessandro Ghedini <ghedo@debian.org> Sun, 12 Oct 2014 14:39:57 +0200
mpv (0.6.0-1) unstable; urgency=medium
* New upstream release
- Add video/ogg to the list of supported MIME types in the *.desktop file
(Closes: #763173)
* Switch to libjpeg-turbo (Closes: #763484)
-- Alessandro Ghedini <ghedo@debian.org> Tue, 30 Sep 2014 21:15:03 +0200
mpv (0.5.4-1) unstable; urgency=medium
* New upstream release
- Rebuild should fix warnings regarding libav libraries versions
(Closes: #762229)
-- Alessandro Ghedini <ghedo@debian.org> Tue, 23 Sep 2014 21:37:19 +0200
mpv (0.5.3-1) unstable; urgency=medium
* New upstream release
* Fix wildcard-matches-nothing-in-dep5-copyright
-- Alessandro Ghedini <ghedo@debian.org> Wed, 10 Sep 2014 20:05:33 +0200
mpv (0.5.1-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Wed, 27 Aug 2014 11:05:35 +0200
mpv (0.5.0-1) unstable; urgency=medium
* New upstream release
* Update path of example Lua scripts
* Refresh 02_fix-config-path.patch
* Update *.symbols file
-- Alessandro Ghedini <ghedo@debian.org> Tue, 12 Aug 2014 11:52:56 +0200
mpv (0.4.2-1) unstable; urgency=medium
* New upstream release
- Include point releases too in the release notes (Closes: #722997)
-- Alessandro Ghedini <ghedo@debian.org> Sat, 26 Jul 2014 12:29:29 +0200
mpv (0.4.1-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Fri, 11 Jul 2014 18:11:27 +0200
mpv (0.4.0-1) unstable; urgency=medium
* New upstream release
* Refresh 01_desktop-path.patch
* Refresh 02_fix-config-path.patch
* Enable shared libmpv client library
* Make mpv Multi-Arch: foreign
* Add mpv-dbg package as well
* Disable libpostproc support (ffmpeg's libpostproc is needed)
* Install Lua scripting examples
* Disable cdda support
* Bump lcms2 versioned Build-Depends
* Build and install zsh completion script
* Install upstream release notes as changelog (Closes: #722997)
-- Alessandro Ghedini <ghedo@debian.org> Wed, 25 Jun 2014 21:10:18 +0200
mpv (0.3.11-1) unstable; urgency=medium
* New upstream release
* Drop gcc-4.8 Build-Depends for sparc (Closes: #751321)
-- Alessandro Ghedini <ghedo@debian.org> Sun, 15 Jun 2014 14:35:14 +0200
mpv (0.3.10-2) unstable; urgency=medium
* Switch to Lua 5.2
-- Alessandro Ghedini <ghedo@debian.org> Wed, 28 May 2014 21:45:06 +0200
mpv (0.3.10-1) unstable; urgency=medium
* New upstream release
* Enable support for libavdevice
-- Alessandro Ghedini <ghedo@debian.org> Sun, 25 May 2014 14:59:56 +0200
mpv (0.3.9-2) unstable; urgency=low
[ Reinhard Tartler ]
* Merge branch experimental
[ Alessandro Ghedini ]
* Remove forced gcc-4.8 build depends on powerpc
* Rebuild against libav10
-- Alessandro Ghedini <ghedo@debian.org> Mon, 12 May 2014 12:06:15 +0200
mpv (0.3.9-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Wed, 30 Apr 2014 13:28:31 +0200
mpv (0.3.8-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Fri, 18 Apr 2014 10:56:21 +0200
mpv (0.3.7-1) unstable; urgency=medium
* New upstream release
* Enable all hardening options.
Thanks to Simon Ruderich for the patch (Closes: #741439)
-- Alessandro Ghedini <ghedo@debian.org> Sun, 30 Mar 2014 20:00:42 +0200
mpv (0.3.6-1) unstable; urgency=medium
* New upstream release
* Update 03_waf.patch to newer waf version
-- Alessandro Ghedini <ghedo@debian.org> Tue, 11 Mar 2014 16:00:20 +0100
mpv (0.3.5-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Wed, 12 Feb 2014 22:56:33 +0100
mpv (0.3.4-1) unstable; urgency=medium
* New upstream release
* Refresh patches
-- Alessandro Ghedini <ghedo@debian.org> Sat, 01 Feb 2014 12:20:29 +0100
mpv (0.3.3-1+exp1) experimental; urgency=low
* Rebuild against libav10
-- Reinhard Tartler <siretart@tauware.de> Fri, 17 Jan 2014 03:35:15 +0000
mpv (0.3.3-1) unstable; urgency=medium
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Thu, 16 Jan 2014 23:34:23 +0100
mpv (0.3.2-1) unstable; urgency=medium
* New upstream release
* Default to gcc-4.8 on powerpcspe too (Closes: #733924)
-- Alessandro Ghedini <ghedo@debian.org> Mon, 06 Jan 2014 21:19:23 +0100
mpv (0.3.1-1) unstable; urgency=medium
* New upstream release
* Drop 04_use-atomic-not-sync.patch (merged upstream)
-- Alessandro Ghedini <ghedo@debian.org> Wed, 01 Jan 2014 22:51:36 +0100
mpv (0.3.0-2) unstable; urgency=medium
* Enable ALSA on Linux only (should fix FTBFS on kfreebsd)
* Add 04_use-atomic-not-sync.patch to fix FTBFS on mips, powerpc and sparc
(Closes: #733632)
* Explicitly use gcc-4.8 on powerpc and sparc
* Use waf verbose output (shows build commands)
-- Alessandro Ghedini <ghedo@debian.org> Tue, 31 Dec 2013 12:38:24 +0100
mpv (0.3.0-1) unstable; urgency=medium
* New upstream release
- Fix --vf=expand example in manpage (Closes: #732271)
* Add 03_waf.patch to provide uncompressed waf scripts and modules
* Switch to waf build script
* Drop libmng-dev Build-Depends (not used anymore)
* Bump Standards-Version to 3.9.5 (no changes needed)
* Enable support for dvdnav
* Install more docs
-- Alessandro Ghedini <ghedo@debian.org> Sun, 29 Dec 2013 20:04:26 +0100
mpv (0.2.4-2) unstable; urgency=medium
* Use /etc/mpv instead of /usr/etc/mpv for configuration (Closes: #732214)
- Add 02_fix-config-path.patch to update the manpage regarding
config directories
-- Alessandro Ghedini <ghedo@debian.org> Sun, 15 Dec 2013 19:31:51 +0100
mpv (0.2.4-1) unstable; urgency=low
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Sun, 01 Dec 2013 22:37:02 +0100
mpv (0.2.3-1) unstable; urgency=low
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Fri, 08 Nov 2013 11:34:14 +0100
mpv (0.2.2-1) unstable; urgency=low
* New upstream release
* Use absolute paths for (Try)Exec in mpv.desktop (Closes: #728149)
-- Alessandro Ghedini <ghedo@debian.org> Sun, 03 Nov 2013 12:01:35 +0100
mpv (0.2.1-1) unstable; urgency=low
* New upstream release
* Drop 01_spelling.patch (merged upstream)
-- Alessandro Ghedini <ghedo@debian.org> Sun, 20 Oct 2013 17:04:17 +0200
mpv (0.2.0-1) unstable; urgency=low
* New upstream release
* Install sample configuration files as examples
* Enable Lua scripting support
* Remove copyright for talloc (not used anymore)
* Update installed docs list
* Update 01_spelling.patch
* Enable VAAPI support
-- Alessandro Ghedini <ghedo@debian.org> Wed, 16 Oct 2013 12:38:59 +0200
mpv (0.1.7-1) unstable; urgency=low
* New upstream release
* Do not use python3 version of python-docutils
(it seems to be having some trouble on the buildd)
-- Alessandro Ghedini <ghedo@debian.org> Sat, 21 Sep 2013 11:39:51 +0200
mpv (0.1.6-1) unstable; urgency=low
* New upstream release
* Add 01_spelling.patch to fix spelling error found by lintian
-- Alessandro Ghedini <ghedo@debian.org> Sat, 14 Sep 2013 15:36:57 +0200
mpv (0.1.5-1) unstable; urgency=low
[ Andreas Boll ]
* Restrict wayland support to linux-any
* Fix Vcs-Browser url
[ Alessandro Ghedini ]
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Sat, 07 Sep 2013 12:01:58 +0200
mpv (0.1.4-1) unstable; urgency=low
* New upstream release
-- Alessandro Ghedini <ghedo@debian.org> Mon, 02 Sep 2013 13:10:37 +0200
mpv (0.1.3-1) unstable; urgency=low
* New upstream release
* Enable libpostproc support
* Tighten Build-Depends on libav libraries
-- Alessandro Ghedini <ghedo@debian.org> Sun, 25 Aug 2013 10:49:15 +0200
mpv (0.1.0-1) unstable; urgency=low
* Initial release (Closes: #719654)
-- Alessandro Ghedini <ghedo@debian.org> Wed, 14 Aug 2013 12:28:04 +0200
|