308 Commits

Author SHA1 Message Date
hauke
2c6bdb4f53 gst-plugins-base: use upstream fix for ivorbis plugin build fail
Previously, I submitted a patch "[PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin" that disables ivorbis plugin build. Michel Stempin pointed out an upstream patch that fixes the issue directly in the vorbis decoder header. I had missed this patch in my previous searches.

This patch reverts the disabling of ivorbis and adds the upstream fix. I have tested this patch and it fixes the build issue. Thanks to Michel Stempin for bringing this to my attention and pointing me to the upstream fix.

Signed-off-by John Vogel <jvogel4@stny.rr.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 22:25:58 +00:00
hauke
b5ce5f8111 imagemagick: disbale lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39661 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 21:14:00 +00:00
hauke
930124e2c5 icecast: added missing dependency on libopenssl
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 20:52:51 +00:00
hauke
c21558ee14 gst-plugins-base: disable building ivorbis plugin
The configuration of gst-plugins-base must disable testing for ogg, causing ivorbis to be enabled erroneously.

This patch explisitely disables ivorbis at configure which fixes build.

Signed-off-by John Vogel <jvogel4@stny.rr.com>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-09 13:12:35 +00:00
juhosg
0a2fcfbf5d packages/ffmpeg: disable altivec support
The altivec support in the ffmpeg package is enabled
by default which causes the following build error on
powerpc targets:

  You need a compiler that supports {} in AltiVec vector declarations.

  If you think configure made a mistake, make sure you are using the latest
  version from Git.  If the latest version fails, report the problem to the
  ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  Include the log file "config.log" produced by configure as this will
  help solving the problem.

Altivec is not supported by any of our powerpc targets, so
disable that by default.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39445 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 11:01:50 +00:00
juhosg
3e7e28ce9e package/ffmpeg: remove trailing whitespaces from the Makefile
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-02 11:01:49 +00:00
luka
aeed132f50 [packages] gstreamer: update grammar.y to build with bison 3
In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison
3. Replace YYLEX_PARAM with %lex-param.

Signed-off-by John Vogel <jvogel4@stny.rr.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-12-31 00:44:18 +00:00
juhosg
1b852ea186 packages: xupnpd: add new package
Package based on: http://tsdemuxer.googlecode.com/svn/trunk/xupnpd/src/contrib/OpenWrt/

Light DLNA Media Server which provides services for sharing IPTV unicast streams over local area network.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38481 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-20 15:58:28 +00:00
luka
9a2ec233fb [packages] mjpg-streamer: upgrade package
Changes include:

* version bump to r181
* convert init script so it can use procd
* add menu so one can select only desired features

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38143 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-09-23 21:59:42 +00:00
jow
5386702dbf mjpg-streamer: fix repository url
git-svn-id: svn://svn.openwrt.org/openwrt/packages@37929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-09-10 13:01:14 +00:00
nbd
df3488f51a packages: consistently use 'depends on' instead of 'depends'
make the syntax more compatible with kernel menuconfig

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@36357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-04-18 12:04:54 +00:00
luka
c06d92f768 [packages] ffmpeg: include/disable swresample where appropriate
libswresample is an audio resampling library within ffmpeg.

This patch disables swresample in libffmpeg-custom and libffmpeg-mini and adds
it to libffmpeg-full. Should correct build issue reported in #13089.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-28 11:40:21 +00:00
juhosg
8993b354d2 ffmpeg: version bump to 0.11.2
Update FFmpeg to version 0.11.2. The API changed from 0.8. Minidlna in the
feeds works with this, and a patch is forthcoming for libdlna. I'm not aware
of what other packages might break with this update.

Two new ffmpeg tools, aviocat and ffeval, are not included in the package.
ffeval is used for their development tests. Aviocat is used for dumping
media streams.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-25 21:04:08 +00:00
florian
51584e3ed3 shairport: add AirPort Express emulation software
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-22 14:52:38 +00:00
juhosg
e91c46c25c minidlna: bump version to 1.0.25
Version bump minidlna to 1.0.25 and add an additional patch.
Patch is accepted upstream, but not yet released.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 10:04:17 +00:00
nbd
36af48b452 remove libusb-legacy and point its users at libusb-compat
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35388 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-29 18:09:28 +00:00
florian
196751a05a ffmpeg: 0.8.12 Version Bump
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@35234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 16:34:35 +00:00
hcg
10427c0266 [packages] gst-plugins: Add debugging information
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 13:30:28 +00:00
hcg
efaec19ec0 [packages] gst-plugins-base: Add debugging info
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 13:22:57 +00:00
hcg
ac282872e7 [packages] gstreamer: Enable debugging and add gst_log2_debug symbol
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35223 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-01-18 13:20:39 +00:00
juhosg
76df355ab1 packages/minidlna: create log/db directories defined in the uci configuration
Based on a patch by Varga Gábor.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34612 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-10 20:27:27 +00:00
florian
12e32d6038 rygel: add package
Plugins other than playbin are untested.

Rygel is normally run as a desktop service under a user account. It
doesn't behave like a system daemon. Since running as a desktop service
doesn't make sense for OpenWrt, I've included an init script and made a
crude change to send the output to syslog.

Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:34 +00:00
florian
1b382fff50 gst-plugins-bad: build the gstreamer faad plugin
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:32 +00:00
florian
5efc05c709 gst-plugins-bad: update to 0.10.23
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:30 +00:00
florian
a3619f7a74 gst-plugins-good: update to 0.10.31
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34523 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:29 +00:00
florian
eb2b0f8546 gst-plugins-ugly: update to 0.10.19
Signed-off-by: Andy Leiserson <andy@leiserson.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34522 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:28 +00:00
florian
b80e36e15a gst-plugins-base: update to 0.10.36
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:27 +00:00
florian
779f493b67 gstreamer: update to 0.10.36
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-05 17:31:26 +00:00
florian
fa989adc11 multimedia/tvheadend: new package
Tvheadend is a TV streaming server for Linux supporting DVB-S, DVB-S2,
DVB-C, DVB-T, ATSC, IPTV, and Analog video (V4L) as input sources.

Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@34486 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-12-04 16:20:54 +00:00
hcg
06a74963f1 [packages] licensing: Licensing metadata added to many packages
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-10-19 15:36:24 +00:00
nbd
ca74ca9b86 packages: fix parallel build by adding + for every make command that passes the jobserver
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-23 09:58:24 +00:00
blogic
5e6aa4c9c4 [packages] fix imagemagick when xorg feed is staged
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-14 18:49:18 +00:00
blogic
00970f016f [packages] fixes imagemagick
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-14 08:54:46 +00:00
jow
1578747a83 [packages] minidlna: link libintl.so if full language support is enabled (#11791)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-11 00:45:53 +00:00
florian
d9a44341ea [package] mjpg-streamer: install web pages (#6499)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 15:38:41 +00:00
florian
244285ef63 [package] ffmpeg: fix typo on config variables to enable custom build (#11948)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33041 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:10 +00:00
florian
8cdf861b93 [package] kissdx: update to r193 (#11147)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33037 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 16:09:02 +00:00
florian
95fa2129f3 [package] imagemagick: fix missing dependencies, remove unused cxx support
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 15:39:46 +00:00
blogic
735f96fa0b [packages] gmediaserver is not c++
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32999 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-05 08:52:52 +00:00
florian
ae61d0aaca [package] imagemagick: update to 6.7.8-7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-03 15:16:44 +00:00
florian
b9687a8704 [package] imagemagick: update to 6.7.8-6 to fix build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-30 15:40:02 +00:00
nbd
7145e6df2f peercast: add -fpermissive to avoid build breakage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32538 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 21:09:28 +00:00
blogic
0b2c845de4 [package] fix crtmpserver dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32407 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 15:45:33 +00:00
nbd
036920deae gst-plugins-good: fix missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32379 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 23:07:26 +00:00
nbd
bd0679cca7 gst-ffmpeg: add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 23:07:24 +00:00
nbd
cadd2e940e peercast: use uclibc++.mk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32373 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 20:26:25 +00:00
nbd
8c9de2af22 gst-plugins-bad: fix dependency issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 20:26:20 +00:00
nbd
cc90cfb910 gst-plugins-base: fix various missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 19:14:42 +00:00
nbd
3d9d768d7e ffmpeg: disable output devices to prevent it from picking up stuff like sdl
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-14 19:14:33 +00:00
jow
3c0e629948 [packages] ushare: depends on libffmpeg
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32334 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-13 12:11:04 +00:00