summaryrefslogtreecommitdiff
path: root/multimedia/avidemux
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-04 21:37:54 +0000
committerwiz <wiz>2009-01-04 21:37:54 +0000
commitda26d1e1b3ec83842a3e03edb6d2e4c6fef1c5eb (patch)
tree3ff0955c2f6116ec8341e0101756ffe43c88ebec /multimedia/avidemux
parent405eed81fb3d6a3c68b4a9ad5f235f5e38c3acdd (diff)
downloadpkgsrc-da26d1e1b3ec83842a3e03edb6d2e4c6fef1c5eb.tar.gz
Add option for pulseaudio (default on), and avoid finding it when
it's disabled (fixes a build problem). Add patches from upstream SVN to fix build problems with newer x264 snapshots, like the one in pkgsrc. Bump PKGREVISION for pulseaudio change.
Diffstat (limited to 'multimedia/avidemux')
-rw-r--r--multimedia/avidemux/Makefile6
-rw-r--r--multimedia/avidemux/distinfo6
-rw-r--r--multimedia/avidemux/options.mk13
-rw-r--r--multimedia/avidemux/patches/patch-ac38
-rw-r--r--multimedia/avidemux/patches/patch-ad15
-rw-r--r--multimedia/avidemux/patches/patch-ae53
-rw-r--r--multimedia/avidemux/patches/patch-af40
7 files changed, 168 insertions, 3 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
index ca5b6ba15b9..b97a9f162b9 100644
--- a/multimedia/avidemux/Makefile
+++ b/multimedia/avidemux/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.50 2008/12/18 17:28:16 bjs Exp $
+# $NetBSD: Makefile,v 1.51 2009/01/04 21:37:54 wiz Exp $
#
DISTNAME= avidemux_2.4.3
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://download.berlios.de/avidemux/
@@ -30,6 +30,8 @@ SUBST_FILES.audio= avidemux/ADM_audiodevice/ADM_deviceoss.cpp
SUBST_SED.audio= -e "s|\\/dev\\/dsp|${DEVOSSAUDIO}|g"
SUBST_MESSAGE.audio= Fixing hardcoded audio device.
+.include "options.mk"
+
.include "../../audio/faac/buildlink3.mk"
.include "../../audio/faad2/buildlink3.mk"
.include "../../audio/lame/buildlink3.mk"
diff --git a/multimedia/avidemux/distinfo b/multimedia/avidemux/distinfo
index 4a87d994de4..c9a7b26fea4 100644
--- a/multimedia/avidemux/distinfo
+++ b/multimedia/avidemux/distinfo
@@ -1,10 +1,14 @@
-$NetBSD: distinfo,v 1.17 2008/11/10 23:43:39 wiz Exp $
+$NetBSD: distinfo,v 1.18 2009/01/04 21:37:54 wiz Exp $
SHA1 (avidemux_2.4.3.tar.gz) = d3a4dc2c07884916c45f750229d02fbdeb3cedde
RMD160 (avidemux_2.4.3.tar.gz) = 3d9d098d97462027ac1a62fe9438451b1915367b
Size (avidemux_2.4.3.tar.gz) = 6707930 bytes
SHA1 (patch-aa) = f29870ecca511e28ef3bb873026f0bf2421ebc5e
SHA1 (patch-ab) = 1b9fc51354c60584205b23f6d6425e09074f6303
+SHA1 (patch-ac) = 1a55886c5b0682d3d01abd3a40a87ff92b493178
+SHA1 (patch-ad) = 703545a72d605622e0e0ad08fac3832298416d39
+SHA1 (patch-ae) = 66e35ffbfa9d3e3f9cdb2fce7658ff2afd573bb6
+SHA1 (patch-af) = 31d17b44f869324e0ad7167671a185510abe7f09
SHA1 (patch-as) = 9d8edeac752b0e08cec7b37e9357ec49d259b5d6
SHA1 (patch-at) = 3b31ca6eaddbaffa37d05eee1f889b2d8b73407b
SHA1 (patch-au) = af3179c26a298dd2c14025db891b8a10ac89fd9a
diff --git a/multimedia/avidemux/options.mk b/multimedia/avidemux/options.mk
new file mode 100644
index 00000000000..8a1882ca4eb
--- /dev/null
+++ b/multimedia/avidemux/options.mk
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1 2009/01/04 21:37:54 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.avidemux
+PKG_SUPPORTED_OPTIONS= pulseaudio
+PKG_SUGGESTED_OPTIONS= pulseaudio
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mpulseaudio)
+.include "../../audio/pulseaudio/buildlink3.mk"
+.else
+CMAKE_ARGS+= -DNO_PULSE_SIMPLE:BOOL=TRUE
+.endif
diff --git a/multimedia/avidemux/patches/patch-ac b/multimedia/avidemux/patches/patch-ac
new file mode 100644
index 00000000000..3396a229870
--- /dev/null
+++ b/multimedia/avidemux/patches/patch-ac
@@ -0,0 +1,38 @@
+$NetBSD: patch-ac,v 1.5 2009/01/04 21:37:54 wiz Exp $
+
+Support for newer x264 snapshots. From upstream SVN.
+
+--- avidemux/ADM_codecs/ADM_x264.cpp.orig 2008-07-21 19:24:20.000000000 +0200
++++ avidemux/ADM_codecs/ADM_x264.cpp
+@@ -109,8 +109,14 @@ uint8_t X264Encoder::preamble (uint32_t
+ MKPARAM(i_bframe,MaxBFrame);
+ MKPARAM(i_bframe_bias,Bias);
+ MKPARAM( b_bframe_pyramid,BasReference );
++#if X264_BUILD < 65
+ MKPARAM(analyse. b_bidir_me,BidirME );
++#endif
++#if X264_BUILD >= 63
++ MKPARAM( i_bframe_adaptive, Adaptative);
++#else
+ MKPARAM( b_bframe_adaptive, Adaptative);
++#endif
+ MKPARAM( analyse.b_weighted_bipred, Weighted);
+ MKPARAM( b_cabac , CABAC);
+ MKPARAM( analyse.i_trellis, Trellis);
+@@ -118,12 +124,16 @@ uint8_t X264Encoder::preamble (uint32_t
+ #define MIN_RDO 6
+ if(zparam->PartitionDecision+1>=MIN_RDO)
+ {
++#if X264_BUILD >= 65
++ param.analyse.i_subpel_refine = zparam->PartitionDecision + 1;
++#else
+ int rank,parity;
+ rank=((zparam->PartitionDecision+1-MIN_RDO)>>1)+MIN_RDO;
+ parity=(zparam->PartitionDecision+1-MIN_RDO)&1;
+
+ param.analyse.i_subpel_refine=rank;
+ param.analyse.b_bframe_rdo=parity;
++#endif
+ }
+ MKPARAM(analyse.b_chroma_me,ChromaME);
+ MKPARAM(b_deblocking_filter,DeblockingFilter);
diff --git a/multimedia/avidemux/patches/patch-ad b/multimedia/avidemux/patches/patch-ad
new file mode 100644
index 00000000000..cfd8e75fe2b
--- /dev/null
+++ b/multimedia/avidemux/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.3 2009/01/04 21:37:54 wiz Exp $
+
+Support for newer x264 snapshots. From upstream SVN.
+
+--- avidemux/ADM_encoder/ADM_encCodecDesc.h.orig 2008-07-20 09:17:43.000000000 +0200
++++ avidemux/ADM_encoder/ADM_encCodecDesc.h
+@@ -742,7 +742,7 @@ NULL,// char *logfile;
+ 1,// uint32_t Weighted;
+ 1,// uint32_t DirectMode;
+ // //
+-4,// uint32_t PartitionDecision;
++5,// uint32_t PartitionDecision;
+ 16, //Range
+ 1,// uint32_t Method;
+ 1,// uint32_t AR_Num;
diff --git a/multimedia/avidemux/patches/patch-ae b/multimedia/avidemux/patches/patch-ae
new file mode 100644
index 00000000000..5b512ac7a59
--- /dev/null
+++ b/multimedia/avidemux/patches/patch-ae
@@ -0,0 +1,53 @@
+$NetBSD: patch-ae,v 1.3 2009/01/04 21:37:54 wiz Exp $
+
+Support for newer x264 snapshots. From upstream SVN.
+
+--- avidemux/ADM_userInterfaces/ADM_GTK/ADM_dialog/DIA_x264.cpp.orig 2008-06-18 21:35:02.000000000 +0200
++++ avidemux/ADM_userInterfaces/ADM_GTK/ADM_dialog/DIA_x264.cpp
+@@ -109,6 +109,30 @@ uint8_t DIA_x264(COMPRES_PARAMS *config)
+ GTK_RESPONSE_CANCEL,
+ -1);
+
++#if X264_BUILD >= 65
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("1 - QPel SAD (Fastest)"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("2 - QPel SATD"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("3 - HPel on MB then QPel"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("4 - Always QPel"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("5 - QPel + Bidirectional ME"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("6 - RD on I/P frames (Default)"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("7 - RD on all frames"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("8 - RD refinement on I/P frames"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("9 - RD refinement on all frames"));
++
++ gtk_widget_hide(WID(checkbuttonBidirME));
++#else
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("1 - Extremely Low (Fastest)"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("2 - Very Low"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("3 - Low"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("4 - Medium"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("5 - High"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("6 - High (Default)"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("6B - Very High (RDO on B-frames)"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("7 - Ultra High"));
++ gtk_combo_box_append_text (GTK_COMBO_BOX(WID(comboboxPartitionDecision)), QT_TR_NOOP("7B - Ultra High (RDO on B-frames)"));
++#endif
++
+ gtk_register_dialog(dialog);
+ gtk_dialog_add_action_widget (GTK_DIALOG (dialog), WID(buttonResetDaults),ACTION_LOAD_DEFAULT);
+
+@@ -721,15 +745,6 @@ create_dialog1 (void)
+ gtk_table_attach (GTK_TABLE (table7), comboboxPartitionDecision, 1, 3, 0, 1,
+ (GtkAttachOptions) (GTK_FILL),
+ (GtkAttachOptions) (GTK_FILL), 0, 0);
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("1 - Extremely Low (Fastest)"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("2 - Very Low"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("3 - Low"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("4 - Medium"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("5 - High (Default)"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("6 - Very High"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("6B - Very High (RDO on B-frames)"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("7 - Ultra High"));
+- gtk_combo_box_append_text (GTK_COMBO_BOX (comboboxPartitionDecision), QT_TR_NOOP("7B - Ultra High (RDO on B-frames)"));
+
+ comboboxMethod = gtk_combo_box_new_text ();
+ gtk_widget_show (comboboxMethod);
diff --git a/multimedia/avidemux/patches/patch-af b/multimedia/avidemux/patches/patch-af
new file mode 100644
index 00000000000..5020b8fc616
--- /dev/null
+++ b/multimedia/avidemux/patches/patch-af
@@ -0,0 +1,40 @@
+$NetBSD: patch-af,v 1.4 2009/01/04 21:37:54 wiz Exp $
+
+Support for newer x264 snapshots. From upstream SVN.
+
+--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/DIA_x264.cpp.orig 2008-06-17 12:52:12.000000000 +0200
++++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/DIA_x264.cpp
+@@ -53,18 +53,29 @@ int code;
+
+ /* Tab 2 Motion */
+
+-
++#if X264_BUILD >= 65
++ diaMenuEntry partitionM[] = {
++ {0, QT_TR_NOOP("1 - QPel SAD (Fastest)")}
++ ,{1, QT_TR_NOOP("2 - QPel SATD")}
++ ,{2, QT_TR_NOOP("3 - HPel on MB then QPel")}
++ ,{3, QT_TR_NOOP("4 - Always QPel")}
++ ,{4, QT_TR_NOOP("5 - QPel + Bidirectional ME")}
++ ,{5, QT_TR_NOOP("6 - RD on I/P frames (Default)")}
++ ,{6, QT_TR_NOOP("7 - RD on all frames")}
++ ,{7, QT_TR_NOOP("8 - RD refinement on I/P frames")}
++ ,{8, QT_TR_NOOP("9 - RD refinement on all frames")}};
++#else
+ diaMenuEntry partitionM[] = {
+ {0, QT_TR_NOOP("1 - Extremely Low (Fastest)")}
+ ,{1, QT_TR_NOOP("2 - Very Low")}
+ ,{2, QT_TR_NOOP("3 - Low")}
+ ,{3, QT_TR_NOOP("4 - Medium")}
+- ,{4, QT_TR_NOOP("5 - High (Default)")}
+- ,{5, QT_TR_NOOP("6 - Very High")}
++ ,{4, QT_TR_NOOP("5 - High")}
++ ,{5, QT_TR_NOOP("6 - High (Default)")}
+ ,{6, QT_TR_NOOP("6B - Very High (RDO on Bframes)")}
+ ,{7, QT_TR_NOOP("7 - Ultra High")}
+ ,{8, QT_TR_NOOP("7B - Ultra High (RDO on Bframes)")}};
+-
++#endif
+
+ diaElemMenu parition(PX(PartitionDecision),QT_TR_NOOP("Partition Decision"),10,partitionM);
+