notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/ffmpeg-devel/Makefile

Number of commits found: 128 (showing only 28 on this page)

«  1 | 2 

Monday, 20 Jun 2005
23:02 lioux search for other commits by this committer
Update to snapshot 20050620
Original commit
Sunday, 19 Jun 2005
17:59 lioux search for other commits by this committer
o Fix PLIST (thanks to tinderbox scripts); thus, removing BROKEN
  status
o Fix typo: USE_LINUX is not required
o Update to snapshot 20050619
Original commit
Friday, 17 Jun 2005
15:05 kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
Original commit
02:06 lioux search for other commits by this committer
Update to snapshot 20050616
Original commit
Sunday, 12 Jun 2005
20:24 lioux search for other commits by this committer
Update to snapshot 20050612
Original commit
Friday, 10 Jun 2005
10:32 lioux search for other commits by this committer
Update to snapshot 20050610
Original commit
01:39 lioux search for other commits by this committer
Update to snapshot 20050609
Original commit
Wednesday, 8 Jun 2005
10:35 lioux search for other commits by this committer
Update to snapshot 20050608
Original commit
02:33 lioux search for other commits by this committer
I) Update to snapshot 20050607
II) Improve the bktr(4) device grab code [1] in sync with
multimedia/ffmpeg/files/grab_bsdbktr.c revision 1.9
        1) Add support for DragonFly
        2) Use proper castings
        3) Test file descriptors before using them
        4) Improve frame capture
        5) Fix some errors
        6) Clean up the signals on bktr(4) when closing the device
III) Re-enable video capture WITH_VIDEO_CAPTURE due to (II)

Submitted by:   Steve O'Hara-Smith <steve@sohara.org> et al [1]
Original commit
Monday, 6 Jun 2005
02:31 lioux search for other commits by this committer
Update to 20050605 snapshot
Original commit
Saturday, 4 Jun 2005
23:45 lioux search for other commits by this committer
Update to 20050604 snapshot
Original commit
Friday, 3 Jun 2005
04:41 lioux search for other commits by this committer
Update to 20050603 snapshot following multidmedia/x264 update
Original commit
Tuesday, 31 May 2005
00:59 lioux search for other commits by this committer
Update to snapshot 20050530
Original commit
Monday, 30 May 2005
01:16 lioux search for other commits by this committer
Update to 20050529 snapshot
Original commit
Sunday, 29 May 2005
02:39 lioux search for other commits by this committer
o Update to snapshot 20050528
o .mkv (matroska) container files work again
Original commit
Thursday, 26 May 2005
17:58 lioux search for other commits by this committer
o Update to snapshot 20050526
o Fix PLIST typos
o Improve WITH{,OUT}_BUILTIN_VECTOR Makefile support
o Re-enable theora support [1]. This is still being investigated
o This version's ffplay recognizes neither .mkv nor .ogm

Reviewed by:    kwm [1]
Original commit
Sunday, 22 May 2005
16:25 lioux search for other commits by this committer
Update to snapshot 20050522
Original commit
03:02 lioux search for other commits by this committer
o Update to snapshot 20050521
o Add forgotten PKGNAMESUFFIX=-devel
o Fix PLIST
Original commit
Friday, 20 May 2005
05:58 lioux search for other commits by this committer
Update to snapshot 20050520
Original commit
Thursday, 19 May 2005
14:44 lioux search for other commits by this committer
Update to snapshot 20050519
Original commit
03:23 lioux search for other commits by this committer
o Do not set BROKEN if any variation of the ffmpeg port is already
  installed; fixed by both changing FFMPEG_{C,LD}FLAGS -I/-L searching
  orders and looking for libraries directly inside of the ffmpeg
  port BEFORE the local {C,L}DFLAGS [1]
o Update to snapshot 20050518 since it works now that multimedia/x264
  port has been updated to snapshot 20050518

Submitted by:   ahze [1]
Original commit
02:57 lioux search for other commits by this committer
Make sure that the configure additionally look for ALL codec libraries
in -L${LOCALBASE}/lib instead of adding this check for each codec
alone

Submitted by:   mezz
Reviewed by:    ahze
Original commit
Saturday, 14 May 2005
12:54 lioux search for other commits by this committer
Update to 20050514 snapshot
Original commit
00:48 lioux search for other commits by this committer
o Remove USE_GCC dependency on 3.4
o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches
o Fix build on 4.x by disabling gcc3 SMID code (patch-configure)

Submitted by:   ahze
Original commit
Friday, 13 May 2005
08:26 lioux search for other commits by this committer
Update to snapshot 20050513
Original commit
04:00 lioux search for other commits by this committer
USE_GCC=3.4 is required; thus, mark BROKEN for OSVERSION <= 500000
since the required libraries will be incompatible with the ffmpeg-devel
binary code. Patches are being worked on for both 2.95 and 4.0.1
gcc support

Submitted by:   ahze
Original commit
Thursday, 12 May 2005
10:44 lioux search for other commits by this committer
20050512
Original commit
02:54 lioux search for other commits by this committer
o Commit updates after repo copy from multimedia/ffmpeg
o Update to CVS snapshot 20050511
o Add FreeBSD native byteswap support
o Video capture is not working and help is appreciated on this
  matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes
  have been borrowed from [2], [3] and [4]
o IPV6 support fixed [1]

Submitted by:   ahze [1],
                Jacob Meuser <jakemsr@jakemsr.com> [4],
                Vladimir Kushnir <vkushnir@i.kiev.ua> [4]
Reviewed by:    ahze,
                Jacob Meuser <jakemsr@jakemsr.com>,
                Vladimir Kushnir <vkushnir@i.kiev.ua>,
                countless others at FreeBSD-multimedia@FreeBSD.org
                mailing list
Obtained from:  FFmpeg CVS repo [2],
                OpenBSD FFmpeg port [3]
Original commit

Number of commits found: 128 (showing only 28 on this page)

«  1 | 2