aboutsummaryrefslogtreecommitdiff
path: root/multimedia/freevo
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* multimedia/freevo: fix runtime with newer twisted libRuslan Makhmatkhanov2015-09-153-140/+15
| | | | | | | | | | | | | | | | | - add patch to fix runtime with modern twisted.web - remove useless dependency on py-xml - it was successfully tested by maintainer with stock python xml package While here: - add NO_ARCH - limit python version to 2.x - modernize pkg-plist Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) MFH: 2015Q3 Notes: svn path=/head/; revision=396959
* multimedia/freevo: commit forgotten patchesWilliam Grzybowski2014-10-072-0/+22
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=370386
* multimedia/freevo: switch from py-imaging to py-pillowWilliam Grzybowski2014-10-061-6/+4
| | | | | | | | With hat: python Approved by: portmgr (bdrewery, implicit) Notes: svn path=/head/; revision=370189
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* UIDs:Thomas Zander2014-05-265-81/+24
| | | | | | | | | | | | | | | | | | | | | | | | - Add freevo GIDs: - Add freevo multimedia/freevo - Handle user/group creation via Makefile variables - Stagify - Add License - Bump PORTREVISION - Simplify install - remove pkg-install.in - handle private subdirs in /var via pkg-plist and Makefile - remove user/group handling in pkg-deinstall.in PR: ports/189995 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) Approved by: thierry (mentor), maintainer Notes: svn path=/head/; revision=355422
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - update project urlsRuslan Makhmatkhanov2014-03-041-1/+2
| | | | | | | | PR: 187232 187233 187234 187235 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=346992
* Remove trailing whitespaces from category multimediaEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345422
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Use setuptools for all Python ports.William Grzybowski2013-12-152-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Convert from WITHOUT_NLS to PORT_OPTIONS:MNLSBaptiste Daroussin2013-05-061-9/+7
| | | | | | | While here do some conversion to new options framework Notes: svn path=/head/; revision=317503
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - fix checking for correct version of py-beautifulsoup once againRuslan Makhmatkhanov2012-07-311-1/+1
| | | | | | | | At the moment I can't think of a better solution for the case when multimple versions of beautifulsoup is installed. Notes: svn path=/head/; revision=301789
* - add LATEST_LINK for py-beautifulsoup32Ruslan Makhmatkhanov2012-07-311-2/+2
| | | | | | | | | - fix dependency name and bump PORTREVISION for dependend ports Reported by: pointyhat (erwin) Notes: svn path=/head/; revision=301776
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-142-6/+7
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Chase repocopy of devel/py-zopeInterace to devel/py-zope.interfaceGreg Larkin2011-09-291-2/+2
| | | | | | | | PR: ports/160846 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=282631
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* Port was broken following recent python updates.Pav Lucistnik2011-01-2010-28/+164
| | | | | | | | | | | | | - remove dependency on python 2.5 version - add additional patches needed due to python Twisted library updates - fix rc.d script PR: ports/152965 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268043
* - Update freevo to 1.9.0_3Giuseppe Pilichi2010-05-314-4/+34
| | | | | | | | | PR: ports/145859 Submitted by: J.R. Oldroyd <fbsd@opal.com> Approved by: tabthorpe Notes: svn path=/head/; revision=255417
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - 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
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Update to 1.9.0Dennis Herrmann2009-06-015-114/+196
| | | | | | | | PR: ports/135044 Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=234991
* - pkg-install and plist fixesDmitry Marakasov2009-04-223-26/+3
| | | | | | | | | | - while here, further fix plist and remove superfluous pre/post.mk usage PR: 133813 Submitted by: "J.R. Oldroyd" <fbsd at opal dot com> (maintainer) Notes: svn path=/head/; revision=232476
* - Update to 1.8.3Beech Rintoul2009-02-0217-522/+1844
| | | | | | | | PR: ports/130592 Submitted by: J.R. Oldroyd <fbsd@opal.com> Notes: svn path=/head/; revision=227421
* Mark broken if -DNOPORTDOCS at maintainer's request.Ion-Mihai Tetcu2008-06-251-0/+4
| | | | | | | Submitted by: maintianer on private mail. Notes: svn path=/head/; revision=215773
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-9/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Pass maintainership to submitterMartin Wilke2007-03-161-1/+1
| | | | | | | | | PR: 110362 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> Approved by: Soeren Dossing (old maintainer) Notes: svn path=/head/; revision=187475
* - Try to remove some locale directories that are not in mtree file [1]Rong-En Fan2006-08-122-5/+14
| | | | | | | | | | | | | - Define USE_GETTEXT [1] - Bump PORTREVISION for changes above [1] - Reorder RUN_DEPENDS to pet portlint(1) [2] PR: ports/101498 [1] Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> [1], rafan [2] Approved by: Soren Dossing <netcom at sauber.net> (maintainer) Notes: svn path=/head/; revision=170385
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Workaround Python ioctl() wrapper deficiency different way so FreevoAlexander Nedotsukov2006-04-033-25/+14
| | | | | | | | | | | do not attempts to read media every other second. - Move pkg-message into files/pkg-message.in [1] PR: 95226 [1] Approved by: maintainer Notes: svn path=/head/; revision=158709
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Update to 1.5.4.Sam Lawrance2006-02-073-6/+6
| | | | | | | | PR: ports/91616 Submitted by: Soren Dossing <netcom@sauber.net> (maintainer) Notes: svn path=/head/; revision=155461
* Pass maintainership to Soren Dossing <netcom@sauber.net>.Sam Lawrance2006-02-071-1/+1
| | | | | | | | PR: ports/92186 Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (outgoing maintainer) Notes: svn path=/head/; revision=155423
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-0/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* - Update to 1.5.3Pav Lucistnik2005-10-036-75/+78
| | | | | | | | | PR: ports/86369 Submitted by: Soren Dossing <netcom@sauber.net> Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer) Notes: svn path=/head/; revision=144111
* Update maintainer's email address.Mark Linimon2005-04-081-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=132733
* - Fix BATCH buildPav Lucistnik2004-12-111-13/+9
| | | | | | | | PR: ports/74750 Submitted by: Lewis Thompson <purple@lewiz.net> (maintainer) Notes: svn path=/head/; revision=123791
* NEW PORT: multimedia/freevo, an open-source home theatre PC platformEdwin Groothuis2004-11-2310-0/+1469
This is a new port for Freevo, an open-source home theatre PC platform based on Linux and a number of open-source audio/video tools. I considered submitting this as a follow-up to ports/59047 but decided against as it is an entirely new port. PR: ports/68215 Submitted by: Lewis Thompson <purple@lewiz.net> Nagged by: dnns@#bsdports Notes: svn path=/head/; revision=122247