| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan <ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840
Notes:
svn path=/head/; revision=478529
|
|
|
|
|
|
|
|
| |
PR: 218658
Submitted by: riggs
Notes:
svn path=/head/; revision=439367
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak
- Add license
- Un-mute installation
MFH: 2015Q2
Notes:
svn path=/head/; revision=383601
|
|
|
|
| |
Notes:
svn path=/head/; revision=383283
|
|
|
|
| |
Notes:
svn path=/head/; revision=378652
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 152133
Submitted by: rodrigo
Notes:
svn path=/head/; revision=377944
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog
- Remove an inline from include/xine/xineutils.h for the benefit
of using libxine with base gcc 4.2 .
- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
rdeps as per the new rule)
Notes:
svn path=/head/; revision=371159
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with a)
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331267
|
|
|
|
| |
Notes:
svn path=/head/; revision=328345
|
|
|
|
| |
Notes:
svn path=/head/; revision=328340
|
|
|
|
|
|
|
| |
- Change to new LIB_DEPENDS syntax
Notes:
svn path=/head/; revision=327897
|
|
|
|
|
|
|
| |
audio)
Notes:
svn path=/head/; revision=327706
|
|
|
|
| |
Notes:
svn path=/head/; revision=322538
|
|
|
|
| |
Notes:
svn path=/head/; revision=317783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This macros has been useless since cdrtools-cjk port has gone.
This macros also lead to badly handled dependencies assuming that the dependency
on cdrtools was most BUILD and RUN dependency. While most of the time it is
simply a RUN dependency and sometime a build one.
While here:
- Trim some headers
- Convert some ports to optionsng
- Convert some ports to USES= gettext
Notes:
svn path=/head/; revision=316600
|
|
|
|
| |
Notes:
svn path=/head/; revision=310871
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category if missing
- Remove indefinite article from COMMENT
Approved by: maintainers
Notes:
svn path=/head/; revision=310844
|
|
|
|
|
|
|
| |
- Don't depend on a specific library version
Notes:
svn path=/head/; revision=310564
|
|
|
|
| |
Notes:
svn path=/head/; revision=298513
|
|
|
|
|
|
|
| |
- Correct plist
Notes:
svn path=/head/; revision=298393
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to fix DVB support. (which still is broken for tuners using
hardware pid filtering, like when running webcamd with
"-m dvb-usb-init.force_pid_filter_usage=1".)
- Add patches to fix build of ports depending on libxine to:
audio/amarok,
graphics/gimageview [1], graphics/pornview [1],
graphics/osg [2], graphics/osg-devel [2],
multimedia/emotion,
x11/kdelibs4 [3],
multimedia/kmplayer,
multimedia/konverter,
multimedia/qdvdauthor [4],
multimedia/vdr-plugin-xineliboutput,
multimedia/xfce4-media [5],
multimedia/xine_artsplugin,
multimedia/k9copy-kde4 [6]
- Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7]
- Mark multimedia/phonon-xine BROKEN which refuses to build with
libxine 1.2.x and is deprecated upstream. [3]
- Disable XINE knob for x11/eaglemode for which I don't have a fix. [2]
- Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix,
but it only shows a green window at least with mp4 or ts files.
(avi files and audio still work.) It seems the kaffeine developers
have found this too and are now switching away from libxine in
their git repo - so I guess we'll have a broken kaffeine at least
until they release a new version.
- Bump PORTREVISIONs for ports depending on libxine by default.
- Add optional libbluray support to multimedia/libxine and
multimedia/vdr-plugin-xineliboutput.
PR: ports/165057 [6]
Submitted by: nox (self) [6], rakuco [3]
Approved by: dinoex (maintainer, via irc) [1],
amdmi3 (maintainer, via private email) [2],
kde@ (rakuco, via irc) [3],
Phil Oleson <oz@nixil.net> (maintainer, via private email) [4],
xfce@ (rene, via irc) [5],
Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6],
lme (maintainer, via irc) [7]
Thanx to: Darren Salt (upstream libxine maintainer) for a few
hints on irc to help with patching ports depending
on deprecated libxine features
Notes:
svn path=/head/; revision=292268
|
|
|
|
|
|
|
| |
Bump portrevision of all ports which depend upon it.
Notes:
svn path=/head/; revision=289243
|
|
|
|
| |
Notes:
svn path=/head/; revision=262266
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: Pointyhat
Notes:
svn path=/head/; revision=260673
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency)
Notes:
svn path=/head/; revision=255644
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
| |
Notes:
svn path=/head/; revision=246798
|
|
|
|
|
|
|
| |
starting with A
Notes:
svn path=/head/; revision=240066
|
|
|
|
| |
Notes:
svn path=/head/; revision=239044
|
|
|
|
|
|
|
|
| |
- install a missing pixmap
- bump PORTREVISION
Notes:
svn path=/head/; revision=233545
|
|
|
|
|
|
|
| |
Changelog: http://tinyurl.com/o7fkux
Notes:
svn path=/head/; revision=233531
|
|
|
|
|
|
|
| |
Noticed by: Nikolay Tychina <niktychina@gmail.com>
Notes:
svn path=/head/; revision=229115
|
|
|
|
|
|
|
| |
Changelog: http://www.atunes.org/
Notes:
svn path=/head/; revision=227258
|
|
|
|
| |
Notes:
svn path=/head/; revision=224253
|
|
|
|
| |
Notes:
svn path=/head/; revision=221941
|
|
|
|
|
|
|
|
| |
PR: ports/125150
Submitted by: Jin-Shan Tseng
Notes:
svn path=/head/; revision=216485
|
|
|
|
|
|
|
| |
Changelog: http://www.atunes.org/wiki/index.php?title=Changelog#aTunes_1.9.0
Notes:
svn path=/head/; revision=214829
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.atunes.org/wiki/index.php?title=Changelog#aTunes_1.8.3
Noticed by: Stefan Thurner <thurners (AT) nicsys.de>, portscout
Notes:
svn path=/head/; revision=213053
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.atunes.org/?page_id=42
Noticed by: Stefan Thurner <thurners (AT) nicsys.de>
Notes:
svn path=/head/; revision=208655
|
|
Currently plays mp3, ogg, wma, wav, flac, mp4 and radio streaming,
allowing users to easily edit tags, organize music and rip Audio CDs.
WWW: http://www.atunes.org/
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=204686
|