aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dvdvideo
Commit message (Collapse)AuthorAgeFilesLines
* Switch default python3 version from 3.3 to 3.4.Dmitry Sivachenko2015-01-101-1/+1
| | | | | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine Notes: svn path=/head/; revision=376731
* Remove @dirrm/@dirrmty from my portsGanael LAPLANCHE2014-10-131-6/+0
| | | | Notes: svn path=/head/; revision=370757
* Switch to USES=python for my portsGanael LAPLANCHE2014-09-031-2/+2
| | | | Notes: svn path=/head/; revision=367160
* Update consumers of lang/python31 or higher to use Python version 3.XRene Ladan2014-06-011-1/+1
| | | | | | | | | | | | | | | and consumers of lang/python31 or lower to use Python 2.X This is in preparation of removing lang/python31 which expired on 2014-06-01 While here apply some fixes for textproc/codespell: - USE_XZ -> USES=tar:xz - remove unneeded USE_PYTHON_RUN line Approved by: python (mva) Notes: svn path=/head/; revision=356138
* multimedia/libdvdcss:Tijl Coosemans2014-05-151-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USES=gmake libtool pathfix tar:bzip2. - INSTALL_TARGET=install-strip. - Use options. - Staging. - Simplify post-patch commands. - This update changes the library version but this allows removing libdvdcss related patches from dependent ports. multimedia/libxine: [1] - Add USES=libtool:keepla and remove libtool related patches and post-patch commands. - Move bsd.port.pre.mk include down and remove WANT_GNOME. - Remove USE_XORG=sm. libxine doesn't link to it. - Remove CONFIGURE_ENV. Not needed. - Clean up CPPFLAGS and CFLAGS. - Rename the GTK2 option PIXBUF and depend on gdkpixbuf2 instead of gtk20. - Remove PATCH_DIST_ARGS. Leftover from when there were external patches. - Remove -fno-force-addr clang hack. Modern gcc does not support the flag either and it was only added in case the user has -fforce-addr in CFLAGS in make.conf. - Fix IMAGEMAGICK option. - Merge pre-configure with post-patch and remove most commands because they don't do anything. multimedia/libdvdread: - USES=libtool:oldver pathfix. - INSTALL_TARGET=install-strip. multimedia/handbrake: - Add build dependency on devel/libtool because configure script expects to find existing libtool program. - Turn dependency on libdvdcss into library dependency such that headers are available during build. - Add USES=libtool to patch libtool scripts in contrib code. - Remove run-autotools-aclocal target and replace USE_AUTOTOOLS=aclocal with "autoconf:env automake:env" to indicate only build dependencies are needed and the tools don't have to be run. Approved by: nox [1] Notes: svn path=/head/; revision=354106
* - Enable stagingGanael LAPLANCHE2013-11-212-56/+37
| | | | | | | | | | - Use new OPTIONS framework - Use new LIB_DEPENDS format - Remove useless -E switch for REINPLACE_CMD - Remove useless python 3.2+ hack Notes: svn path=/head/; revision=334476
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Update to 20130117Ganael LAPLANCHE2013-04-172-10/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315936
* Fix plist and remove BROKEN flag when building with python 3.2+Ganael LAPLANCHE2012-09-211-4/+17
| | | | Notes: svn path=/head/; revision=304617
* - Un-version LIB_DEPENDSGanael LAPLANCHE2012-06-111-9/+6
| | | | | | | - Switch to OptionsNg Notes: svn path=/head/; revision=299026
* Mark as BROKEN with Python >= 3.2.3 while waiting for a proper fix.Ganael LAPLANCHE2012-05-021-1/+5
| | | | | | | | | | See this thread : http://lists.freebsd.org/pipermail/freebsd-python/2012-April/003978.html Discussed with: erwin Notes: svn path=/head/; revision=295848
* - Rename sysutils/py-dvdvideo to sysutils/dvdvideoGanael LAPLANCHE2012-02-035-0/+104
- Add multimedia as a virtual category to the port Discussed with: makc, danfe (on ports-committers@) Notes: svn path=/head/; revision=290338