aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-1/+2
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-1816-9/+16
| | | | Notes: svn path=/head/; revision=344898
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-189-115/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] Notes: svn path=/head/; revision=344893
* - Stage supportMartin Wilke2014-02-181-3/+2
| | | | Notes: svn path=/head/; revision=344887
* - Stage supportMartin Wilke2014-02-181-3/+2
| | | | Notes: svn path=/head/; revision=344886
* - Fix StageingMartin Wilke2014-02-181-0/+16
| | | | Notes: svn path=/head/; revision=344885
* update to 3.4.3Oliver Lehmann2014-02-185-6/+9
| | | | Notes: svn path=/head/; revision=344838
* - Drop support for pre-8.3 systemsThomas Zander2014-02-175-33/+6
| | | | | | | | | | | | | | | - Convert old LIB_DEPENDS to new format - Fix staging breakage for PREFIX!=LOCALBASE - Fix bug passing wrong CONFIGURE_ARGS when using DEBUG (causes dangling dependencies in debug builds) - Bump PORTREVISION - Update maintainer e-mail address Approved by: thierry (mentor) MFH: 2014Q1 Notes: svn path=/head/; revision=344827
* - Fix build error during staging phaseThomas Zander2014-02-172-22/+14
| | | | | | | | | | | - Pet portlint PR: ports/186529 Submitted by: Matthew Rezny <matthew@reztek.cz>, mickael.maillot@gmail.com (maintainer) Approved by: jadawin (co-mentor), mickael.maillot@gmail.com (maintainer) Notes: svn path=/head/; revision=344790
* - Fix symlink for the icon and Desktop entry fileRusmir Dusko2014-02-171-2/+2
| | | | Notes: svn path=/head/; revision=344715
* Fix include order that could lead to build failures when conflictingThomas Zander2014-02-161-2/+2
| | | | | | | | | versions of bundled libraries are already installed Approved by: thierry (mentor) Notes: svn path=/head/; revision=344637
* Mark broken: Does not compileAntoine Brodin2014-02-151-0/+2
| | | | | | | | | | | error CS1705: Assembly `gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' references `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' which has a higher version number than imported assembly `Mono.Cairo, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' ./Hyena.Data.Gui/ListView/ListView_Rendering.cs(53,53): error CS0012: The type `Cairo.Context' is defined in an assembly that is not referenced. Consider adding a reference to assembly `Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' /usr/local/libdata/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll (Location of the symbol related to previous error) Reported by: pkg-fallout since august 2013 Notes: svn path=/head/; revision=344333
* - Update port to upstream release 0.9.9Thomas Zander2014-02-1412-151/+281
| | | | | | | | | | | | - Stagify - USES cleanups PR: ports/186387 Submitted by: Arjan Gijsberts <arjan@liralab.it> Approved by: jadawin (co-mentor) Notes: svn path=/head/; revision=344308
* - Reassign lioux' ports to the heapThomas Abthorpe2014-02-142-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=344281
* Finish stage supportAntoine Brodin2014-02-141-6/+5
| | | | | | | | Reported by: pkg-fallout PR: ports/186763 Notes: svn path=/head/; revision=344274
* - STAGE-cleanPietro Cerutti2014-02-142-15/+4
| | | | Notes: svn path=/head/; revision=344179
* - Convert USE_SCONS to USESMartin Wilke2014-02-131-2/+1
| | | | Notes: svn path=/head/; revision=344112
* Fix configure with clang3.4Baptiste Daroussin2014-02-111-0/+15
| | | | | | | Submitted by: dim Notes: svn path=/head/; revision=343831
* Stage supportAntoine Brodin2014-02-111-4/+3
| | | | Notes: svn path=/head/; revision=343818
* - Stage supportMartin Wilke2014-02-111-9/+6
| | | | | | | - Covert gmake to USES Notes: svn path=/head/; revision=343727
* - Attempt to fix the port after the ffmpeg1 removal. The commit r331762Bernhard Froehlich2014-02-111-14/+9
| | | | | | | | | | | | | | | has only hidden the fact that tvheadend does not work with ffmpeg 2.x. Since ffmpeg1 has been removed already I can only rip out the ffmpeg option and dependency and disable libav for now. - While here move option variables before bsd.port.pre.mk to make them work. Reported by: Torfinn Ingolfsen <tingox@gmail.com> Pointyhat to: wg Notes: svn path=/head/; revision=343721
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-1014-0/+39
| | | | | | | | | | | | | | 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
* Back to the futurBaptiste Daroussin2014-02-102-2/+2
| | | | Notes: svn path=/head/; revision=343630
* Mark as deprecated unmaintained ports for which no public distfiles areBaptiste Daroussin2014-02-102-0/+6
| | | | | | | | | available for part or all the needed distfiles. Reported by: distillator Notes: svn path=/head/; revision=343626
* Update to 0.9.9.2.374Mark Felder2014-02-103-22/+25
| | | | | | | | | | | | FreeBSD 10+ is now supported thanks to the upgrade of the bundled Python We also now strip the binaries that Plex ships. It doesn't cause any harm and the build logs are now significantly easier to read. Approved by: swills (mentor) Notes: svn path=/head/; revision=343564
* Support stage and allow package as a userBaptiste Daroussin2014-02-091-7/+9
| | | | Notes: svn path=/head/; revision=343557
* Support stageBaptiste Daroussin2014-02-091-7/+6
| | | | Notes: svn path=/head/; revision=343554
* Support stageBaptiste Daroussin2014-02-091-3/+2
| | | | Notes: svn path=/head/; revision=343553
* Support stageBaptiste Daroussin2014-02-091-2/+1
| | | | Notes: svn path=/head/; revision=343552
* - Support stagingEmanuel Haupt2014-02-092-20/+20
| | | | | | | | | | - Define DOCS - Use gmake USES macro instead of USE_GMAKE - Update LICENSE - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=343494
* Reset maintainershipBaptiste Daroussin2014-02-081-1/+1
| | | | | | | Submitted by: dmarion Notes: svn path=/head/; revision=343407
* - Remove leading article from COMMENTRusmir Dusko2014-02-073-19/+15
| | | | | | | | | | | | - Use PLIST_FILES instead of pkg-plist - Change DOCS, add DOCS Option - Support STAGEDIR PR: ports/179130 Submitted by: nemysis (self) Notes: svn path=/head/; revision=343303
* Chase boost and icu bumpBaptiste Daroussin2014-02-079-6/+9
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Mark as deprecated developement discontinued 9 years ago redirect users to ↵Baptiste Daroussin2014-02-061-0/+3
| | | | | | | audacious Notes: svn path=/head/; revision=342972
* - Stage supportMartin Wilke2014-02-061-2/+1
| | | | Notes: svn path=/head/; revision=342941
* multimedia/xine: USES+= readline and add DragonFly supportJohn Marino2014-02-054-1/+45
| | | | | | | Tested on Redports, 6x pass Notes: svn path=/head/; revision=342851
* multimedia/libquicktime-lame: Bring in configure fix from dportsJohn Marino2014-02-051-0/+10
| | | | Notes: svn path=/head/; revision=342837
* Chase libmad changesBaptiste Daroussin2014-02-054-4/+4
| | | | Notes: svn path=/head/; revision=342735
* Reset maintainership due to mail bouncingBaptiste Daroussin2014-02-051-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=342651
* Add FREERDP knob (default off) [1] and add patch to fix build with it. [2]Juergen Lock2014-02-042-1/+55
| | | | | | | | | | | | PR: ports/186452 [1] PR: ports/185848 [2] PR: ports/186413 [3] Submitted by: madpilot [1] Submitted by: Ferenc Gal <gferenc88@gmail.com> [2] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [3] Notes: svn path=/head/; revision=342613
* Support powerpc64.Koop Mast2014-02-041-4/+11
| | | | | | | | | Patch by: andreast@ Submitted by: nathan whitehorn Approved by: maintainer Notes: svn path=/head/; revision=342608
* Fix paths inside .py[co] filesAntoine Brodin2014-02-041-2/+2
| | | | Notes: svn path=/head/; revision=342602
* - Update to 0.53Sunpoet Po-Chuan Hsieh2014-02-042-4/+8
| | | | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter - While I'm here, add TEST_DEPENDS Changes: http://search.cpan.org/dist/Audio-M4P/Changes PR: ports/185855 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=342504
* - Stage supportMartin Wilke2014-02-031-3/+1
| | | | Notes: svn path=/head/; revision=342451
* - Stage supportMartin Wilke2014-02-032-2/+0
| | | | Notes: svn path=/head/; revision=342450
* - Stage supportMartin Wilke2014-02-035-14/+4
| | | | | | | - Convert to USES Notes: svn path=/head/; revision=342445
* - Remove NO_STAGEMartin Wilke2014-02-031-1/+0
| | | | Notes: svn path=/head/; revision=342444
* - Stage supportMartin Wilke2014-02-031-3/+2
| | | | Notes: svn path=/head/; revision=342438
* - Stage supportMartin Wilke2014-02-031-3/+2
| | | | Notes: svn path=/head/; revision=342437
* Remove expired ports:Rene Ladan2014-02-0379-4311/+0
| | | | | | | | | | | | | | | 2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer 2013-12-31 misc/libmcal: No more used and development discontinued 2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4 2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr 2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal 2014-02-01 deskutils/mcal: Depends on expired misc/libmcal 2014-02-01 sysutils/relpath: unfetchable distfiles 2014-02-01 sysutils/decomment: unfetchable distfiles 2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased Notes: svn path=/head/; revision=342429