Skip to content

Commit

Permalink
Added package gst-plugins-ugly
Browse files Browse the repository at this point in the history
  • Loading branch information
Roflincopter authored and tonytheodore committed Feb 1, 2016
1 parent a8bda25 commit f7e7fe0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Expand Up @@ -1425,6 +1425,10 @@ <h2 id="packages">List of Packages</h2>
<td class="package">gsoap</td>
<td class="website"><a href="http://gsoap2.sourceforge.net/">gSOAP</a></td>
</tr>
<tr>
<td class="package">gst-plugins-bad</td>
<td class="website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-bad</a></td>
</tr>
<tr>
<td class="package">gst-plugins-base</td>
<td class="website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-base</a></td>
Expand All @@ -1434,8 +1438,8 @@ <h2 id="packages">List of Packages</h2>
<td class="website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-good</a></td>
</tr>
<tr>
<td class="package">gst-plugins-bad</td>
<td class="website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-bad</a></td>
<td class="package">gst-plugins-ugly</td>
<td class="website"><a href="http://gstreamer.freedesktop.org/">gst-plugins-ugly</a></td>
</tr>
<tr>
<td class="package">gstreamer</td>
Expand Down
28 changes: 28 additions & 0 deletions src/gst-plugins-ugly.mk
@@ -0,0 +1,28 @@
#This file is part of MXE.
# See index.html for further information.

PKG := gst-plugins-ugly
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.6.2
$(PKG)_CHECKSUM := e7f1b6321c8667fabc0dedce3998a3c6e90ce9ce9dea7186d33dc4359f9e9845
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://gstreamer.freedesktop.org/src/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc gst-plugins-base gstreamer lame libdvdread x264 a52dec libmad libcdio opencore-amr twolame

$(PKG)_UPDATE = $(subst gstreamer/refs,gst-plugins-ugly/refs,$(gstreamer_UPDATE))

define $(PKG)_BUILD
find '$(1)' -name Makefile.in \
-exec $(SED) -i 's,glib-mkenums,$(PREFIX)/$(TARGET)/bin/glib-mkenums,g' {} \; \
-exec $(SED) -i 's,glib-genmarshal,$(PREFIX)/$(TARGET)/bin/glib-genmarshal,g' {} \;
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--disable-debug \
--disable-examples \
--disable-opengl \
--mandir='$(1)/sink' \
--docdir='$(1)/sink' \
--with-html-dir='$(1)/sink'
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef

0 comments on commit f7e7fe0

Please sign in to comment.