Port details |
- libfame Video encoding library
- 0.9.1_7 multimedia =64 0.9.1_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Obsolete library, last release in 2004. Consider migrating to multimedia/ffmpeg
This port expired on: 2024-12-31
- Maintainer: multimedia@FreeBSD.org
- Port Added: 2003-04-04 01:39:14
- Last Update: 2024-11-06 19:33:24
- Commit Hash: 3abe5f2
- People watching this port, also watch:: libdvdread, flac, libmng, libxml2, aalib
- License: LGPL20+
- WWW:
- https://fame.sourceforge.net/
- Description:
- libfame is a video encoding library.
It can currently encode MPEG-1 and MPEG-4 rectangular video, as well as
MPEG-4 video with arbitrary shape.
Objectives
- Compliance : Provide bitstreams compliant to the MPEG-1, MPEG-2 and
MPEG-4 video standards.
- Speed : Provide a fast implementation of the techniques used in MPEG
standards.
- Flexibility : Allow the user to choose between different options for
speed, compression ratio and quality.
- Portability : Support many different platforms and architectures.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libfame>0:multimedia/libfame
- To install the port:
- cd /usr/ports/multimedia/libfame/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/libfame
- pkg install libfame
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libfame
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libfame-0.9.1.tar.gz) = 7b2c5b883db98e99476ae07bbf4f3aa91615e74a4d7fc918cb79154dd4fc08e1
SIZE (libfame-0.9.1.tar.gz) = 296837
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- multimedia/libxine
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libfame-0.9.1_7:
MMX=on: Use MMX optimized routines
===> Use 'make config' to modify these settings
- Options name:
- multimedia_libfame
- USES:
- libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.1_7 06 Nov 2024 19:33:24 |
Daniel Engberg (diizzy) |
multimedia/libfame: Deprecate and set expiration date to 2024-12-31
Obsolete library, last release in 2004
Redirect users to multimedia/ffmpeg |
0.9.1_7 24 Feb 2024 21:25:55 |
Muhammad Moinur Rahman (bofh) |
multimedia/libfame: Moved man to share/man
Approved by: portmgr (blanket) |
0.9.1_6 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.1_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.9.1_6 20 Jul 2022 14:22:30 |
Tobias C. Berner (tcberner) |
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 ) |
0.9.1_6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.1_6 27 Oct 2018 09:00:15 |
amdmi3 |
- Fix LICENSE
Approved by: portmgr blanket |
0.9.1_6 07 Oct 2018 17:31:14 |
riggs |
Fix build on i386 with lld as the system linker
PR: 231431
Submitted by: emaste, patch by ndowens@yahoo.com
Reviewed by: emaste
MFH: 2018Q4 |
0.9.1_5 18 Aug 2018 08:52:25 |
riggs |
Set LLD_UNSAFE on i386 to workaround linking problem with lld
PR: 214864
Reported by: emaste |
0.9.1_5 01 Dec 2014 00:08:18 |
amdmi3 |
- Fix library w/clang on i386
Broken .so was produced, undefined reference to _mmx_one.
This fixes multimedia/recmpeg on i386.
Approved by: portmgr blanket
MFH: 2014Q4 |
0.9.1_4 15 Jul 2014 20:14:43 |
tijl |
- Add USES=libtool and INSTALL_TARGET=install-strip
- 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 |
0.9.1_3 19 Oct 2013 14:19:13 |
bapt |
Enable stage
Use options helpers
Strip binaries |
0.9.1_3 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.9.1_3 30 May 2012 12:38:59 |
bapt |
Convert to new options framework |
0.9.1_3 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.9.1_3 28 Jan 2011 12:50:21 |
arved |
Fix libfame.m4 warnings
PR: 151203
Submitted by: Grzegorz Blach
Feature safe: yes |
0.9.1_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.9.1_2 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.9.1_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.9.1_2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.9.1_2 26 Mar 2007 21:35:04 |
mezz |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG. |
0.9.1_2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.9.1_2 09 Jun 2006 18:59:20 |
ahze |
- Give a few homeless ports a home with multimedia@ |
0.9.1_2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.9.1_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.9.1_1 25 Nov 2005 16:19:39 |
pav |
- Add SHA256 |
0.9.1_1 15 Nov 2005 06:52:12 |
ade |
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. |
0.9.1_1 13 Jul 2005 00:02:32 |
mi |
Uh-oh. Fix the just committed patch-cflags to only defined HAVE_BSWAP on
i386. Add one more patch to the patch-warnings collection, to ensure
warning-free compile on 64-bit platforms (tested on amd64). |
0.9.1_1 12 Jul 2005 23:41:42 |
mi |
Fix configure to stop appending ``-march=i386'' to CFLAGS on i386.
Depending on other optimization options, compiler could get confused
into an internal error, and was, probably, building pessimized code
even when working.
Ensure warning-free build, while I'm here. Mark the SSE as having no
effect -- ``--enable-sse'' causes configure to add the HAS_SSE define
to CFLAGS, but nothing in the current release checks for that flag. Ha-ha.
There are SSE implementations of some parts of the code (they are just
no used), so, perhaps, someone can add another patch to make use of them,
when possible. |
0.9.1_1 02 Jun 2005 20:28:41 |
oliver |
change the libtool version to use from 1.3 to 1.5 |
0.9.1_1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.9.1_1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.9.1_1 08 Dec 2004 19:29:09 |
pav |
- Make the library actually usable on gcc 3.4 systems:
/usr/local/lib/libfame.so: undefined reference to `_mmx_one'
PR: ports/74806
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Obtained from:
http://www.linuxfromscratch.org/blfs/downloads/svn/libfame-0.9.1-gcc34-1.patch |
0.9.1 20 Aug 2004 22:38:42 |
pav |
- Convert to OPTIONS
PR: ports/70726
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
0.9.1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.9.1 14 Mar 2004 06:17:56 |
ade |
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. |
0.9.1 28 Feb 2004 17:56:39 |
pav |
- Fix WITH_SSE option
PR: ports/63505
Submitted by: michael johnson <ahze@ahze.net>
Pointy hat to: pav |
0.9.1 28 Feb 2004 13:10:27 |
pav |
- Add WITH_SSE and WITHOUT_MMX knobs
PR: ports/63417
Submitted by: michael johnson <ahze@ahze.net> |
0.9.1 25 Feb 2004 08:33:37 |
krion |
- Update to version 0.9.1
PR: ports/63333
Submitted by: michael johnson <ahze@ahze.net> |
0.9.0 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.9.0 04 Apr 2003 01:38:40 |
lioux |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections) |