aboutsummaryrefslogtreecommitdiff
path: root/audio/libgpod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Update to version 0.6.0, which has support for new iPod Classics and NanoAlexey Dokuchaev2008-01-063-8/+13
| | | | | | | | | | Videos, and also preliminary support for the iPhone and the iPod Touch - Stop messing with things at extract stage, do it during patching instead - Fix configure warnings (weak test(1) syntax) - Clarify and expand Makefile comments Notes: svn path=/head/; revision=205120
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Update libgpod and gtkpod to most recent versions, 0.5.2 and 0.99.10,Alexey Dokuchaev2007-07-233-8/+7
| | | | | | | | | | respectively. Based on PR: ports/114563, ports/114564 Submitted by: Herbert J. Skuhra Notes: svn path=/head/; revision=196139
* - Remove support for old GCC versions (pre-3.x)Alexey Dokuchaev2007-06-131-6/+1
| | | | | | | - Add a comment on what I do with sed(1) here Notes: svn path=/head/; revision=193393
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* [patch] cleanup non-supported FreeBSD versionsEdwin Groothuis2007-05-021-6/+1
| | | | | | | | | PR: ports/111669 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=191391
* Update to version 0.4.2.Alexey Dokuchaev2007-03-184-9/+12
| | | | | | | | PR: ports/109300 Submitted by: Herbert J. Skuhra Notes: svn path=/head/; revision=187672
* Update libgpod and gtkpod to most recent verions, 0.4.0 and 0.99.8,Alexey Dokuchaev2006-10-103-11/+37
| | | | | | | respectively. Also rename a knob, commit to UPDATING will follow. Notes: svn path=/head/; revision=175190
* Fix the build with older GCC.Alexey Dokuchaev2006-06-161-4/+17
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=165568
* Bump PORTREVISION after pkg-plist fix.Alexey Dokuchaev2006-04-051-0/+1
| | | | Notes: svn path=/head/; revision=158853
* Add missing file.Alexey Dokuchaev2006-04-051-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=158852
* Update to most recent versions.Alexey Dokuchaev2006-04-033-5/+5
| | | | | | | Prodded by: several Notes: svn path=/head/; revision=158726
* While previous commit should have fixed port breakage, depend on gtk20Alexey Dokuchaev2006-02-261-2/+1
| | | | | | | | | | instead of glib20 since libgpod makes usage of gdk_pixbuf. While here, kill nearby USE_REINPLACE, which is no-op now. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=156842
* Conversion to a single libtool environment.Ade Lovett2006-02-231-8/+7
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN: Configure failsKris Kennaway2006-02-121-0/+2
| | | | Notes: svn path=/head/; revision=155860
* - Hopefully fix the build on cluster [1]Alexey Dokuchaev2006-01-211-0/+1
| | | | | | | | | - Previous commit was useless, but don't revert it :-( Reported by: krismail [1] Notes: svn path=/head/; revision=154035
* Reindent group of lines in preparation for next commit.Alexey Dokuchaev2006-01-211-6/+6
| | | | Notes: svn path=/head/; revision=154034