aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-07-153-38/+8
| | | | | | | | | - Remove SSE option because it doesn't have any effect - Disable mmx when the MMX option is off - Remove a patch for gcc 3.4 Notes: svn path=/head/; revision=362003
* Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-07-152-3/+4
| | | | Notes: svn path=/head/; revision=362001
* - USES=libtool tar:bzip2Tijl Coosemans2014-07-152-16/+5
| | | | | | | | - Add INSTALL_TARGET=install-strip - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS Notes: svn path=/head/; revision=361998
* - Convert multimedia/smpeg* to USES=libtool and bump dependent portsTijl Coosemans2014-07-158-37/+12
| | | | | | | - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361996
* - Replace gtkmm24 LIB_DEPENDS with USE_GNOME=gtkmm24Tijl Coosemans2014-07-152-68/+6
| | | | | | | - Add USES=libtool and INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=361992
* 1: Stagify.Vanilla I. Shu2014-07-152-7/+3
| | | | | | | | | 2: USES=tar:bzip2. Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=361966
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-155-5/+5
| | | | Notes: svn path=/head/; revision=361964
* remove NO_STAGE.Vanilla I. Shu2014-07-151-2/+1
| | | | Notes: svn path=/head/; revision=361935
* Stagify.Vanilla I. Shu2014-07-151-2/+1
| | | | Notes: svn path=/head/; revision=361926
* - Fix LIB_DEPENDS linesGabor Pali2014-07-151-1/+1
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=361916
* multimedia/universal-media-server: 4.0.0-a1 -> 4.0.0-b1Kurt Jaeger2014-07-145-12/+25
| | | | | | | | PR: 191859 Submitted by: dreamcat4@gmail.com (maintainer) Notes: svn path=/head/; revision=361834
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-1418-37/+37
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Let clang realign the stack on a 16 byte boundary on i386 to fix a crashTijl Coosemans2014-07-142-13/+3
| | | | | | | | | | | | at libavcodec/x86/h264_deblock.asm:504 due to unaligned memory access - Remove a patch that is no longer needed now (Similar to r358825) Reported by: Joseph Olatt <joji@eskimo.com> (on freebsd-questions) Notes: svn path=/head/; revision=361776
* - Update to 0.4.1Grzegorz Blach2014-07-142-4/+4
| | | | Notes: svn path=/head/; revision=361744
* - Update to 0.01.46Nicola Vitale2014-07-142-3/+3
| | | | Notes: svn path=/head/; revision=361732
* - Fix build with MUSEPACK knob.Juergen Lock2014-07-121-2/+3
| | | | | | | | | | - Replace another occurence of /usr/local with LOCALBASE. PR: 191836 Submitted by: mikhail.rokhin@gmail.com Notes: svn path=/head/; revision=361631
* multimedia/universal-media-server: new portKurt Jaeger2014-07-127-0/+400
| | | | | | | | | | | | | | DLNA/UPnP home media server WWW: http://sourceforge.net/projects/unimediaserver/ and http://www.universalmediaserver.com/ PR: 191646 Submitted by: dreamcat4@gmail.com Notes: svn path=/head/; revision=361621
* Update to version 14.7.0Pawel Pekala2014-07-123-5/+7
| | | | Notes: svn path=/head/; revision=361619
* Add a global OPUS_DESCTijl Coosemans2014-07-115-5/+0
| | | | Notes: svn path=/head/; revision=361536
* - Add USES=libtool to devel/upnp and bump dependent portsTijl Coosemans2014-07-112-2/+2
| | | | | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361520
* - Switch to USES=libtoolDmitry Marakasov2014-07-091-2/+3
| | | | | | | | | - Fix shebangs Approved by: portmgr blanket Notes: svn path=/head/; revision=361327
* new port: multimedia/qt4-mobilityVeniamin Gvozdikov2014-07-085-0/+1006
| | | | | | | | | Additional Qt APIs for mobile devices and desktop platforms WWW: http://qt-project.org/wiki/Category:Developing_with_Qt::QtMobility/ Notes: svn path=/head/; revision=361280
* - Switch to USES=libtoolDmitry Marakasov2014-07-081-3/+3
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=361214
* multimedia/kplayer-kde4: Stage, fix on F10+, use explicit linkingJohn Marino2014-07-082-5/+19
| | | | | | | | | | | | Apparently the clang parser was having trouble with the nested ternary operator on C++ which was the cause of the FreeBSD 10+ failures. Expanding it to a condition ladder pleased clang. A couple of libraries were used but not explicitly specified to the linker before: libsolid and libX11, so let's correct that too. Notes: svn path=/head/; revision=361178
* - Update from 1.4.1 to 1.4.2Danilo Egea Gondolfo2014-07-071-1/+1
| | | | Notes: svn path=/head/; revision=361147
* multimedia/dvdrip: stage, split out RAR as an optionJohn Marino2014-07-072-34/+25
| | | | | | | | | | | | | | | The archivers/rar port is a FreeBSD BLOB which DragonFly can't use. In fact, only i386 and 32-bit enabled amd64 platforms on FreeBSD can use it. Rather than have dvdrip break by default on all the platforms that don't support RAR, change to an non-default option. While here: * use shebangfix to adjust perl * Don't define RUN_DEPENDS based on BUILD_DEPENDS (bad practice) * Use modern OPTIONS configuration Notes: svn path=/head/; revision=361106
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-0721-21/+21
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361099
* multimedia/py-guessit: update to 0.8William Grzybowski2014-07-072-6/+8
| | | | Notes: svn path=/head/; revision=361069
* Update to 3.16.0.1 .Juergen Lock2014-07-062-3/+3
| | | | | | | Submitted by: hselasky (maintainer) Notes: svn path=/head/; revision=360924
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-0612-12/+12
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360920
* Support stageBaptiste Daroussin2014-07-061-69/+52
| | | | Notes: svn path=/head/; revision=360919
* multimedia/tunapie: use WX 3.0William Grzybowski2014-07-061-2/+2
| | | | | | | Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=360893
* multimedia/photofilmstrip: use WX 3.0William Grzybowski2014-07-061-3/+2
| | | | | | | Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=360855
* multimedia/gxine: explicitly link libm (dports)John Marino2014-07-051-1/+1
| | | | Notes: svn path=/head/; revision=360839
* - Update to upstream release 3.1.3Thomas Zander2014-07-0541-287/+1076
| | | | | | | | | | | | | | - Makefile cleanup / pet portlint - Reduce available set of OPTIONS - DEBUG, GCOV, EFENCE not supported anymore - ASS and LUA now required by port PR: 191375 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit) Notes: svn path=/head/; revision=360785
* - Update to upstream version 3.1.1Thomas Zander2014-07-054-95/+42
| | | | | | | | | | | | | - Adjust LICENSE - Makefile cleanup - Remove no longer needed files/yv_5.16_to_5.10.pl PR: 191373 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit) Notes: svn path=/head/; revision=360727
* Update to 7.0.0Baptiste Daroussin2014-07-052-9/+7
| | | | | | | | | | Remove CURL option PR: 191194 Submitted by: Ralf van der Enden <tremere@cainites.net> Notes: svn path=/head/; revision=360703
* <OPTION>_CONFIGURE_ARGS does not exist; use CDDB_CONFIGURE_OFF instead.Raphael Kubo da Costa2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360656
* multimedia/ffmpeg: fix ffserver startup scriptWilliam Grzybowski2014-07-042-1/+3
| | | | | | | | PR: 191399 Submitted by: m.ehinger ltur de Notes: svn path=/head/; revision=360599
* - Strip librariesDmitry Marakasov2014-07-041-1/+2
| | | | Notes: svn path=/head/; revision=360593
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-046-4/+5
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Update to version 10.2Marcus von Appen2014-07-042-3/+3
| | | | Notes: svn path=/head/; revision=360566
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-043-8/+4
| | | | Notes: svn path=/head/; revision=360503
* - Update to version 2.2.5Pawel Pekala2014-07-032-4/+4
| | | | | | | - Fix smogrify runtime version detection Notes: svn path=/head/; revision=360448
* textproc/libmrss: Add USES=libtool and bump dependent portsTijl Coosemans2014-07-031-0/+1
| | | | | | | textproc/libmrss-php: Add USES=libtool and support staging Notes: svn path=/head/; revision=360359
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-5/+6
| | | | | | | | | | - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=360358
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-66/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360357
* - Update libvdpau to 0.8Guido Falsi2014-07-034-5/+15
| | | | | | | - Fix libva-vdpau-driver build after this update Notes: svn path=/head/; revision=360352
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360334
* - Switch to USES=libtoolDmitry Marakasov2014-07-022-2/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360277