aboutsummaryrefslogtreecommitdiff
path: root/audio/libgpod
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* comms/libimobiledevice: Update to 1.3.0Jason E. Hale2021-01-211-4/+8
| | | | | | | | | | | | | | | | | comms/libusbmuxd: Update to 2.0.2 comms/usbmuxd: Update to 1.1.1 devel/libplist: Update to 2.2.0 Resurrect comms/py-libimobiledevice, update to 1.3.0 Resurrect devel/py-libplist, update to 2.2.0 Take maintainership of the ports listed above. Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library names. Notes: svn path=/head/; revision=562216
* Remove optional dependency on pygobjectAntoine Brodin2020-02-193-24/+4
| | | | Notes: svn path=/head/; revision=526502
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-2/+2
| | | | Notes: svn path=/head/; revision=517040
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* USES=compiler:c++11-lang is required to build this port on GCC-basedMark Linimon2018-11-271-1/+2
| | | | | | | | | | architectures. PR: 233539 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=486018
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-011-1/+1
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* Add PY_FLAVOR to Python module dependencies.Mathieu Arnold2018-05-221-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=470610
* Switch from swig 2.0 to swig 3.0Baptiste Daroussin2017-12-201-2/+2
| | | | Notes: svn path=/head/; revision=456845
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Assume "pkg-config libusb*" works after 9.x EOLJan Beich2017-01-051-1/+0
| | | | | | | | FreeBSD appears to use different pkg-config name for 0.1.x API but it doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. Notes: svn path=/head/; revision=430669
* USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]David Naylor2016-11-272-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Instead of excluding the specific packages added to DISTFILES (but only for FreeBSD 9+), exclude all files with a '.nupkg' extension. - Move the nuget-extract command to be before post-extract, to allow the port's post-extract command to move packages around audio/libgpod-sharp: add port for mono bindings for libgpod - audio/libgpod: [2] - USE_GNOME: add missing dependency - Remove mono files from pkg-plist (now in audio/libgpod-sharp) - Allow relevant variables to be overridden - Fix MONO options - Patch source to allow building with modern mono - Avoid post-install target for slave ports. devel/monodevelop: update to 4.6.2.7 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's release). - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification) - LICENSE: Add license of LGPL21 - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) games/openra: simplify post-extract [3] - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly lang/fsharp: update to 4.6.2.7 ChangeLog: - Fix #639: Problems with F# scripts on Mono - Fix FSharp.Compiler.Tools targets for .NET Core usage - Fix FSharp.Compiler.Tools package dependencies lang/mono: update to 4.6.2.7 Mono 4.6.2 is the 1st service release to the 4.6 series. Changes: - LICENSE: Add license of MIT - LICENSE_FILE: Add license file from source - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases) Bug fixes: - #44708 - "TrustFailure (The authentication or decryption has failed.) ... Invalid certificate received from server." with "Error code: 0x5" or "Error code: 0xffffffff800b010f" when attempting to access HTTPS servers on ports other than 443 - #39832 - SIGSEGV when running roslyn multimedia/banshee: bump port revision. - Update missing port dependencies - Convert to use option helpers - OPTIONS: Add APPLEDEV (missing dependency added) - LICENSE: Add MIT license - LICENSE_FILE: Add license file from source - PORTSCOUT: Skip alpha release (2.9.1) x11-toolkits/gnome-sharp20: fix port dependencies - Add missing dependencies - Convert post-patch to shebangfix - LICENSE: add LGPL21 license - LICENSE_FILE: use license file from source - MKAE_JOBS_UNSAFE: remove, does appear to work x11-toolkits/gtk-sharp20: update to 2.12.42. PR: 214680 [2] PR: 214681 Suggested by: jbeich [1] Submitted by: jbeich [3] Approved by: avilla (maintainer; timeout) [2] Notes: svn path=/head/; revision=427247
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.Mathieu Arnold2016-04-251-2/+1
| | | | | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414014
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Remove no longer needed `post-patch' target that now prevented buildingAlexey Dokuchaev2015-11-282-14/+12
| | | | | | | | | | | of the auxiliary tools and install `ipod-time-sync' - Convert to USES=localbase; add --disable-silent-rules to CONFIGURE_ARGS to make debugging easier; use option helpers Approved by: avilla (maintainer; timeout) Notes: svn path=/head/; revision=402503
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* - Chase libplist shlib version bump.Alberto Villa2015-06-112-7/+14
| | | | | | | - Disable unsupported Mono bindings. Notes: svn path=/head/; revision=389225
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-4/+3
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=376110
* Cleanup plistBaptiste Daroussin2014-10-201-6/+0
| | | | Notes: svn path=/head/; revision=371234
* - Chase libplist shlib bump.Alberto Villa2014-09-281-1/+1
| | | | Notes: svn path=/head/; revision=369504
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-232-5/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362629
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* - Update to 0.8.3.Alberto Villa2013-11-133-46/+24
| | | | | | | | | | | | | | | - STAGEify. - Use LIB_DEPENDS new format. - Use OPTIONS helpers. Version 0.8.3 brings the following improvements: * Add support for libimobiledevice 1.1.5 (there was an API/ABI break) * Remove use of some deprecated glib functions * Fix various issues found using clang/cppcheck * Improve robustness of the iphone callout Notes: svn path=/head/; revision=333708
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326133
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - Chase libimobiledevice soversion bump.Alberto Villa2013-05-073-69/+70
| | | | | | | | | - Remove SWIG from RUN_DEPENDS. - Sort plist. - Cleanup. Notes: svn path=/head/; revision=317567
* Chase security/libgcrypt updateEmanuel Haupt2013-05-031-0/+1
| | | | Notes: svn path=/head/; revision=317223
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Convert to OptionsNGEitan Adler2012-10-061-14/+9
| | | | | | | | | Trim header Approved by: avilla (maintainer) Notes: svn path=/head/; revision=305379
* - Update libGPOD to 0.8.2 releaseDima Panov2012-06-102-5/+7
| | | | | | | | | | | | No more crash with mono bindings on i386 Better iOS 4.3 support Still no iPhone/iPod 4/4S support Bugfixes Approved by: avilla (maintainer, via IM) Notes: svn path=/head/; revision=298925
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Adjust COMMENT if iPhone support is enabled, and update port description.Alexey Dokuchaev2011-07-292-4/+4
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=278538
* Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject orKoop Mast2011-07-291-2/+2
| | | | | | | pygtk2 (which depends already on py-gobject). Notes: svn path=/head/; revision=278535
* Make support for Apple iPhone/iPod Touch (and thus `comms/libimobiledevice'Alexey Dokuchaev2011-06-091-3/+5
| | | | | | | | | | | dependency) optional (but enabled by default). Users of older Apple gadgets can unset it to make their systems slightly less polluted e.g. with GnuTLS, (default SSL implementation throughout the Ports Collection is OpenSSL). Approved by: maintainer (implicit) Notes: svn path=/head/; revision=275255
* - Update to version 0.8.0Alexey Dokuchaev2011-03-154-25/+55
| | | | | | | | | | | | | | - Add LICENSE (LGPL20) - Install some extra documentation files - Transfer maintainership to submitter. Alberto did a good job on porting libgpod dependencies, owns more recent Apple gadgets than me, and kindly agreed to look after this port PR: ports/155161 Submitted by: avilla Notes: svn path=/head/; revision=270941
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Check for correct library name of `sysutils/sg3_utils' portAlexey Dokuchaev2010-05-271-3/+3
| | | | | | | | | - Couple of non-functional cleanups while here PR: ports/142893 (name change forgotten by miwi@) Notes: svn path=/head/; revision=255183
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase sysutils/sg3_utils slib bumpMartin Wilke2010-02-131-2/+2
| | | | | | | | | PR: 142893 Submitted by: Mykola Dzham <i@levsha.me> Approved by: maintainer timeout Notes: svn path=/head/; revision=249761
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Reformat.Alexey Dokuchaev2009-08-231-7/+7
| | | | Notes: svn path=/head/; revision=240218
* - Allow to build with Python bindings [1]Alexey Dokuchaev2009-08-233-7/+47
| | | | | | | | | | | | | | - Optionally, build SysInfo detection utility, which is required in order to support iPod classic and nano 3G [2] - Some minor Makefile nits Since both knobs are disabled by default, do not bump PORTREVISION PR: ports/124707 [1], ports/126656 [2] Submitted by: edwin [1], ehaupt [2] Notes: svn path=/head/; revision=240217
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Update to 0.7.2 (it required for upcoming amarok 2.1.1 update)Martin Wilke2009-08-073-13/+8
| | | | | | | | | PR: 136989 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru> Approved by: maintianer timeout Notes: svn path=/head/; revision=239088