* Add recipe for version 0.29.1.
* Use the runConfigure wrapper.
* Use exact copy of the patchset for 0.29 as there are no offset
mismatches.
For 0.27.1:
* Call configure wuth "--with-pc-path" instead of "--with-pc_path".
For 0.28:
* Several changes to make it build and look almost like 0.29.1.
For 0.29:
* Switch to runConfigure in order to prevent pkg-config on secondary
arch from shadowing that of the primary arch.
For 0.27.1, 0.28, 0.29 and 0.29.1:
* Fix COPYRIGHT.
* Update HOMEPAGE and SOURCE_URI to avoid "301 Moved Permanently".
Also resync the offsets of the patches of a few other recipes:
* file-2.25
* x265-1.9
* libdvdnav-5.0.3
(Syncing patch offsets is not necessary but it does not hurt either.)
From the Changelog found in 7.2p2:
commit 69fead5d7cdaa73bdece9fcba80f8e8e70b90346
Author: jmc@openbsd.org <jmc@openbsd.org>
Date: Sun Nov 8 22:08:38 2015 +0000
upstream commit
remove slogin links; ok deraadt markus djm
Upstream-ID: 39ba08548acde4c54f2d4520c202c2a863a3c730
Marked x86 as non-working.
Slightly improved description.
No need to increase the revision for these changes.
Removed filer-1.0.0beta3.recipe as it didn't build anyway and possibly
interferes with building filer-1.0.0, because it's picked up first
when doing a "haikuporter filer".
* Upgrade 3.3.1 to 3.3.4, switching back to Qt4. The reason is that
although the application builds fine against Qt5 and even seems to
work, it cannot save its configuration. The Qt5-based version of
qbittorrent is therefore not usable. A Qt5-based variant is added
with all architectures marked as untested in case someone would
like to troubleshoot the issue.
* Drop 3.2.3 (which used Qt4) as we now have 3.3.4 (also Qt4-based).
* Replace hard coded info in qbittorrent.rdef by @FIELD@-style vars
to make it generic with regards to the $portVersion.
* Added missing lib:libexecinfo and lib:libssl in REQUIRES to match
their devel: counterparts in BUILD_REQUIRES.
* Added dependency on libGL, as suggested by diversys. It seems to me
that it is not required but I'm probably missing something.
Warning: If building against Qt4 fails then uninstall Qt5 and retry.