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
|
opal (3.10.10~dfsg2-2) unstable; urgency=low
* Fix FTBFS with upcoming ffmpeg 2.9, patch from A. Cadhalpun (Closes:
#803846).
-- Eugen Dedu <eugen.dedu@univ-fcomte.fr> Mon, 11 Jan 2016 15:51:57 +0100
opal (3.10.10~dfsg2-1) unstable; urgency=low
* Remove one non free document (RFC) from source package.
* Remove now useless DM-Upload-Allowed from debian/control.
* Print complete compilation lines during building.
-- Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr> Mon, 27 Oct 2014 05:51:57 +0200
opal (3.10.10~dfsg-2.2) unstable; urgency=medium
* Non-maintainer upload.
* Add libav10.patch to fix FTBFS with Libav10 (Closes: #739439)
-- Reinhard Tartler <siretart@tauware.de> Sat, 03 May 2014 15:51:57 -0400
opal (3.10.10~dfsg-2.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/libav9.patch: Backport changes for libav 9 and link against
libavcodec and libavutil instead of loading it with dlopen. (Closes:
#720824)
* debian/control: Remove explicit dependency on libavcodec. This is now
generated by dpkg-shlibdeps.
-- Sebastian Ramacher <sramacher@debian.org> Fri, 13 Sep 2013 13:21:27 +0200
opal (3.10.10~dfsg-2) unstable; urgency=low
* Upload to unstable
-- Mark Purcell <msp@debian.org> Sat, 02 Mar 2013 12:49:36 +1100
opal (3.10.10~dfsg-1) experimental; urgency=low
[ Eugen Dedu ]
* New upstream release
* Do not remove iLBC audio codec anymore, since it is free now
* Depend on libavcodec-extra-53 too (Closes: #695691)
-- Mark Purcell <msp@debian.org> Tue, 27 Nov 2012 21:28:55 +1100
opal (3.10.9~dfsg-1) experimental; urgency=low
[ Eugen Dedu ]
* New upstream release
- fix build on kFreeBSD
* NEW package libopal3.10.9 - match-soname
* Remove obsolete conflict with libopenmpi-dev (Closes: #694652)
-- Mark Purcell <msp@debian.org> Tue, 27 Nov 2012 21:28:55 +1100
opal (3.10.7~dfsg-3) experimental; urgency=low
[ Eugen Dedu ]
* Make libopal package manually depend on libavcodec package, since opal
loads libavcodec functions during runtime.
[ Mark Purcell ]
* Fix "missing informations in debian/copyright"
- Added plugins/audio/GSM0610/COPYRIGHT (Closes: #532456)
-- Mark Purcell <msp@debian.org> Tue, 09 Oct 2012 22:48:43 +1100
opal (3.10.7~dfsg-2) experimental; urgency=low
[ Eugen Dedu ]
* Enable H263/4 codecs
[ Mark Purcell ]
* Fixes "Segfault in std::less<unsigned int>::operator() from
/usr/lib/libopal.so.3.10.4" (Closes: #687079)
* Fixes "segfault of ekiga in libopal" (Closes: #685399)
* Switch to xz compression
-- Mark Purcell <msp@debian.org> Sat, 15 Sep 2012 13:20:59 +1000
opal (3.10.7~dfsg-1) experimental; urgency=low
* New Upstream Release
- Fixes "Opal 3.10.4 fails to build" (Closes: #674683)
* NEW package libopal3.10.7 - match-soname
-- Mark Purcell <msp@debian.org> Sat, 01 Sep 2012 13:30:03 +1000
opal (3.10.5~dfsg-1) experimental; urgency=low
* New Upstream Release
* NEW package libopal3.10.5 - match-soname
-- Mark Purcell <msp@debian.org> Sun, 27 May 2012 09:39:53 +1000
opal (3.10.4~dfsg-3) unstable; urgency=low
* Drop unsupported CELT codec
-- Mark Purcell <msp@debian.org> Wed, 23 May 2012 07:42:55 +1000
opal (3.10.4~dfsg-2) unstable; urgency=low
* Build-Depends libcapi20-dev [linux-any]
-- Mark Purcell <msp@debian.org> Sat, 10 Mar 2012 10:33:32 +1100
opal (3.10.4~dfsg-1) unstable; urgency=low
* New Upstream Release
- NEW package libopal3.10.4 - soname change
[ Eugen Dedu ]
* Remove unnecessary libavcodec-dev from Build-Depends
[ Mark Purcell ]
* Drop symbol support - few rdepends and exporting lots of symbols (C++)
* disable-samples-ftbfs too not build samples that currently FTBFS
* Add libopal-doc.examples - samples
-- Mark Purcell <msp@debian.org> Thu, 08 Mar 2012 22:26:07 +1100
opal (3.10.1~dfsg-1) experimental; urgency=low
* New upstream release: 3.10.1 (Luythen)
* Put myself back into Uploaders
* Bump debhelper compat to 8
* Fix debian/watch to allow double digit minor version
* Bump PTLib depends to 2.10 version (Luythen) as well
* Bump Debian source version to 3.0
* Enable samples to be built with --enable-samples instead of explicitly
building them in debian/rules
* Add libspandsp-dev (>= 0.0.6~pre17) to Build-Deps to allow T.38 to use it
* Add debian/clean for all files that need to be purged before rebuild
* Add debian/patches/plugins_clean_target.patch: Most of the plugins don't
have a clean target and thus don't allow rebuilds
* Update debian/rules to cope with latest samples compilation changes
upstream
* Remove Changelog from docs as upstream doesn't ship it
* Replace jquery.js with Debian's libjs-jquery version to make lintian happy
* Add symbols file for libopal3.10.1 (but don't fail builds while we're in
experimental)
* Add pkg-kde-tools to take advantage of pkgkde-symbolshelper which is
better suited for C++ libs - thanks to Modestas Vainius!
(this makes c++ symbol files somewhat less painful. But still different
g++ versions emit a bit different symbol sets so ftbfs'es happen)
* Add libavcodec-dev to enable H.263
* Register API documentation with doc-base
* Patch spandsp_autoconf_cppflags backported from upstream trunk
* Adjust DFSG-repack: Remove *.dll and *.exe from upstream source
* Fix Vcs-Browser URL
* Bump Standards-Version to 3.9.2
-- Kilian Krause <kilian@debian.org> Tue, 12 Jul 2011 10:28:19 +0200
opal (3.8.4~dfsg-1) experimental; urgency=low
* New Upstream Release
* NEW package libopal3.8.4 - soname bump
-- Mark Purcell <msp@debian.org> Wed, 02 Mar 2011 06:08:40 +1100
opal (3.8.3~dfsg-1) experimental; urgency=low
* New Upstream Release
* NEW package libopal3.8.3 - soname bump
-- Mark Purcell <msp@debian.org> Sat, 29 Jan 2011 20:18:35 +1100
opal (3.8.2~dfsg-1) experimental; urgency=low
* New Upstream Release
* Refresh simpleopal.1
-- Mark Purcell <msp@debian.org> Sun, 25 Jul 2010 18:53:53 +1000
opal (3.8.1~dfsg-1) experimental; urgency=low
* New upstream release
- NEW packages libopal[3.8.1,-dbg] - soname bump
* Merge from branches/opal3.6
-- Mark Purcell <msp@debian.org> Sun, 30 May 2010 17:29:57 +1000
opal (3.6.8~dfsg-2) unstable; urgency=high
* Fix RC bug "implicit conflict against libopal3.6.6-dbg"
- Urgency high - RC bug
- Switch to common package: libopal-dbg (Closes: #585860)
- Conflicts:/ Replaces: libopal3.6.8-dbg, libopal3.6.6-dbg
* Update Standards-Version: 3.8.4
* source/format -> 3.0 (quilt)
-- Mark Purcell <msp@debian.org> Tue, 15 Jun 2010 00:25:54 +1000
opal (3.6.8~dfsg-1) unstable; urgency=low
* New upstream release (Closes: #572384, #583420)
- NEW packages libopal3.6.8[-dbg] - soname bump
[ Eugen Dedu ]
* Remove Build-Conflict with its own runtime
* add back celt building
[ Mark Purcell ]
* Fix "opal should build-depend on libsrtp-dev, and libopal-dev should
depend on libsrtp0-dev" Build Depends added (Closes: #575195)
* Drop libptX.X.X-plugins - included in libptX.X.X library binary
-- Mark Purcell <msp@debian.org> Sat, 29 May 2010 10:42:18 +1000
opal (3.6.6~dfsg-6) unstable; urgency=low
* Include *.mak in /usr/include/opal/
* simpleopal Depends: back to libpt2.6.5-plugins
- "simpleopal: Depends on unavailable libpt2.6.6-plugins" (Closes: #579765)
-- Mark Purcell <msp@debian.org> Sat, 01 May 2010 07:37:48 +1000
opal (3.6.6~dfsg-5) unstable; urgency=low
* Constrain debian/watch to track 3.6 series (Lalande release)
* Move to svn://svn.debian.org/pkg-voip/opal/branches/opal-3.6/
* Switch to debhelper 7
* Drop unused dpatch, cdbs
* Do not exclude simpleopal from dh_strip
-- Mark Purcell <msp@debian.org> Mon, 26 Apr 2010 11:55:39 +1000
opal (3.6.6~dfsg-4) unstable; urgency=low
[ Eugen Dedu ]
* Disable celt codec, since celt is changing its API and upstream
source does not compile with the new 0.7.0 celt release (Closes: #556832)
* Remove some conflicts with non-official snapshot packages.
* Remove unuseful libavcodec-dev from Build-Depends (it does not bring
any new encoder and hurts non-official packages).
[ Mark Purcell ]
* Build-Conflicts: libcelt-dev
-- Mark Purcell <msp@debian.org> Mon, 01 Feb 2010 17:30:21 +0100
opal (3.6.6~dfsg-3) unstable; urgency=low
* Add Build-Conflicts: libx264-dev (fails DFSG)
- Fixes "uninstallable on i386, was built with libx264" (Closes: #550516)
* Remove simpleopal debug file, will be resurrected if really needed
(Closes: #550168)
-- Mark Purcell <msp@debian.org> Mon, 12 Oct 2009 07:51:01 +1100
opal (3.6.6~dfsg-2) unstable; urgency=low
* Add missing Build-Depends: libcapi20-dev, libavcodec-dev
-- Mark Purcell <msp@debian.org> Sat, 10 Oct 2009 09:57:50 +1100
opal (3.6.6~dfsg-1) unstable; urgency=low
[ Eugen Dedu ]
* New upstream release
- fix "SEGV in SIP_PDU::Write" (Closes: #538734)
* Remove simpleopal.dpatch, integrated upstream.
* simpleopal should depend on libpt plugins (Closes: #542220)
-- Mark Purcell <msp@debian.org> Sat, 03 Oct 2009 18:12:29 +1000
opal (3.6.4~dfsg-1) unstable; urgency=low
* New Upstream Release
* Fix "Rate controller skips too many frames", stolen from upstream.
-- Mark Purcell <msp@debian.org> Thu, 09 Jul 2009 08:12:53 +1000
opal (3.6.3~dfsg-2) unstable; urgency=low
[ Eugen Dedu ]
* Fix ptlib dependency, which lead to build failure (Closes: #533631)
-- Mark Purcell <msp@debian.org> Sat, 06 Jun 2009 17:43:25 +1000
opal (3.6.3~dfsg-1) unstable; urgency=low
* New Upstream Release
- soname bump - NEW package libopal3.6.3
- libpt transition
* Switch get-orig-source target to sf.net
[ Kilian Krause ]
* Remove -N from wget args in get-orig-source target as -O is already
used.
-- Mark Purcell <msp@debian.org> Sat, 06 Jun 2009 17:30:45 +1000
opal (3.6.1~dfsg-1) unstable; urgency=low
[ Eugen Dedu ]
* debian/rules: Honour DEB_BUILD_OPTIONS parameter for parallel builds.
* Build-Depends on libcelt-dev.
[ Mark Purcell ]
* New upstream release
* Fix "simpleopal example dies with segfault" (Closes: #510988)
* Build-Depends: libpt-dev (>= 2.6.1)
* NEW packages; libopal-dev, libopal2.6.1, libopal-doc, libopal2.6.1-dbg
* debian/compat -> 7
* Use dh_install; Add [libopal-dev,simpleopal,libopal3.6.1].install
* Update to cdbs - correctly strips -dbg, parallel builds, et al
- cleanup debian/rules cruft
* Add Suggests: pkg-config
* Upload to unstable (libpt transition)
-- Mark Purcell <msp@debian.org> Mon, 27 Apr 2009 19:45:35 +1000
opal (3.4.2~dfsg-2) experimental; urgency=low
[ Eugen Dedu ]
* Use Debian's speex library.
[ Mark Purcell ]
* Integrate historic debian/changelog from trunk
* Update debian/watch to check sf.net
* Fix hyphen-used-as-minus-sign debian/simpleopal.1
-- Mark Purcell <msp@debian.org> Sat, 15 Nov 2008 11:36:28 +1100
opal (3.4.2~dfsg-1) experimental; urgency=low
[ Eugen Dedu ]
* New release version 3.4.2, with update and simplification of debian files
* Add a minimal man page for simpleopal.
-- Mark Purcell <msp@debian.org> Thu, 06 Nov 2008 21:44:30 +1100
opal (2.2.11~dfsg1-5) UNRELEASED; urgency=low
* Add description for remove_ilbc.dpatch.
* Remove config.log at clean time.
* Remove duplicated word (the the) in the description of libopal-dev.
-- Patrick Matthäi <patrick.matthaei@web.de> Wed, 8 Oct 2008 21:21:56 +0200
opal (3.3.0+svn20940.dfsg-1) voip; urgency=low
[ Eugen Dedu ]
* Build from svn snapshot REV 20940, refresh libname patch and rules
* Rename package to -beta1
* Build-Depends on libgsm1-dev in order to use Debian's library
* Remove h263-ffmpeg video codec, as suggested by upstream
* Remove, if any, plugins for non-free codecs (H263-1998, H264, MPEG4)
[ Mark Purcell ]
* Switch to svn export
* svn REV checkout is controlled from debian/changelog version
* Update Description: to explict state this svn snapshot
-- Mark Purcell <msp@debian.org> Thu, 11 Sep 2008 22:33:41 +1000
opal (3.3.0+svn20930.dfsg-1) experimental; urgency=low
* First upload to debian.
[ Mark Purcell ]
* Ver 3.3.0 was tagged at REV=20681 thus this is 3.3.0+svnXXXX
-- Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr> Sun, 16 Aug 2008 00:00:00 +0200
opal-snapshot (0-20080418-1) voip; urgency=low
* Built from SVN snapshots. No package support, please refer to
irc.gimp.net channel #ekiga for support. Do not complain about
these debs at Debian BTS!
-- Eugen Dedu <Eugen.Dedu@pu-pm.univ-fcomte.fr> Sun, 18 Apr 2008 00:00:00 +0200
opal (2.2.11~dfsg1-4) unstable; urgency=low
[ Kilian Krause ]
* Fix regexp generating UPVRESION for backports.
* Drop notrace build entirely to fixup ABI issues (Closes: #447452)
[ Faidon Liambotis ]
* Fix bug where shlibs were very strict on binNMUed versions.
* Bump Standards-Version to 3.7.3, no changes needed.
* Remove doxygen from Build-Depends-Indep since it's present in
Build-Depends.
* Drop Build-Conflicts on pre-sarge linux-kernel-headers.
* Remove versioned dependency on pre-etch dpkg-dev.
* Removed versioned dependency on g++ >= 2.95.
* Remove debian/backports/sarge since it's an obsolete distribution.
* Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
Uploaders and add myself.
* Depend on newly introduced libspeexdsp-dev. (Closes: #474272)
* Fix configure to never try to use the shipped speex version, even if it
(wrongly) thinks it's newer.
[ Victor Seva ]
* Add patch from Rober Millan to solve FTBFS on parallel build.
(Closes: #459742)
-- Faidon Liambotis <paravoid@debian.org> Sat, 05 Apr 2008 10:59:43 +0300
opal (2.2.11~dfsg1-3) unstable; urgency=high
* Add ~ suffix after upstream version to shlibs generation.
(Closes: #448285)
-- Kilian Krause <kilian@debian.org> Mon, 29 Oct 2007 10:43:48 +0100
opal (2.2.11~dfsg1-2) unstable; urgency=low
* Fix build problem in binutils on alpha by using "LDFLAGS+=-Wl,--no-relax".
Thanks goes to Steve Langasek for finding this and Serge Belyshev for the
tested patch.
-- Kilian Krause <kilian@debian.org> Tue, 23 Oct 2007 12:02:11 +0200
opal (2.2.11~dfsg1-1) unstable; urgency=low
* New upstream release. (gcc-4.2 clean. Yeah!)
Requires PWLib 1.10.10 - bump build-depends accordingly.
[ Kilian Krause ]
* Don't suggest development headers with library. (Closes: #378064)
* Update Source-Version to binary:Version to allow clean binNMUs.
* Update debian/watch.
* Fix remaining debian-rules-ignores-make-clean errors
* Don't set DH_COMPAT in rules.
* Fix dh_strip call using libopal-ptrace rather than $(PACKAGE)-ptrace
(Closes: #442975)
* Conflict with our own binary library packages to fix false negative build
checks (Closes: #440928)
* Remove check-ilbc stamp in clean target
* Add Homepage field as added in dpkg-dev 1.14.6.
[ Faidon Liambotis ]
* Adapt shlibs to depend on the upstream's version number and not the Debian
version number, since we don't extend the ABI. This also imitates
debhelper's behavior.
-- Kilian Krause <kilian@debian.org> Sat, 22 Sep 2007 12:08:48 +0200
opal (2.2.8~dfsg1-2) unstable; urgency=low
* Add missing conflicts (Closes: #433152, #433155)
-- Kilian Krause <kilian@debian.org> Mon, 16 Jul 2007 13:49:32 +0200
opal (2.2.8~dfsg1-1) unstable; urgency=low
* New upstream release. (Closes: #418485)
* Build opt, opt+ptrace and debug version like PWLib. Bump to pwlib 1.10.7 therefore.
* Change package name to comply with SOVER.
* Cleanup rules to fix double compile problems with leftover files.
(Closes: #424373)
-- Kilian Krause <kilian@debian.org> Tue, 3 Jul 2007 21:45:23 +0200
opal (2.2.3.dfsg-3) unstable; urgency=high
* Conflict with openmpi-dev to make sure we don't have a filename clash
(Closes: #404004). Setting high urgency due to RC-bug.
-- Kilian Krause <kilian@debian.org> Wed, 27 Dec 2006 15:56:46 +0100
opal (2.2.3.dfsg-2) unstable; urgency=high
* Correct the versioned dependency to the lib we're building right now to
overcome problems like #392522. Setting urgency=high, for we're closing an
RC-bug.
-- Kilian Krause <kilian@debian.org> Sun, 22 Oct 2006 11:04:26 +0200
opal (2.2.3.dfsg-1) unstable; urgency=low
* Rename configure target to config.status.
* New upstream release.
-- Kilian Krause <kilian@debian.org> Mon, 9 Oct 2006 13:47:30 +0200
opal (2.2.2.dfsg-1) unstable; urgency=low
* New upstream release.
-- Kilian Krause <kilian@debian.org> Fri, 9 Jun 2006 19:46:19 +0000
opal (2.2.1.dfsg-2) unstable; urgency=low
[ Kilian Krause ]
* debian/rules: Use CURDIR rather than PWD to make sure we can build with
sudo.
[ Mark Purcell ]
* Update debian/watch for numerics & dfsg mangle
-- Kilian Krause <kilian@debian.org> Sun, 7 May 2006 12:58:43 +0200
opal (2.2.1.dfsg-1) unstable; urgency=low
[ Kilian Krause ]
* debian/control: No need to have debug symbols depend on -dev.
[ Jose Carlos Garcia Sogo ]
* debian/copyright: state different copyrights and licenses for:
+ src/codec/speex: BSD like license
+ src/codec/g726: special unrestricted license from Sun
+ src/codec/gsm: list copyright holders and license terms
+ src/codec/iLBC: removed from upstream source. Non DFSG-compliant
license. (GIPS Royalty Free License)
* debian/rules:
+ check that iLBC code has been removed. It also includes an RFC.
* debian/patches:
+ remove_ilbc: new. Removes any reference to iLBC code in Makefile.in
-- Kilian Krause <kilian@debian.org> Sun, 16 Apr 2006 17:06:06 +0000
opal (2.2.1-1) unstable; urgency=low
* New upstream release (Phobos_release1 tag) to hotfix retransmission of
messages which made Ekiga get stuck
-- Kilian Krause <kilian@debian.org> Tue, 14 Mar 2006 12:46:42 +0100
opal (2.2.0-1) unstable; urgency=low
* New upstream release (Phobos_release tag).
-- Kilian Krause <kilian@debian.org> Tue, 14 Mar 2006 00:14:58 +0000
opal (2.1.3-2) unstable; urgency=low
* Workaround too short SONAME until the fix from CVS HEAD hits next release.
-- Kilian Krause <kilian@debian.org> Tue, 14 Feb 2006 00:04:32 +0100
opal (2.1.3-1) unstable; urgency=low
* Initial release. Taken from Phobos-devel3, named according to final Phobos
stable release version.
-- Kilian Krause <kilian@debian.org> Mon, 13 Feb 2006 21:38:04 +0000
|