Port details |
- smpeg2 Free MPEG1 video player library with sound support
- 2.0.0_5 multimedia
=3 2.0.0_5Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2013-11-12 20:10:16
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- License: MIT LGPL20+
- WWW:
- https://icculus.org/smpeg/
- Description:
- SMPEG is a free MPEG1 video player library with sound support. Video playback
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is
played through a slightly modified mpegsound library, part of Splay v0.8.2.
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.
plaympeg is simple video players provided to test the library. The C library
interface is 'documented' in smpeg.h, and the C++ library interface is spread
out over the MPEG*.h files.
This is a work in progress. Only 16 or 32 bit color depth is supported.
The player will dynamically convert to other color depths, but playback
will be much faster if your display is already set to 16 bit color depth.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- smpeg2>0:multimedia/smpeg2
- To install the port:
- cd /usr/ports/multimedia/smpeg2/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/smpeg2
- pkg install smpeg2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smpeg2
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (smpeg2-2.0.0.tar.gz) = 979a65b211744a44fa641a9b6e4d64e64a12ff703ae776bafe3c4c4cd85494b3
SIZE (smpeg2-2.0.0.tar.gz) = 482322
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- sdl2-config : devel/sdl20
- Library dependencies:
-
- libSDL2.so : devel/sdl20
- This port is required by:
- for Libraries
-
- games/ponscripter-07th-mod
-
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 smpeg2-2.0.0_5:
PLAYMPEG=off: Build plaympeg binary (conficts with smpeg)
===> Use 'make config' to modify these settings
- Options name:
- multimedia_smpeg2
- USES:
- compiler:features libtool sdl
- 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 |
2.0.0_5 01 Oct 2024 18:56:20
![commit hash: 4485bd8221c2c5630b87826d37da850b3361b782 commit hash: 4485bd8221c2c5630b87826d37da850b3361b782](/images/git.png) ![commit hash: 4485bd8221c2c5630b87826d37da850b3361b782 commit hash: 4485bd8221c2c5630b87826d37da850b3361b782](/images/codeberg.svg) ![commit hash: 4485bd8221c2c5630b87826d37da850b3361b782 commit hash: 4485bd8221c2c5630b87826d37da850b3361b782](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rene Ladan (rene) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
2.0.0_5 29 Mar 2024 08:10:29
![commit hash: 2756d70fca2494db9ebd7e7c06d05efd62bd42d5 commit hash: 2756d70fca2494db9ebd7e7c06d05efd62bd42d5](/images/git.png) ![commit hash: 2756d70fca2494db9ebd7e7c06d05efd62bd42d5 commit hash: 2756d70fca2494db9ebd7e7c06d05efd62bd42d5](/images/codeberg.svg) ![commit hash: 2756d70fca2494db9ebd7e7c06d05efd62bd42d5 commit hash: 2756d70fca2494db9ebd7e7c06d05efd62bd42d5](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Yasuhiro Kimura (yasu) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/smpeg2: Move man page to share/man
Approved by: portmgr (blanket) |
2.0.0_4 26 Jul 2023 00:48:20
![commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74](/images/git.png) ![commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74](/images/codeberg.svg) ![commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.0.0_4 26 Jun 2023 12:16:01
![commit hash: 09ce8deaafe01223e9e2cbb70ea062eafcb56f7a commit hash: 09ce8deaafe01223e9e2cbb70ea062eafcb56f7a](/images/git.png) ![commit hash: 09ce8deaafe01223e9e2cbb70ea062eafcb56f7a commit hash: 09ce8deaafe01223e9e2cbb70ea062eafcb56f7a](/images/codeberg.svg) ![commit hash: 09ce8deaafe01223e9e2cbb70ea062eafcb56f7a commit hash: 09ce8deaafe01223e9e2cbb70ea062eafcb56f7a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/smpeg2: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
2.0.0_4 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2.0.0_4 20 Jul 2022 14:22:30
![commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80](/images/git.png) ![commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80](/images/codeberg.svg) ![commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80 commit hash: 63f36d326290febc7af8820d7bde9c78cda71c80](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
2.0.0_4 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0_4 08 Nov 2019 13:59:51
![Revision:517065 Revision:517065](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tobik ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia: Add missing USES={gl,gnome,sdl,xorg} |
2.0.0_4 21 Apr 2019 19:09:39
![Revision:499586 Revision:499586](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update MASTER_SITES and WWW |
2.0.0_4 05 Jan 2018 11:57:37
![Revision:458131 Revision:458131](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/smpeg2: unbreak build with Clang 6 (C++14 by default)
audio/hufftable.cpp:553:8: error: constant expression evaluates to -1 which
cannot be narrowed to
type 'unsigned int' [-Wc++11-narrowing]
{ 0, 0-1, 0-1, 0, 0, htd33},
^~~
audio/hufftable.cpp:553:8: note: insert an explicit cast to silence this issue
{ 0, 0-1, 0-1, 0, 0, htd33},
^~~
static_cast<unsigned int>( )
audio/hufftable.cpp:553:13: error: constant expression evaluates to -1 which
cannot be narrowed to
type 'unsigned int' [-Wc++11-narrowing]
{ 0, 0-1, 0-1, 0, 0, htd33},
^~~
audio/hufftable.cpp:553:13: note: insert an explicit cast to silence this issue (Only the first 15 lines of the commit message are shown above ) |
2.0.0_4 04 Oct 2016 15:40:33
![Revision:423272 Revision:423272](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
jbeich ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
multimedia/smpeg2: clarify license and use option helpers |
2.0.0_4 22 Mar 2015 13:22:53
![Revision:381910 Revision:381910](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix minor typos in pkg-descr files. |
2.0.0_4 05 Mar 2015 13:49:49
![Revision:380493 Revision:380493](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset maintainer, connections to SMTP server time out |
2.0.0_4 01 Feb 2015 20:24:28
![Revision:378270 Revision:378270](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
2.0.0_4 10 Sep 2014 20:50:37
![Revision:367888 Revision:367888](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.0.0_3 15 Jul 2014 18:58:59
![Revision:361996 Revision:361996](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
2.0.0_2 03 Jul 2014 00:49:39
![Revision:360334 Revision:360334](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
2.0.0_1 23 Nov 2013 14:14:16
![Revision:334671 Revision:334671](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ak ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update maintainer email
PR: ports/184189
Submitted by: Vladimir Kondratiev <wulf@mail.mipt.ru> (maintainer) |
2.0.0_1 17 Nov 2013 12:33:49
![Revision:334079 Revision:334079](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mva ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
shared library name changed
PR: ports/183975
Submitted by: Jan Kokemuller <jan.kokemueller@gmail.com> |
2.0.0 12 Nov 2013 20:10:06
![Revision:333613 Revision:333613](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mva ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Version 2 of the smpeg library.
SMPEG is a free MPEG1 video player library with sound support. Video playback
is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2. Audio is
played through a slightly modified mpegsound library, part of Splay v0.8.2.
SMPEG supports MPEG audio (MP3), MPEG-1 video, and MPEG system streams.
plaympeg is simple video players provided to test the library. The C library
interface is 'documented' in smpeg.h, and the C++ library interface is spread
out over the MPEG*.h files.
This is a work in progress. Only 16 or 32 bit color depth is supported.
The player will dynamically conver to other color depths, but playback
will be much faster if your display is already set to 16 bit color depth.
WWW: http://icculus.org/smpeg/
PR: ports/183360
Submitted by: Vladimir Kondratiev <wulf@corp.infotel.ru> |