]> git.pld-linux.org Git - packages/dotnet-gstreamer-sharp.git/commitdiff
- fixed destdir on x86_64 auto/th/dotnet-gstreamer-sharp-0_9_2-2 auto/ti/dotnet-gstreamer-sharp-0_9_2-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 5 Oct 2011 19:40:57 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    dotnet-gstreamer-sharp-destdir.patch -> 1.1
    dotnet-gstreamer-sharp.spec -> 1.2

dotnet-gstreamer-sharp-destdir.patch [new file with mode: 0644]
dotnet-gstreamer-sharp.spec

diff --git a/dotnet-gstreamer-sharp-destdir.patch b/dotnet-gstreamer-sharp-destdir.patch
new file mode 100644 (file)
index 0000000..9f29bb3
--- /dev/null
@@ -0,0 +1,11 @@
+--- gstreamer-sharp-0.9.2/configure.ac.new     2011-10-05 19:59:12.017506467 +0200
++++ gstreamer-sharp-0.9.2/configure.ac 2011-10-05 19:59:43.998974689 +0200
+@@ -24,7 +24,7 @@ PKG_CHECK_MODULES(MONO_DEPENDENCY, mono
+ AM_PROG_LIBTOOL
+ if test "x$has_mono" = "xtrue"; then
+-      GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(libdir) /root $(DESTDIR)/$(libdir)'
++      GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(prefix)/lib /root $(DESTDIR)/$(prefix)/lib'
+       GENERATED_SOURCES=generated/*.cs
+       AC_PATH_PROG(MONO, mono, no)
+       AC_PATH_PROG(CSC, gmcs, no)
index e9284812410e43e391b181cb5d32f30e5e334ff8..4dd3d1001892552bdd55924a8fcf0befc1d3cfce 100644 (file)
@@ -3,15 +3,19 @@ Summary:      .NET bindings for GStreamer
 Summary(pl.UTF-8):     Wiązania GStreamera dla .NET
 Name:          dotnet-gstreamer-sharp
 Version:       0.9.2
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gstreamer-sharp/gstreamer-sharp-%{version}.tar.bz2
 # Source0-md5: 767bdba4dd753ba766352360c7053c14
+Patch0:                %{name}-destdir.patch
 URL:           http://gstreamer.org/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: glib2-devel >= 1:2.18.1
 BuildRequires: gstreamer-devel >= 0.10.25
 BuildRequires: gstreamer-plugins-base-devel >= 0.10.25
+BuildRequires: libtool
 BuildRequires: mono-csharp >= 2.4
 BuildRequires: monodoc >= 1.1
 BuildRequires: pkgconfig
@@ -57,8 +61,13 @@ Biblioteka statyczna gstreamer-sharp.
 
 %prep
 %setup -q -n gstreamer-sharp-%{version}
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.14455 seconds and 4 git commands to generate.