non port: multimedia/libdv/Makefile |
SVNWeb
|
Number of commits found: 63 |
Wed, 12 Jul 2023
|
[ 18:56 Felix Palmen (zirias) ] 7d1faa7 (Only the first 10 of 299 ports in this commit are shown above. )
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
|
Thu, 13 Apr 2023
|
[ 00:51 Piotr Kubaj (pkubaj) ] 265c4c3
multimedia/libdv: fix build on !x86
Disable asm on everything but amd64 / i386:
libdv/meson.build:62:2: ERROR: Problem encountered: Assembly optimizations were
requested, but are not available with this architecture/compiler.
|
Sat, 1 Apr 2023
|
[ 08:48 Jan Beich (jbeich) ] 25b2709
multimedia/libdv: drop redundant MESON_ARGS after 3507fb3e4ec9
PR: 270361
Exp-run by: antoine
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Sun, 7 Nov 2021
|
[ 19:56 Daniel Engberg (diizzy) ] 22819cb
multimedia/libdv: Partially re-enable tools
Re-enable utilities that are used for encoding and stream processing
Upstream haven't connected playdv so no additional dependencies
are needed.
PR: 259695
Approved by: arrowd (mentor), tcberner (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D32882
|
Wed, 3 Nov 2021
|
[ 21:53 Daniel Engberg (diizzy) ] 3218e78
multimedia/libdv: Switch to Gstreamer's fork
This repo switches to meson and includes various build fixes that
makes our port much cleaner. Drop sample applications as they serve
no usable purpose and adds unnecessary dependencies
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32800
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 14 Nov 2019
|
[ 12:39 tobik ] (Only the first 10 of 68 ports in this commit are shown above. )
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
|
Tue, 18 Sep 2018
|
[ 14:53 emaste ]
multimedia/libdv: add -znotext to LDFLAGS on i386, for lld
Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
symbol: dv_vlc_class_index_mask in readonly segment; recompile
object files with -fPIC
>>> defined in .libs/vlc.o
>>> referenced by .libs/vlc_x86.o:(.text+0xF)
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17220
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Tue, 15 Jul 2014
|
[ 21:13 tijl ]
- Add USES=libtool and INSTALL_TARGET=install-strip
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS
|
Sat, 31 May 2014
|
[ 16:37 ak ] (Only the first 10 of 20 ports in this commit are shown above. )
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
|
Mon, 16 Dec 2013
|
[ 17:26 bapt ] (Only the first 10 of 26 ports in this commit are shown above. )
Drop maintainership
|
Fri, 18 Oct 2013
|
[ 23:28 bapt ]
Fix bad usage of options helper
|
[ 23:23 bapt ]
Enable stage
Move docs informations into plist
Unconditionnaly install docs in stage
|
Mon, 23 Sep 2013
|
[ 21:42 bapt ]
Fix packaging after conversion to stage
PR: ports/182334
Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>
|
[ 15:42 bdrewery ]
- Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATA
after r327999 fixed these for stage support
Approved by: maintainer (bapt)
|
[ 06:13 bapt ]
Use stage, modernize LIB_DEPENDS
|
Fri, 20 Sep 2013
|
[ 20:57 bapt ] (Only the first 10 of 404 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
|
Thu, 6 Jun 2013
|
[ 21:56 bapt ]
Convert to new options framework
USES pkgconfig pathfix
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 08:45 miwi ] (Only the first 10 of 19 ports in this commit are shown above. )
- Fix build on FreeBSD 10
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sun, 20 Mar 2011
|
[ 22:30 bapt ] (Only the first 10 of 13 ports in this commit are shown above. )
Get rid of md5 for all my ports.
while here add most of the licenses
|
Wed, 28 Jul 2010
|
[ 17:31 bapt ] (Only the first 10 of 28 ports in this commit are shown above. )
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor)
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Sun, 17 May 2009
|
[ 11:35 dhn ]
- Update to 1.0.0
- Pass maintainership to submitter
PR: ports/133492
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Approved by: miwi (mentor implicit)
|
Fri, 6 Jun 2008
|
[ 13:48 edwin ] (Only the first 10 of 149 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 14 Feb 2007
|
[ 09:04 sat ]
/objformat=/s|=.*|=elf|
|
Fri, 2 Feb 2007
|
[ 17:06 pav ] (Only the first 10 of 48 ports in this commit are shown above. )
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
|
Fri, 15 Dec 2006
|
[ 13:29 nork ]
Respect PTHREAD_LIBS.
|
[ 01:28 lioux ]
o Fix: the reorder_block() zigzag behaves incorrectly in the
(!ARCH_X86 && !ARCH_X86_64)
case. The current code fails to take into account the effects of
_dv_prepare_reorder_tables(), which changes the indexes contained
in the reorder_88[] and reorder_248[] arrays.
o Bump PORTREVISION
PR: 94188
Submitted by: Brent Casavant <bcasavan@sgi.com>
|
[ 01:21 lioux ]
Drop maintainership
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
|
Wed, 10 May 2006
|
[ 22:37 edwin ] (Only the first 10 of 328 ports in this commit are shown above. )
Remove USE_REINPLACE from ports starting with M
|
Tue, 28 Feb 2006
|
[ 23:06 ade ]
Bump PORTREVISION for new gtk-12 library location, post libtool.
PR: 93956
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (implicit)
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Thu, 5 May 2005
|
[ 07:15 ahze ]
- Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plist
|
Sat, 30 Apr 2005
|
[ 00:57 kris ]
BROKEN: Incorrect pkg-plist
|
Sun, 17 Apr 2005
|
[ 19:41 lioux ]
o Update to 0.104
o Auto detect gtk 1.2, only building playdv accordingly [1]
PR: 79734 [1]
Submitted by: ahze [1]
|
Fri, 23 Jul 2004
|
[ 19:10 anholt ] (Only the first 10 of 163 ports in this commit are shown above. )
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
|
Wed, 21 Jul 2004
|
[ 00:33 lioux ]
Update to 0.103
PR: 69331
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
[ 04:14 lioux ]
o Work around compiler BUG
- Optimizations -O{1,s,2,3} work
- However, lack of -O{1,s,2,3} or -O0 BREAK the build
- Therefore, make sure we have AT LEAST -O and avoid -O0
PR: 52024
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
|
[ 03:48 lioux ]
o Update to 0.101
PR: 64154
Submitted by: Michael Jonson <ahze@ahze.net>
|
Sun, 7 Mar 2004
|
[ 23:28 edwin ]
Make ports/multimedia use the USE_SDL macro
PR: ports/61805
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
|
Sun, 8 Feb 2004
|
[ 01:14 lioux ] (Only the first 10 of 224 ports in this commit are shown above. )
USE_SIZEify
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Sun, 20 Apr 2003
|
[ 19:35 marcus ] (Only the first 10 of 31 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Sun, 23 Feb 2003
|
[ 19:58 lioux ] (Only the first 10 of 265 ports in this commit are shown above. )
De-pkg-comment
|
Thu, 16 Jan 2003
|
[ 18:32 lioux ]
Update to 0.9.9
|
Thu, 2 Jan 2003
|
[ 15:06 sobomax ] (Only the first 10 of 75 ports in this commit are shown above. )
Update version number of SDL shared library.
|
Thu, 28 Nov 2002
|
[ 00:09 lioux ] (Only the first 10 of 35 ports in this commit are shown above. )
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
Number of commits found: 63 |