]> git.sesse.net Git - mlt/commitdiff
+ Fix for libmiracle and alternative deb packaging
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 5 Dec 2005 22:11:31 +0000 (22:11 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 5 Dec 2005 22:11:31 +0000 (22:11 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@879 d19143bc-622f-0410-bfdd-b5b2a6649095

debian/control
debian/rules
src/miracle/Makefile

index 1aaf81636e2b24e30b97d06a2d1fc3de472b3f08..650507b1eb4e129e1d7ed81d5a4b7c107d70c1f7 100644 (file)
@@ -15,7 +15,7 @@ Description: Development library and headers for mlt
 Package: mlt
 Section: multimedia
 Architecture: any
-Depends: ${shlibs:Depends}, ffmpeg
+Depends: ${shlibs:Depends}
 Description: mlt tools and runtime library
  mlt is a free multimedia tool set and library.
 
index 545828ab90ba89c1c51483963626740a5e744265..f2a156140a9139084244972abee4bbb4c1d5d9a8 100755 (executable)
@@ -31,7 +31,7 @@ version=20051130
 config.status: configure
        dh_testdir
        # Add here commands to configure the package.
-       ./configure --prefix=/$(prefix) --libdir=/$(libdir) --disable-debug --enable-gpl --disable-sox --luma-compress --enable-motion-est --disable-jackrack
+       ./configure --prefix=/$(prefix) --libdir=/$(libdir) --disable-debug --enable-gpl --disable-sox --luma-compress --enable-motion-est --disable-jackrack --avformat-cvs --avformat-suffix=.mlt
 
 build: build-stamp
 build-stamp:  config.status
index 70ae71114429a4412d37e3c4bbe8f32c4fc2cce9..281b78471d0b14f8105ebbaaa26d0cd8098cbd1a 100644 (file)
@@ -4,7 +4,7 @@ TARGET = miracle
 
 ifneq ($(targetos), Darwin)
 LIBNAME = libmiracle$(LIBSUF)
-LIBTARGET = $(NAME).$(version)
+LIBTARGET = $(LIBNAME).$(version)
 SHFLAGS += -Wl,-soname,$(LIBTARGET)
 else
 LIBNAME = libmiracle$(LIBSUF)